Add zookeeper-refdb jar compiled with zookeeper 3.5.x

Zookeeper server from version 3.5.x is able to server traffic over SSL.
Building zookeeper-refdb plugin with zookeeper client 3.5.x causes
incompatibility with previous zookeeper server versions. Creating
additional zookeeper-refdb jar compiled with zookeeper 3.5.x allows to
start using SSL connections. At the same time old zookeeper-refdb jar
can be used with both zookeeper server 3.5.x and zookeeper server 3.4.x.

Feature: Issue 12583

Change-Id: Ifa58b550184941c1381d5400e8f4dcda4597aaf5
2 files changed
tree: 5b79e3345919999324430aeb21975b7625dcfcd8
  1. src/
  2. .gitignore
  3. BUILD
  4. external_plugin_deps.bzl
  5. Jenkinsfile
  6. LICENSE
  7. README.md
README.md

Gerrit Zookeeper ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by Apache Zookeeper.

Requirements for using this plugin are:

  • Gerrit v3.2 or later
  • Apache Zookeeper v3.4 or later

Typical use-case

The global ref-db is a typical use-case of a Gerrit multi-master scenario in a multi-site setup. Refer to the Gerrit multi-site plugin for more details on the high level architecture.