Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In many cases, it is not the problem because the rpc protocol will bock the process from exit. However, if the process only has a web server, since the thread pool is set to daemon, the process will immediately exit after starting it, but not stay and listen to the incoming requests.
It's possible for us to work around to make the main thread being blocked, but I'm wondering if we can resolve it within HttpServer2.
Attachments
Issue Links
- relates to
-
YARN-6170 TimelineReaderServer should wait to join with HttpServer2
- Resolved