This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
from a1f6239ca RANGER-5079: remove unnecessary warn log -
NashornScriptEngineCreator on JDK15 or higher (#472)
add c1e64ff3c RANGER-5055: checkstyle compliance updates - ranger-common-ha
No new revisions were added by this update.
Summary of changes:
ranger-common-ha/pom.xml | 5 +
.../org/apache/ranger/RangerHAInitializer.java | 58 ++-
.../ranger/ha/ActiveInstanceElectorService.java | 320 +++++++-------
.../org/apache/ranger/ha/ActiveInstanceState.java | 177 ++++----
.../apache/ranger/ha/ActiveStateChangeHandler.java | 46 +-
.../java/org/apache/ranger/ha/CuratorFactory.java | 351 +++++++--------
.../java/org/apache/ranger/ha/HAConfiguration.java | 471 ++++++++++-----------
.../ranger/ha/RangerServiceServerIdSelector.java | 138 +++---
.../java/org/apache/ranger/ha/ServiceState.java | 165 ++++----
.../ranger/ha/ZookeeperSecurityProperties.java | 103 ++---
.../org/apache/ranger/ha/annotation/HAService.java | 2 -
.../apache/ranger/ha/service/HARangerService.java | 2 -
.../apache/ranger/ha/service/ServiceManager.java | 72 ++--
.../service/TestRangerServiceServerIdSelector.java | 14 +-
14 files changed, 984 insertions(+), 940 deletions(-)