davidradl commented on code in PR #26362:
URL: https://github.com/apache/flink/pull/26362#discussion_r2016958557
##########
flink-runtime/src/main/java/org/apache/flink/runtime/io/disk/FileChannelManagerImpl.java:
##########
@@ -139,7 +139,7 @@ public void close() throws Exception {
.collect(Collectors.toList()));
ShutdownHookUtil.removeShutdownHook(
- shutdownHook, String.format("%s-%s",
getClass().getSimpleName(), prefix), LOG);
+ shutdownHook, String.format("%s-%s",
getClass().getSimpleName(), tag), LOG);
Review Comment:
If we are going to change this variable name I would call it component
rather than tag, as that seems more descriptive.
--
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]