tillrohrmann commented on a change in pull request #16491:
URL: https://github.com/apache/flink/pull/16491#discussion_r669403622
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/slotpool/DeclarativeSlotPoolBridge.java
##########
@@ -55,6 +58,7 @@
/** {@link SlotPool} implementation which uses the {@link DeclarativeSlotPool}
to allocate slots. */
public class DeclarativeSlotPoolBridge extends DeclarativeSlotPoolService
implements SlotPool {
+ private static final Logger LOG =
LoggerFactory.getLogger(DeclarativeSlotPoolBridge.class);
Review comment:
you can use `DeclarativeSlotPoolService.log`
--
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]