Skip to content

Commit 5e8138d

Browse files
committed
Add debugging log
1 parent daa4726 commit 5e8138d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presto-main/src/main/java/com/facebook/presto/server/remotetask/ReactorNettyHttpClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ public <T, E extends Exception> HttpResponseFuture<T> executeAsync(Request airli
261261
if (compressionRatio >= compressionSavingThreshold) {
262262
bodyToSend = compressedBytes;
263263
postClient = client.headers(h -> h.set(CONTENT_ENCODING_HEADER_NAME.toString(), "zstd"));
264+
log.info("Sending zstd compressed data");
264265
}
265266
}
266267
catch (IOException e) {

0 commit comments

Comments
 (0)