Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Solution

Solution would be to introduce new (or extend existing ) thread monitoring to monitor async writer thread, and report warning (or fatal) level alert in case thread is stack more then 15 seconds. Additional info could be number of events in the async queue.


New solution: https://github.com/apache/geode/pull/7667

Old draft proposal of implementation: https://github.com/apache/geode/pull/7574

Changes and Additions to Public Interfaces

...