commit | 9fdff28bb5741636b4a9fedb91616733e81657bc | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Fri Jun 14 13:03:56 2024 +0200 |
committer | Antonio Barone <syntonyze@gmail.com> | Fri Jun 14 13:10:31 2024 +0200 |
tree | 5b4cad4840223c44f5db19e74879757d45596547 | |
parent | d91466d6074c7f4d2f5a03f602912d96dd855a39 [diff] |
Honour secure configs during init step During the init step, zookeeper-refdb might need to connect to the Zookeeper ensemble to perform migration-related tasks, as it was introduced in I7836b739bb. When doing so however, the curator was being initialized without honouring the configurations set in the zookeeper-refdb.secure.config, as it was reading the zookeeper-refdb.config only. Address this issue by reading from zookeeper-refdb.secure.config and falling back to the zookeeper-refdb.config. Change-Id: I9123a979e01f4811dbd71cc41445eb109cf6bfae
This plugin provides an implementation of the Gerrit global ref-db backed by Apache Zookeeper.
Requirements for using this plugin are:
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.