Uploaded image for project: 'REEF (Retired)'
  1. REEF (Retired)
  2. REEF-1380

HeartbeatManager can trigger a NullReferenceException if Evaluator operation state is [OPERATIONAL] and runtime state is [FAILED]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.15
    • None

    Description

      This is caused by the following line of code:

      if (_evaluatorSettings.OperationState == EvaluatorOperationState.OPERATIONAL && EvaluatorRuntime.State == State.RUNNING)
      {
        // code
      } else {
        // code
        DriverInformation driverInformation = _driverConnection.GetDriverInformation();
        // code
      }
      

      We should not call _driverConnection.GetDriverInformation(); on a failed Evaluator.

      Attachments

        Issue Links

          Activity

            People

              afchung90 Andrew Chung
              afchung90 Andrew Chung
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: