Commit 270349c
authored
[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.1 parent 486cb94 commit 270349c
File tree
1 file changed
+1
-1
lines changed- services/venice-controller/src/main/java/com/linkedin/venice/controller/kafka/consumer
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments