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/09/06 15:40:08 UTC

[GitHub] [zookeeper] eolivelli commented on issue #1080: ZOOKEEPER-3496: Transaction larger than jute.maxbuffer makes ZooKeeper service unavailable

eolivelli commented on issue #1080: ZOOKEEPER-3496: Transaction larger than jute.maxbuffer makes ZooKeeper service unavailable
URL: https://github.com/apache/zookeeper/pull/1080#issuecomment-528905353
 
 
   The failure of Maven build is due to a problem on the C client, not related to this patch
   
   ```
   client/zookeeper-client-c/generated -Wall -Werror -Wdeclaration-after-statement -fprofile-arcs -ftest-coverage -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo -c /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c  -fPIC -DPIC -o .libs/zookeeper.o
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c: In function 'print_completion_queue':
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c:2560:5: error: null argument where non-null required (argument 1) [-Werror=nonnull]
        [exec]      fprintf(LOGSTREAM,"Completion queue: ");
        [exec]      ^~~~~~~
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c:2562:9: error: null argument where non-null required (argument 1) [-Werror=nonnull]
        [exec]          fprintf(LOGSTREAM,"empty\n");
        [exec]          ^~~~~~~
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c:2568:9: error: null argument where non-null required (argument 1) [-Werror=nonnull]
        [exec]          fprintf(LOGSTREAM,"%d,",cptr->xid);
        [exec]          ^~~~~~~
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/src/zookeeper.c:2571:5: error: null argument where non-null required (argument 1) [-Werror=nonnull]
        [exec]      fprintf(LOGSTREAM,"end\n");
        [exec]      ^~~~~~~
        [exec] Makefile:1032: recipe for target 'zookeeper.lo' failed
        [exec] cc1: all warnings being treated as errors
        [exec] make: *** [zookeeper.lo] Error 1
   [INFO] ----------------------------------------------------
   ```

----------------------------------------------------------------
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