This is an automated email from the ASF dual-hosted git repository.
kishoreg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
from 02a170c71 Prevent controller from dropping replicas when best possible
fails to calculate assignment (#3034)
add 46e730e45 Make retry timeout configurable for ZK calls via system
property
new 3d5096764 Merge pull request #3067 from
krishan1390/configurable_retry_timeout_system_property
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../helix/manager/zk/client/TestHelixZkClient.java | 20 ++++++++++++++++++++
.../zookeeper/api/client/RealmAwareZkClient.java | 6 ++----
.../zookeeper/constant/ZkSystemPropertyKeys.java | 11 +++++++++++
.../apache/helix/zookeeper/impl/client/ZkClient.java | 8 +++-----
.../zookeeper/impl/factory/ZkConnectionManager.java | 4 ++--
.../apache/helix/zookeeper/util/ZNRecordUtil.java | 20 ++++++++++++++++++++
.../apache/helix/zookeeper/zkclient/ZkClient.java | 10 ++++++++++
7 files changed, 68 insertions(+), 11 deletions(-)