You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2020/02/16 09:27:18 UTC

[zookeeper] branch release-3.6.0 updated (50ffffd -> 5bf63d7)

This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch release-3.6.0
in repository https://gitbox.apache.org/repos/asf/zookeeper.git.


    omit 50ffffd  Update release notes for 3.6.0rc2
    omit df37eb6  ZOOKEEPER-3703: publish a test JAR
    omit 11137d3  ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
    omit f5453c4  ZOOKEEPER-3716: upgrade netty 4.1.42 to address CVE-2019-20444 CVE-20…
    omit 4431d08  Prepared 3.6.1-SNAPSHOT
    omit 697afe0  Prepared 3.6.0
    omit fbcc6a0  ZOOKEEPER-3695: Source release tarball does not match repository in 3.6.0 - part2
    omit c714ac8  Update release notes before 3.6.0rc1
     add 2c232e3  Update release notes before 3.6.0rc1
     add 1ec2481  ZOOKEEPER-3231: Purge task may lost data when the recent snapshots are all invalid
     add 955b4bf  ZOOKEEPER-3695: Source release tarball does not match repository in 3.6.0 - part2
     add fc43a29  ZOOKEEPER-3708: Move Logging Code into Logging Guard in Learner
     add 4d36ede  ZOOKEEPER-3716: upgrade netty 4.1.42 to address CVE-2019-20444 CVE-20…
     add d95c5a3  ZOOKEEPER-3715: fix Kerberos test failures for new JDK versions
     add 3008ab7  ZOOKEEPER-3703: publish a test JAR
     add 5bf63d7  Update release notes for 3.6.0rc2

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (50ffffd)
            \
             N -- N -- N   refs/heads/release-3.6.0 (5bf63d7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   2 +-
 zookeeper-assembly/pom.xml                         |   2 +-
 zookeeper-client/pom.xml                           |   2 +-
 zookeeper-client/zookeeper-client-c/CMakeLists.txt |   2 +-
 zookeeper-client/zookeeper-client-c/configure.ac   |   2 +-
 zookeeper-client/zookeeper-client-c/pom.xml        |   2 +-
 zookeeper-contrib/pom.xml                          |   2 +-
 .../zookeeper-contrib-loggraph/pom.xml             |   2 +-
 zookeeper-contrib/zookeeper-contrib-rest/pom.xml   |   2 +-
 .../zookeeper-contrib-zooinspector/pom.xml         |   2 +-
 zookeeper-docs/pom.xml                             |   2 +-
 zookeeper-jute/pom.xml                             |   2 +-
 zookeeper-metrics-providers/pom.xml                |   2 +-
 .../zookeeper-prometheus-metrics/pom.xml           |   2 +-
 zookeeper-recipes/pom.xml                          |   2 +-
 .../zookeeper-recipes-election/pom.xml             |   2 +-
 zookeeper-recipes/zookeeper-recipes-lock/pom.xml   |   2 +-
 zookeeper-recipes/zookeeper-recipes-queue/pom.xml  |   2 +-
 zookeeper-server/pom.xml                           |   2 +-
 .../org/apache/zookeeper/server/PurgeTxnLog.java   |   2 +-
 .../zookeeper/server/persistence/FileSnap.java     |   2 +-
 .../server/persistence/FileTxnSnapLog.java         |  12 +++
 .../apache/zookeeper/server/quorum/Learner.java    |   8 +-
 .../org/apache/zookeeper/server/PurgeTxnTest.java  | 114 ++++++++++++++++-----
 24 files changed, 126 insertions(+), 50 deletions(-)