Uploaded image for project: 'Torque'
  1. Torque
  2. TORQUE-163

Map builders are emptied on Torque.shutdown() and not rebuilt on subsequent init()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3
    • 4.0-beta1
    • None
    • None

    Description

      Problem: After a shutdown() and init() of Torque, the Map Builder cache entries which have been present before shutdown are not present anymore after a new init.

      Analysis: If a Peer class is loaded, it registers its map builder and the MapBuilder is built immediately or on Torque initialisation, depending on whether Torque is initialized or not.
      On Torque.shutdown(), all known map builders are removed.
      On a new init(), these Map builders will not be rebuilt anew because the Peer class will not be loaded a second time.

      Solution: The Map Builder cache entries should not be removed on Torque.shutdown()

      Attachments

        Activity

          People

            tfischer Thomas Fox
            tfischer Thomas Fox
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: