You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/12/11 07:57:06 UTC

[GitHub] [zookeeper] ztzg opened a new pull request #1173: ZOOKEEPER-3640: Implement "batch mode" in cli_mt (WIP)

ztzg opened a new pull request #1173: ZOOKEEPER-3640: Implement "batch mode" in cli_mt (WIP)
URL: https://github.com/apache/zookeeper/pull/1173
 
 
   Batch mode never was implemented in `cli_mt`.  This WIP patch seems to work, but:
   
   1. There may be a cleaner way of waiting for the completion;
   2. `nanosleep` is POSIX; the Windows path should probably use `Sleep`.
   
   @symat: Comments welcome.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services