reiabreu commented on code in PR #3642:
URL: https://github.com/apache/storm/pull/3642#discussion_r1650769051


##########
storm-client/src/jvm/org/apache/storm/messaging/netty/Client.java:
##########
@@ -162,6 +163,8 @@ public class Client extends ConnectionWithStatus implements 
ISaslClient {
         launchChannelAliveThread();
         scheduleConnect(NO_DELAY_MS);
         int messageBatchSize = 
ObjectReader.getInt(topoConf.get(Config.STORM_NETTY_MESSAGE_BATCH_SIZE), 
262144);
+        pendingMessagesFlushTimeoutMs = 
ObjectReader.getLong(topoConf.get(Config.STORM_MESSAGING_NETTY_FLUSH_TIMEOUT_MS));

Review Comment:
   Good catch, will fix it.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to