-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63755/
-----------------------------------------------------------
Review request for Ambari, Attila Doroszlai, Myroslav Papirkovskyy, and Sid
Wagle.
Bugs: AMBARI-22427
https://issues.apache.org/jira/browse/AMBARI-22427
Repository: ambari
Description
-------
This was not reproduced, but theoretically race condition might occur causing
configuration update event to be received later than the actual commands which
needs those configs.
Diffs
-----
ambari-agent/src/main/python/ambari_agent/ConfigurationBuilder.py f8bdb4299c
ambari-agent/src/main/python/ambari_agent/CustomServiceOrchestrator.py
0debb1b603
ambari-agent/src/main/python/ambari_agent/listeners/CommandsEventListener.py
ae8d400d35
ambari-agent/src/main/python/ambari_agent/listeners/ConfigurationEventListener.py
a4884d884e
ambari-agent/src/test/python/ambari_agent/TestAgentStompResponses.py
162a809933
ambari-agent/src/test/python/ambari_agent/dummy_files/stomp/configurations_update.json
e8e1ab546d
ambari-agent/src/test/python/ambari_agent/dummy_files/stomp/execution_commands.json
76dac1b975
Diff: https://reviews.apache.org/r/63755/diff/1/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk