----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36931/ -----------------------------------------------------------
Review request for geode and Darrel Schneider. Repository: geode Description ------- The "coordinator" process in dunit is launched by the gradle framework. The rest of the processes are launched by the dunit framework. Those processes may have different heap sizes. If local-max-memory is not set, we read the heap size to determine how to rebalance data. In this case we didn't move any primaries because one member had much more heap than the remaining members. Diffs ----- gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/control/RebalanceOperationDUnitTest.java 002aa369846e3cdbc1dd2231ff20e9e865fe804a Diff: https://reviews.apache.org/r/36931/diff/ Testing ------- Thanks, Dan Smith
