2 tests are failing constantly: org.apache.zookeeper.server.quorum.QuorumPeerMainTest.testFailedTxnAsPartOfQuorumLoss org.apache.zookeeper.server.quorum.ReconfigFailureCasesTest.testLeaderTimesoutOnNewQuorum
I reverted "ZOOKEEPER-3240: Close socket on Learner shutdown to avoid dangling socket" and now it works. Andor On Wed, Jan 30, 2019 at 11:43 AM Enrico Olivelli <[email protected]> wrote: > Do you have failing tests or code does not compile at all? (I don't have my > laptop at the moment) > > Enrico > > Il giorno mer 30 gen 2019, 11:31 Andor Molnar <[email protected]> > ha scritto: > > > Hi team, > > > > Looks like one of these changes have broken the build: > > > > > > 1. ZOOKEEPER-3250 < > https://issues.apache.org/jira/browse/ZOOKEEPER-3250 > > >: > > typo in doc - zookeeperInternals (detail > > < > > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch35_jdk8/1285/changes#detail0 > > > > > ) > > 2. ZOOKEEPER-3256 < > https://issues.apache.org/jira/browse/ZOOKEEPER-3256 > > >: > > Enable OWASP checks to Maven build (detail > > < > > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch35_jdk8/1285/changes#detail1 > > > > > ) > > 3. Fix typos (detail > > < > > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch35_jdk8/1285/changes#detail2 > > > > > ) > > 4. ZOOKEEPER-3236 < > https://issues.apache.org/jira/browse/ZOOKEEPER-3236 > > >: > > Upgrade BouncyCastle (detail > > < > > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch35_jdk8/1285/changes#detail3 > > > > > ) > > 5. ZOOKEEPER-3240 < > https://issues.apache.org/jira/browse/ZOOKEEPER-3240 > > >: > > Close socket on Learner shutdown to avoid dangling so… (detail > > < > > > https://builds.apache.org/view/S-Z/view/ZooKeeper/job/ZooKeeper_branch35_jdk8/1285/changes#detail4 > > > > > ) > > > > I'm trying to revert them one-by-one and see which one is the bad guy. > > > > Regards, > > Andor > > >
