-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49941/
-----------------------------------------------------------
(Updated July 13, 2016, 6:20 a.m.)
Review request for atlas.
Changes
-------
Addressed review comments
Bugs: ATLAS-998
https://issues.apache.org/jira/browse/ATLAS-998
Repository: atlas
Description
-------
Updated to use atlas.server.ids property to determine if multiple instances of
Atlas are configured to run (in HA mode), instead of atlas.server.ha.enabled
Diffs (updated)
-----
common/src/main/java/org/apache/atlas/ha/HAConfiguration.java f3c9bc5
common/src/test/java/org/apache/atlas/ha/HAConfigurationTest.java a3129c9
repository/src/test/java/org/apache/atlas/repository/audit/HBaseBasedAuditRepositoryHATest.java
2f7edb4
repository/src/test/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexerMockTest.java
94dd298
repository/src/test/java/org/apache/atlas/services/DefaultMetadataServiceMockTest.java
393b539
webapp/src/test/java/org/apache/atlas/notification/NotificationHookConsumerTest.java
7860eb6
webapp/src/test/java/org/apache/atlas/web/service/ActiveInstanceElectorServiceTest.java
2b7691f
webapp/src/test/java/org/apache/atlas/web/service/ServiceStateTest.java
77aba88
Diff: https://reviews.apache.org/r/49941/diff/
Testing
-------
- Verified that all unit tests succeed
- Verified that when multiple instances are listed in 'atlas.server.ids'
configuration, Atlas server takes HA code path
Thanks,
Madhan Neethiraj