ctubbsii commented on issue #4876: URL: https://github.com/apache/accumulo/issues/4876#issuecomment-2347073100
Just for context, the only reason we have concurrency on the incoming events is to handle deduplication/aggregation with count of repeated messages. We could just drop that feature. The user could then use their own deduplicating log4j filter for recently repeated messages, so the monitor doesn't have to. We could also show the last half hour of messages instead of a fixed number of unique messages. We could let the browser do the aggregation/counting from whatever messages we have. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
