initAndListen crashes when run concurrently with shutdown

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • ALL
    • v8.1
    • 200
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Shutdown can happen concurrently with initAndListen, for example if a SIGTERM signal is received while startup is still occurring. Our initialization logic in general does not handle this case, and we see crashes every now and then as a result. BF-35824 is one such example, and as part of fixing it, I tried to add a test and discovered a similar issue with OCSPManager. Rather than fixing this one by one, it may make more sense to holistically ensure that initialization is shutdown-aware.

            Assignee:
            Unassigned
            Reporter:
            Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: