Uploaded image for project: 'Apache Ozone'
  1. Apache Ozone
  2. HDDS-7396

Force close non-RATIS containers in ReplicationManager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • 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

          Activity

            People

              ckj Kaijie Chen
              ckj Kaijie Chen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: