Dan Smith created GEODE-1458:
--------------------------------
Summary: Sequence logger thread can die on startup and should not
be enabled by default
Key: GEODE-1458
URL: https://issues.apache.org/jira/browse/GEODE-1458
Project: Geode
Issue Type: Bug
Reporter: Dan Smith
The SequenceLoggerImpl class always creates a thread in the static block.
However, if the logger class is loaded before the cache, the thread dies
immediately.
Since sequence logging is usually not enabled, we shouldn't even start this
thread unless it is enabled and in that case it should not die if a cache is
not present.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)