Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-7522

[Java Broker] Fix state check in ReplicatedEnvironmentFacade#tryToRestartEnvironment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • qpid-java-6.0, qpid-java-6.0.1, qpid-java-6.0.2, qpid-java-6.0.3, qpid-java-6.0.4, qpid-java-6.0.5, qpid-java-6.1, qpid-java-broker-7.0.0
    • qpid-java-broker-7.0.0
    • Broker-J
    • None

    Description

      ReplicatedEnvironmentFacade#tryToRestartEnvironment calls _state.equals(State.RESTARTING) but it should be _state.get().equals(State.RESTARTING).

      This problem has no production impact. It prevents only the logging of the statement at DEBUG.

      Attachments

        Activity

          People

            Unassigned Unassigned
            orudyy Alex Rudyy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: