-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3.0
-
Component/s: nodemanager
-
Labels:None
--module-gpu doesn't set the operation variable, and so the main() function's switch statement on operation falls through to the default case. This causes it to report a failure, even though it succeeded.
default: fprintf(ERRORFILE, "Unexpected operation code: %d\n", operation); exit_code = INVALID_COMMAND_PROVIDED; break;
- is broken by
-
YARN-9561 Add C changes for the new RuncContainerRuntime
-
- Resolved
-