----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30116/ -----------------------------------------------------------
Review request for Falcon. Repository: falcon-git Description ------- In distributed mode, when parallel update command are issued for same entity, they are not syncronized. This leads to multiple coordinators being spawned in Oozie. We need to ensure that the update method is syncronized. Diffs ----- common/src/main/java/org/apache/falcon/entity/lock/MemoryLocks.java PRE-CREATION common/src/main/java/org/apache/falcon/entity/store/ConfigurationStore.java 1c1c325 prism/src/main/java/org/apache/falcon/resource/AbstractEntityManager.java 4a686e7 webapp/src/test/java/org/apache/falcon/resource/EntityManagerJerseyIT.java 40f8e04 Diff: https://reviews.apache.org/r/30116/diff/ Testing ------- UT's were added and were successful Thanks, Suhas Vasu
