[GitHub] [zookeeper] jhuan31 opened a new pull request #1367: ZOOKEEPER-3847: Add a couple metrics to help track Netty memory usage

2020-05-22 Thread GitBox


jhuan31 opened a new pull request #1367:
URL: https://github.com/apache/zookeeper/pull/1367


   



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:
us...@infra.apache.org




ZooKeeper_branch34_jdk8 - Build # 2170 - Still Failing

2020-05-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/ZooKeeper_branch34_jdk8/2170/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 43.51 KB...]
[junit] Running org.apache.zookeeper.test.RestoreCommittedLogTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
19.766 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedClientTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.78 sec
[junit] Running org.apache.zookeeper.test.SaslAuthDesignatedServerTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.652 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailDesignatedClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.416 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailNotifyTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.595 sec
[junit] Running org.apache.zookeeper.test.SaslAuthFailTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.842 sec
[junit] Running org.apache.zookeeper.test.SaslAuthMissingClientConfigTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.605 sec
[junit] Running org.apache.zookeeper.test.SaslClientTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.082 sec
[junit] Running org.apache.zookeeper.test.SessionInvalidationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.667 sec
[junit] Running org.apache.zookeeper.test.SessionTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
11.123 sec
[junit] Running org.apache.zookeeper.test.SessionTimeoutTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.916 sec
[junit] Running org.apache.zookeeper.test.StandaloneTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.873 sec
[junit] Running org.apache.zookeeper.test.StatTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.981 sec
[junit] Running org.apache.zookeeper.test.StaticHostProviderTest
[junit] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
2.148 sec
[junit] Running org.apache.zookeeper.test.SyncCallTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.07 sec
[junit] Running org.apache.zookeeper.test.TruncateTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
10.526 sec
[junit] Running org.apache.zookeeper.test.UpgradeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.874 sec
[junit] Running org.apache.zookeeper.test.WatchedEventTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.085 sec
[junit] Running org.apache.zookeeper.test.WatcherFuncTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.719 sec
[junit] Running org.apache.zookeeper.test.WatcherTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
30.595 sec
[junit] Running org.apache.zookeeper.test.ZkDatabaseCorruptionTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
11.756 sec
[junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.663 sec
[junit] Running org.apache.jute.BinaryInputArchiveTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.081 sec

fail.build.on.test.failure:

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build.xml:1425: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/ZooKeeper_branch34_jdk8/build.xml:1428: 
Tests failed!

Total time: 44 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###
## FAILED TESTS (if any) 
##
4 tests failed.
FAILED:  
org.apache.zookeeper.server.quorum.Zab1_0Test.testNormalFollowerRunWithDiff

Error Message:
null

Stack Trace:
java.io.EOFException
at java.io.DataInputStream.readInt(DataInputStream.java:392)
at 
org.apache.jute.BinaryInputArchive.readInt(BinaryInputArchive.java:63)
at 
org.apache.zookeeper.server.persistence.FileHeader.deserialize(FileHeader.java:66)
at 
org.apache.zookeeper.server.persistence.FileTxnLog$FileTxnIterator.inStreamCreated(FileTxnLog.java:588)
at 
org.apache.zookeeper.server.persistence.FileTxnLo

Build failed in Jenkins: zookeeper-master-maven-jdk13 #216

2020-05-22 Thread Apache Jenkins Server
See 


Changes:


--
[...truncated 199.18 KB...]
 [exec] libtool: link: /bin/grep -E -e 
"(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|allocate_|zerror|is_unrecoverable)"
 ".libs/libzookeeper_mt.exp" > ".libs/libzookeeper_mt.expT"
 [exec] libtool: link: mv -f ".libs/libzookeeper_mt.expT" 
".libs/libzookeeper_mt.exp"
 [exec] libtool: link: echo "{ global:" > .libs/libzookeeper_mt.ver
 [exec] libtool: link:  cat .libs/libzookeeper_mt.exp | sed -e 
"s/\(.*\)/\1;/" >> .libs/libzookeeper_mt.ver
 [exec] libtool: link:  echo "local: *; };" >> .libs/libzookeeper_mt.ver
 [exec] libtool: link:  gcc -shared  -fPIC -DPIC  -Wl,--whole-archive 
./.libs/libzkmt.a ./.libs/libhashtable.a -Wl,--no-whole-archive  -lssl -lcrypto 
-lsasl2 -lm -lrt -lpthread  -g -O2   -Wl,-soname -Wl,libzookeeper_mt.so.2 
-Wl,-version-script -Wl,.libs/libzookeeper_mt.ver -o 
.libs/libzookeeper_mt.so.2.0.0
 [exec] libtool: link: (cd ".libs" && rm -f "libzookeeper_mt.so.2" && ln -s 
"libzookeeper_mt.so.2.0.0" "libzookeeper_mt.so.2")
 [exec] libtool: link: (cd ".libs" && rm -f "libzookeeper_mt.so" && ln -s 
"libzookeeper_mt.so.2.0.0" "libzookeeper_mt.so")
 [exec] libtool: link: (cd .libs/libzookeeper_mt.lax/libzkmt.a && ar x 
"
 [exec] libtool: link: (cd .libs/libzookeeper_mt.lax/libhashtable.a && ar x 
"
 [exec] ar: `u' modifier ignored since `D' is the default (see `U')
 [exec] libtool: link: ar cru .libs/libzookeeper_mt.a   
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-addrvec.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-mt_adaptor.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-recordio.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_hashtable.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_log.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_sasl.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.jute.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.o  
.libs/libzookeeper_mt.lax/libhashtable.a/hashtable.o 
.libs/libzookeeper_mt.lax/libhashtable.a/hashtable_itr.o 
 [exec] libtool: link: ranlib .libs/libzookeeper_mt.a
 [exec] libtool: link: rm -fr .libs/libzookeeper_mt.lax
 [exec] libtool: link: ( cd ".libs" && rm -f "libzookeeper_mt.la" && ln -s 
"../libzookeeper_mt.la" "libzookeeper_mt.la" )
 [exec] gcc -DHAVE_CONFIG_H -I. 
-I
  
-I
 
-I
 
-I
  -DHAVE_OPENSSL_H -DHAVE_CYRUS_SASL_H  -Wall -Werror 
-Wdeclaration-after-statement  -g -O2 -D_GNU_SOURCE -MT cli.o -MD -MP -MF 
.deps/cli.Tpo -c -o cli.o `test -f 'src/cli.c' || echo 
'
 [exec] mv -f .deps/cli.Tpo .deps/cli.Po
 [exec] /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror 
-Wdeclaration-after-statement  -g -O2 -D_GNU_SOURCE   -o cli_st cli.o 
libzookeeper_st.la -lsasl2 
 [exec] libtool: link: gcc -Wall -Werror -Wdeclaration-after-statement -g 
-O2 -D_GNU_SOURCE -o .libs/cli_st cli.o  ./.libs/libzookeeper_st.so -lsasl2 
-Wl,-rpath 
-Wl,
 [exec] gcc -DHAVE_CONFIG_H -I. 
-I
  
-I
 
-I
 
-I
  -DHAVE_OPENSSL_H -DHAVE_CYRUS_SASL_H  -Wall -Werror 
-Wdeclaration-after-statement  -DTHREADED -g -O2 -D_GNU_SOURCE -MT cli_mt-cli.o 
-MD -MP -MF .deps/cli_mt-cli.Tpo -c -o cli_mt-cli.o `test -f 'src/cli.c' || 
echo 
'
 [exec] mv -f .deps/cli_mt-cli.Tpo .deps/cli_mt-cli.Po
 [exec] /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror 
-Wdeclaration-after-statement  -DTHREADED -g -O2 -D_GNU_SOURCE 

[GitHub] [zookeeper] jhuan31 opened a new pull request #1366: ZOOKEEPER-3846: Add a couple TLS related metrics

2020-05-22 Thread GitBox


jhuan31 opened a new pull request #1366:
URL: https://github.com/apache/zookeeper/pull/1366


   



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:
us...@infra.apache.org




[GitHub] [zookeeper] eolivelli commented on pull request #1365: ZOOKEEPER-3845: Add metric JVM_PAUSE_TIME

2020-05-22 Thread GitBox


eolivelli commented on pull request #1365:
URL: https://github.com/apache/zookeeper/pull/1365#issuecomment-632812381


   retest maven build



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:
us...@infra.apache.org




Jenkins build became unstable: zookeeper-master-maven-jdk12 #520

2020-05-22 Thread Apache Jenkins Server
See 




[GitHub] [zookeeper] jhuan31 commented on pull request #1365: ZOOKEEPER-3845: Add metric JVM_PAUSE_TIME

2020-05-22 Thread GitBox


jhuan31 commented on pull request #1365:
URL: https://github.com/apache/zookeeper/pull/1365#issuecomment-632788879


   looks like an infra issue "E: Unable to locate package maven"



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:
us...@infra.apache.org




Jenkins build is back to normal : zookeeper-master-maven-jdk-ea #10

2020-05-22 Thread Apache Jenkins Server
See 




Jenkins build is back to normal : zookeeper-branch36-java8 #192

2020-05-22 Thread Apache Jenkins Server
See 




Jenkins build became unstable: zookeeper-master-maven-jdk11 #522

2020-05-22 Thread Apache Jenkins Server
See 




Build failed in Jenkins: zookeeper-master-maven-jdk14 #106

2020-05-22 Thread Apache Jenkins Server
See 


Changes:


--
[...truncated 201.04 KB...]
 [exec] libtool: link: mv -f ".libs/libzookeeper_mt.expT" 
".libs/libzookeeper_mt.exp"
 [exec] libtool: link: echo "{ global:" > .libs/libzookeeper_mt.ver
 [exec] libtool: link:  cat .libs/libzookeeper_mt.exp | sed -e 
"s/\(.*\)/\1;/" >> .libs/libzookeeper_mt.ver
 [exec] libtool: link:  echo "local: *; };" >> .libs/libzookeeper_mt.ver
 [exec] libtool: link:  gcc -shared  -fPIC -DPIC  -Wl,--whole-archive 
./.libs/libzkmt.a ./.libs/libhashtable.a -Wl,--no-whole-archive  -lssl -lcrypto 
-lsasl2 -lm -lrt -lpthread  -g -O2   -Wl,-soname -Wl,libzookeeper_mt.so.2 
-Wl,-version-script -Wl,.libs/libzookeeper_mt.ver -o 
.libs/libzookeeper_mt.so.2.0.0
 [exec] libtool: link: (cd ".libs" && rm -f "libzookeeper_mt.so.2" && ln -s 
"libzookeeper_mt.so.2.0.0" "libzookeeper_mt.so.2")
 [exec] libtool: link: (cd ".libs" && rm -f "libzookeeper_mt.so" && ln -s 
"libzookeeper_mt.so.2.0.0" "libzookeeper_mt.so")
 [exec] libtool: link: (cd .libs/libzookeeper_mt.lax/libzkmt.a && ar x 
"
 [exec] libtool: link: (cd .libs/libzookeeper_mt.lax/libhashtable.a && ar x 
"
 [exec] ar: `u' modifier ignored since `D' is the default (see `U')
 [exec] libtool: link: ar cru .libs/libzookeeper_mt.a   
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-addrvec.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-mt_adaptor.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-recordio.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_hashtable.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_log.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zk_sasl.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.jute.o 
.libs/libzookeeper_mt.lax/libzkmt.a/libzkmt_la-zookeeper.o  
.libs/libzookeeper_mt.lax/libhashtable.a/hashtable.o 
.libs/libzookeeper_mt.lax/libhashtable.a/hashtable_itr.o 
 [exec] libtool: link: ranlib .libs/libzookeeper_mt.a
 [exec] libtool: link: rm -fr .libs/libzookeeper_mt.lax
 [exec] libtool: link: ( cd ".libs" && rm -f "libzookeeper_mt.la" && ln -s 
"../libzookeeper_mt.la" "libzookeeper_mt.la" )
 [exec] gcc -DHAVE_CONFIG_H -I. 
-I
  
-I
 
-I
 
-I
  -DHAVE_OPENSSL_H -DHAVE_CYRUS_SASL_H  -Wall -Werror 
-Wdeclaration-after-statement  -g -O2 -D_GNU_SOURCE -MT cli.o -MD -MP -MF 
.deps/cli.Tpo -c -o cli.o `test -f 'src/cli.c' || echo 
'
 [exec] mv -f .deps/cli.Tpo .deps/cli.Po
 [exec] /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror 
-Wdeclaration-after-statement  -g -O2 -D_GNU_SOURCE   -o cli_st cli.o 
libzookeeper_st.la -lsasl2 
 [exec] libtool: link: gcc -Wall -Werror -Wdeclaration-after-statement -g 
-O2 -D_GNU_SOURCE -o .libs/cli_st cli.o  ./.libs/libzookeeper_st.so -lsasl2 
-Wl,-rpath 
-Wl,
 [exec] gcc -DHAVE_CONFIG_H -I. 
-I
  
-I
 
-I
 
-I
  -DHAVE_OPENSSL_H -DHAVE_CYRUS_SASL_H  -Wall -Werror 
-Wdeclaration-after-statement  -DTHREADED -g -O2 -D_GNU_SOURCE -MT cli_mt-cli.o 
-MD -MP -MF .deps/cli_mt-cli.Tpo -c -o cli_mt-cli.o `test -f 'src/cli.c' || 
echo 
'
 [exec] mv -f .deps/cli_mt-cli.Tpo .deps/cli_mt-cli.Po
 [exec] /bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -Werror 
-Wdeclaration-after-statement  -DTHREADED -g -O2 -D_GNU_SOURCE   -o cli_mt 
cli_mt-cli.o libzookeeper_mt.la -lsasl2 
 [exec] libtool: link: gcc -Wall -Werror -Wdeclaration-after-statement 
-DTHREADED -g -O2 -D_GNU_SOURCE -o .libs/cli_mt cli_mt-cli.o  
./.libs/libzookeeper_mt.so