Uploaded image for project: 'controller'
  1. controller
  2. CONTROLLER-8

HostTracker retrieveCache() cache null check

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Done
    • 0.4.0
    • None
    • adsal
    • None
    • Operating System: All
      Platform: All

    • 10

    Description

      retrieveCache() does:

      inactiveStaticHosts = (ConcurrentMap<NodeConnector, HostNodeConnector>) this.clusterContainerService
      .getCache("hostTrackerIH");
      if (hostsDB == null)

      { logger.error("Cache couldn't be retrieved for HostTrackerIH"); }

      when it should be checking for inactiveStaticHosts == null.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kahom@cisco.com Kalvin Hom
            kahom@cisco.com Kalvin Hom
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: