Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
LinuxContainerExecutor.java
... ... if (LOG.isDebugEnabled()) { LOG.debug("Resource handler chain enabled = " + (resourceHandlerChain == null)); } ... ...
I think it is just a typo.When resourceHandlerChain is not null, print the log "Resource handler chain enabled = true".
Attachments
Attachments
Issue Links
- relates to
-
YARN-3542 Re-factor support for CPU as a resource using the new ResourceHandler mechanism
- Resolved