Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
1.6.0
-
None
-
The issue has been reproduced on Ubuntu 16.04, master branch, commit `42848653b2`.
Description
Since we are calling `libprocess::finalize()` before returning from the IOSwitchboard's main function, we expect that all http responses are going to be sent back to clients before IOSwitchboard terminates. However, after adding `libprocess::finalize()` we have seen that IOSwitchboard might get stuck in `libprocess::finalize()`. See attached stacktrace.
Attachments
Attachments
Issue Links
- blocks
-
MESOS-8545 AgentAPIStreamingTest.AttachInputToNestedContainerSession is flaky.
- Resolved
- causes
-
MESOS-8723 ROOT_HealthCheckUsingPersistentVolume is flaky.
- Accepted
- relates to
-
MESOS-10201 Leaving libprocess running after main() exit may make a program crash when global mutexes in glog are destroyed.
- Open