devmadhuu opened a new pull request, #5456:
URL: https://github.com/apache/ozone/pull/5456
## What changes were proposed in this pull request?
1. **Title:** - Improve thread names in Recon.
2. **Description:**
* [HDDS-9334](https://issues.apache.org/jira/browse/HDDS-9334) added the
ability to specify a prefix for threads created in common/framework code
(EventQueue, BackgroundService, etc.). These are used by multiple components
(SCM, OM, DN, Recon).
Goals of this task:
1. pass "Recon" as thread name prefix in Recon
2. ensure all other threads created in Recon code also include "Recon" in
their name.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9470
## How was this patch tested?
This patch was tested by running docker based ozone cluster with Recon.
Recon logs reflect the thread names with respective prefixes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]