You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Damien Diederen (Jira)" <ji...@apache.org> on 2019/12/09 08:25:00 UTC

[jira] [Created] (ZOOKEEPER-3640) Implement "batch mode" in cli_mt

Damien Diederen created ZOOKEEPER-3640:
------------------------------------------

             Summary: Implement "batch mode" in cli_mt
                 Key: ZOOKEEPER-3640
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3640
             Project: ZooKeeper
          Issue Type: Improvement
          Components: c client
            Reporter: Damien Diederen


While testing an unrelated pull request, [~symat] noticed that the {{cmd:}} "batch mode" argument ({{\-c}}/{{--cmd}} with {{getopt_long}}) was ignored by {{cli_mt}} (as opposed to {{cli_st}}, which does the expected thing):

https://github.com/apache/zookeeper/pull/1131#issuecomment-561631843

It turns out that "batch mode" was never implemented for the {{THREADED}} case.

https://github.com/apache/zookeeper/commit/36ed46fc726fd#diff-419c86bcc09a6b28f27161879deed603R488-R492



--
This message was sent by Atlassian Jira
(v8.3.4#803005)