Re: Rate Quota

2021-01-25 Thread Li Wang
Hi Huizhi, Thank you so much for the picture. I am able to see the attachment. Yes, let's keep following on it. The feature is very useful, especially in a multi-tenant environment. Is there any discussion or JIRA ticket for exposing quota related metrics so the clients can monitor the quota usa

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1

2021-01-25 Thread Norbert Kalmar
Please disregard my last email, I had ZooKeeper running in the background, killing it solved that test, the fork issue is not caused by that. On Mon, Jan 25, 2021 at 5:26 PM Norbert Kalmar wrote: > Sorry, the linked test is just an assertion error, no exception there. > I had another test failur

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1

2021-01-25 Thread Norbert Kalmar
Sorry, the linked test is just an assertion error, no exception there. I had another test failure which had an error thrown. I will investigate further, as this might be some macOD address issue/collission yet again: [ERROR] Tests run: 10, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 26.229 s

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1

2021-01-25 Thread Norbert Kalmar
-1 (non-binding!) - built the source, run locally, gave a few basic commands - run tests on macOS 10.13.6, openjdk 1.8.0_242 - issues found, see below - checked files in tarball - checked signatures I had the same problem as Máté. unit tests did not pass on MacOS. Nothing has changed in my enviro

Re: Test failures on 3.7.0 RC1 (was: Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1)

2021-01-25 Thread Szalay-Bekő Máté
this is not specific to 3.7, but in general: from time to time I see different tests failing intermittently. I assume this can be caused by other tests running in parallel. (because re-running those tests alone usually makes them succeed) So I prefer to execute the java unit tests using the follow

Test failures on 3.7.0 RC1 (was: Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1)

2021-01-25 Thread Flavio Junqueira
I don't want to mess up with the vote thread, so I'm responding to this separately. I have been trying to build locally too unsuccessfully. I've been trying on an Ubuntu VM, Java 8 (build 1.8.0_181-b13), Maven 3.6.0. The set of tests failing varies from build to build, if it makes sense, I can t

Re: [VOTE] Apache ZooKeeper release 3.7.0 candidate 1

2021-01-25 Thread Szalay-Bekő Máté
+0 (and not even binding :) ) - I built the source code (-Pfull-build) on Ubuntu 18.04.3 using OpenJDK 8u265 and maven 3.6.3. - I also built and executed unit tests for zkpython - the unit tests passed for the C-client and for python client - checkstyle and spotbugs passed - apache-rat passed - ow