Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[controller] add cluster name to the 'Venice-Admin-Execution-Task' th… (
#684) [controller] add cluster name to the 'Venice-Admin-Execution-Task' threads In controller, each cluster has one corresponding AdminConsumptionTask and multiple 'Venice-Admin-Execution-Task' to consume the admin messages and then execute the admin operations. Today, it is not easy to differentiate which cluster one execution task belongs to, if one analyze controller logs or Java heap dump. This change appends the cluster name to the existing thread name prefix to make it distinguishable.
- Loading branch information