OF-1200: Monitoring plugin should not block on worker threads.
Instead of waiting for data to become available on the main thread, this task is better offloaded to a dedicated thread pool. This prevents worker threads from locking up (which potentially cripples the server).
Showing
Please register or sign in to comment