Sorry to extend the list :p here is a low risk / quite trivial bugfix I created based on the NPE problem reported yesterday on the user mail list: https://github.com/apache/zookeeper/pull/1161 I think we could add this to 3.6.0 as well...
Cheers, Mate On Fri, Nov 29, 2019 at 3:50 PM Enrico Olivelli <[email protected]> wrote: > Okay, seems that we are only waiting for: > https://github.com/apache/zookeeper/pull/934 Enforce the quota limit > https://github.com/apache/zookeeper/pull/1059 Real time data consistency > check during broadcast time > https://github.com/apache/zookeeper/pull/1159 Autodetection of openssl > during ZooKeeper C client build > > I am also preparing a new release procedure that uses the Maven Release > Plugin. > > Hopefully we will have a first RC within XMas ! > > > Enrico > > Il giorno ven 15 nov 2019 alle ore 20:30 Fangmin Lv <[email protected]> > ha scritto: > > > Would like to see the following feature being included as part of the > 3.6.0 > > release: > > > > * ZOOKEEPER-3512: Real time data consistency check during broadcast time > ( > > https://github.com/apache/zookeeper/pull/1059) > > > > We've merged the "ZOOKEEPER-3150: Add tree digest check and verify data > > integrity when loading from disk", > > which is partial of this consistency checking feature. It's nice to > > announce that we'll have real time consistency > > check in 3.6.0. > > > > Was busy on some internal features work, will commit time next week to > get > > that up to date. > > > > Thanks, > > Fangmin > > > > On Fri, Oct 4, 2019 at 7:16 AM Mate Szalay-Beko > > <[email protected]> wrote: > > > > > > ZOOKEEPER-2122: Impplement SSL support in the Zookeeper C client > > library > > > > > > I just pushed a new PR for this one yesterday (I was taking over the > > ticket > > > from Suhas Dantkale and extended his last PR). > > > Please review this PR for ZOOKEEPER-2122: > > > https://github.com/apache/zookeeper/pull/1107 > > > > > > Cheers, > > > Mate > > > > > > On Thu, Oct 3, 2019 at 12:22 AM Enrico Olivelli <[email protected]> > > > wrote: > > > > > > > I am taking a look to those patches. > > > > > > > > I feel we are not in hurry in adding other stuff, 3.6.0 is already a > > > greate > > > > feature release. > > > > I hope we will start to cut release more often so if a feature can't > be > > > > delivered it only has to wait for the next train > > > > > > > > Enrico > > > > > > > > Il mer 2 ott 2019, 16:00 David Mollitor <[email protected]> ha > > scritto: > > > > > > > > > Can I also throw in ZOOKEEPER-3342 and ZOOKEEPER-3340 ? :) > > > > > > > > > > On Wed, Oct 2, 2019, 9:36 AM Andor Molnar <[email protected]> > wrote: > > > > > > > > > > > + ZOOKEEPER-1260 Audit logging in ZooKeeper servers ( > > > > > > https://github.com/apache/zookeeper/pull/338) > > > > > > > > > > > > > > > > > > > > > > > > > On 2019. Oct 2., at 11:05, Andor Molnar <[email protected]> > > wrote: > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > > > (opening new thread for clarity) > > > > > > > > > > > > > > Imho the next thing that we should agree on is the list of > > pending > > > > > > patches we’d like to submit before the first beta. Here’re some > of > > > the > > > > > > pending major new features off the top of my head: > > > > > > > > > > > > > > - ZOOKEEPER-3188: Improve resilience to network ( > > > > > > https://github.com/apache/zookeeper/pull/1048) > > > > > > > - ZOOKEEPER-2122: Impplement SSL support in the Zookeeper C > > client > > > > > > library (https://github.com/apache/zookeeper/pull/990) > > > > > > > - ZOOKEEPER-1416: Persistent Recursive Watch ( > > > > > > https://github.com/apache/zookeeper/pull/136) > > > > > > > - ZOOKEEPER-3301: Enforce the quota limit ( > > > > > > https://github.com/apache/zookeeper/pull/934) > > > > > > > > > > > > > > These’re all in Patch Available state, so in _theory_ we only > > need > > > > > > reviewers to submit them. > > > > > > > > > > > > > > Andor > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
