Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1578] Make Worker#timer have thread name and daemon
### What changes were proposed in this pull request? ### Why are the changes needed? Current jstack ```java "pool-36-thread-1" #118 prio=5 os_prio=0 tid=0x00007f40cc00d000 nid=0xd3e0 waiting on condition [0x00007f3ecbffe000] java.lang.Thread.State: TIMED_WAITING (sleeping) at java.lang.Thread.sleep(Native Method) at io.netty.util.HashedWheelTimer$Worker.waitForNextTick(HashedWheelTimer.java:600) at io.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:496) at java.lang.Thread.run(Thread.java:745) ``` ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? GA Closes #2704 from cxzl25/CELEBORN-1578. Lead-authored-by: sychen <sychen@ctrip.com> Co-authored-by: cxzl25 <3898450+cxzl25@users.noreply.github.com> Signed-off-by: SteNicholas <programgeek@163.com> (cherry picked from commit 5c83965) Signed-off-by: SteNicholas <programgeek@163.com>
- Loading branch information