----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47678/ -----------------------------------------------------------
Review request for geode and Scott Jewell. Repository: geode Description ------- The sequence logger code was launching a thread from a static block, even if it was not enabled. The thread was then immediately dying. Fixing the code to not launch the thread unless it is enabled, and to not die immediately if it is. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/internal/sequencelog/SequenceLoggerImpl.java 26c944eafbe68ee0f59a90c79d2330db219f3265 Diff: https://reviews.apache.org/r/47678/diff/ Testing ------- running precheckin Thanks, Dan Smith
