zymap commented on code in PR #4139: URL: https://github.com/apache/bookkeeper/pull/4139#discussion_r1411757217
########## conf/bk_server.conf: ########## @@ -1057,6 +1057,9 @@ zkEnableSecurity=false # Enable/disable having read operations for a ledger to be sticky to a single bookie. stickyReadSEnabled=true +# Enable/disable reordering read sequence on reading entries. +reorderReadSequenceEnabled=true Review Comment: Should we change the default value in the clientconfiguration.java? I think it should be applied to all the clients, right? It will avoid reading a lost bookie as much as possible -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
