Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-92664

Fix error set creation in add/remove shard background hook

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0, 8.0.0-rc15
    • Affects Version/s: 8.1.0-rc0, 8.0.0-rc13
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • v8.0
    • CAR Team 2024-07-22, CAR Team 2024-08-05
    • 0

      The problematic line of code is this one where we are creating a set from an int value.
      We should fix using:

      in set([<int>])
      

      or

      in [<int>]
      

            Assignee:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Reporter:
            tommaso.tocci@mongodb.com Tommaso Tocci
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: