Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
--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;
Attachments
Attachments
Issue Links
- is broken by
-
YARN-9561 Add C changes for the new RuncContainerRuntime
- Resolved