-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56987/
-----------------------------------------------------------
(Updated Feb. 25, 2017, 10:42 a.m.)
Review request for Ambari, Attila Doroszlai, Robert Levas, and Sandor Magyari.
Changes
-------
Use CollectionUtils to check if collection is null or empty
Bugs: AMBARI-19929
https://issues.apache.org/jira/browse/AMBARI-19929
Repository: ambari
Description
-------
Move the persisting of
TopologyRequest/TopologyLogicalRequest/TopologyHostRequest records into a
single transaction to esnure consistency accross these records.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/state/ServiceImpl.java
2cccb21
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
ab56844
ambari-server/src/main/java/org/apache/ambari/server/topology/TopologyManager.java
a26624e
Diff: https://reviews.apache.org/r/56987/diff/
Testing
-------
Performed manual testing covering cluster creation using Blueprint and than
cluster upscaling.
Unit tests: Tests run: 4929, Failures: 0, Errors: 0, Skipped: 39
Thanks,
Sebastian Toader