----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40369/ -----------------------------------------------------------
(Updated Nov. 19, 2015, 8:59 p.m.) Review request for geode and Dan Smith. Repository: geode Description ------- - Updating the alert level is changed from a pooled message to a serial message. This ensures that consecutive alert level changes are processed in the correct order. Also reworked the test so that we're not trying to set the same alert level twice in a row otherwise it becomes difficult to know where the messages have been received. Diffs (updated) ----- gemfire-core/src/main/java/com/gemstone/gemfire/internal/admin/remote/AlertLevelChangeMessage.java 7e6c0a4ef08cb53f16d7b024778625fbeb976cca gemfire-core/src/main/java/com/gemstone/gemfire/internal/logging/log4j/AlertAppender.java bd1ad9225a5ea1c761e92a52d4da3dab72ce9ff3 gemfire-core/src/test/java/com/gemstone/gemfire/management/DistributedSystemDUnitTest.java 193dd1222e235311413ccbb89a00ecf43e657de1 Diff: https://reviews.apache.org/r/40369/diff/ Testing ------- Ran DistributedSystemDUnitTest Thanks, Jens Deppe
