Re: [VOTE] Release 4.16.0, release candidate #2

2023-03-31 Thread Hang Chen
> I added the logs to the issue. It looks like the loopback address problem, and the Bookie server does not allow loopback interfaces as the primary interface. You can set allowLoopback to true and rerun the test. > FWIW I ran the tests from the command line, no from IntelliJ. >$ mvn -v

Re: [VOTE] Release 4.16.0, release candidate #2

2023-03-31 Thread Matteo Merli
+1 binding * Checked signatures * Check localbookie and local perf tool -- Matteo Merli On Wed, Mar 29, 2023 at 7:06 AM Hang Chen wrote: > Hi everyone, > Please review and vote on the release candidate #2 for version 4.16.0, > as follows: > [ ] +1, Approve the release > [ ] -1, Do not

Re: [VOTE] Release 4.16.0, release candidate #2

2023-03-31 Thread Andrey Yegorov
I added the logs to the issue. FWIW I ran the tests from the command line, no from IntelliJ. $ mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /usr/local/Cellar/maven/3.8.6/libexec Java version: 11.0.11, vendor: AdoptOpenJDK, runtime:

Re: [VOTE] Release 4.16.0, release candidate #2

2023-03-31 Thread Hang Chen
Hi Andrey, Thanks for your great job! For the failed tests, - org.apache.bookkeeper.test.BookieZKExpireTest is a test issue, and I will fix it later. It is not a blocker for this release. - org.apache.bookkeeper.client.TestSpeculativeRead, I have run the test on my Mac multiple times, and