Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
According to CloseContainerCommandHandler:
} else if (closeCommand.getForce()) { // Non-RATIS containers should have the force close flag set, so they // are moved to CLOSED immediately rather than going to quasi-closed. controller.closeContainer(containerId); } else { controller.quasiCloseContainer(containerId); LOG.info("Marking Container {} quasi closed", containerId); }
Non-RATIS containers should be force closed.
Attachments
Issue Links
- links to