[GitHub] drill issue #925: DRILL-5749: solve foreman and netty threads deadlock

2017-09-13 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/925 Turns out that I cannot cleanly do the rebase. @weijietong, please rebase this branch onto the latest master, and squash your commits into a single commit. ---

[GitHub] drill issue #925: DRILL-5749: solve foreman and netty threads deadlock

2017-09-11 Thread weijietong
Github user weijietong commented on the issue: https://github.com/apache/drill/pull/925 @paul-rogers have refactored the codes. @sudheeshkatkam nothing to fix ,once the netty thread got the re-spawned RPC connection ,it will send out the message. ---

[GitHub] drill issue #925: DRILL-5749: solve foreman and netty threads deadlock

2017-09-10 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/925 Nice catch @weijietong Looks like the Netty thread, that is failing all outstanding requests to a certain endpoint, is itself trying to send a message (cancel fragment) to that endpoin

[GitHub] drill issue #925: DRILL-5749: solve foreman and netty threads deadlock

2017-09-06 Thread weijietong
Github user weijietong commented on the issue: https://github.com/apache/drill/pull/925 anyone can review this PR ? more details about thread stacks see [DRLL-5749](https://issues.apache.org/jira/browse/DRILL-5749) ---