----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30116/ -----------------------------------------------------------
(Updated Feb. 11, 2015, 10:15 a.m.) Review request for Falcon. Changes ------- Updating the patch based on review comments 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 (updated) ----- common/src/main/java/org/apache/falcon/entity/lock/MemoryLocks.java PRE-CREATION common/src/test/java/org/apache/falcon/entity/lock/MemoryLocksTest.java PRE-CREATION common/src/test/resources/config/process/process-duplicate-name.xml PRE-CREATION prism/src/main/java/org/apache/falcon/resource/AbstractEntityManager.java 0d34ef3 webapp/src/test/java/org/apache/falcon/cli/FalconCLIIT.java 118003f 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
