----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47678/#review134643 -----------------------------------------------------------
Ship it! Ship It! - Scott Jewell On May 20, 2016, 10:40 p.m., Dan Smith wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47678/ > ----------------------------------------------------------- > > (Updated May 20, 2016, 10:40 p.m.) > > > 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 > >
