You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/17 16:55:43 UTC

[GitHub] [arrow] lidavidm opened a new pull request #7981: ARROW-9670: [C++][FlightRPC] don't hang if Close and Read called simultaneously

lidavidm opened a new pull request #7981:
URL: https://github.com/apache/arrow/pull/7981


   We were accidentally trying to recursively hold a lock.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #7981: ARROW-9670: [C++][FlightRPC] don't hang if Close and Read called simultaneously

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7981:
URL: https://github.com/apache/arrow/pull/7981#issuecomment-675003254


   https://issues.apache.org/jira/browse/ARROW-9670


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou closed pull request #7981: ARROW-9670: [C++][FlightRPC] don't hang if Close and Read called simultaneously

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #7981:
URL: https://github.com/apache/arrow/pull/7981


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #7981: ARROW-9670: [C++][FlightRPC] don't hang if Close and Read called simultaneously

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #7981:
URL: https://github.com/apache/arrow/pull/7981#issuecomment-675035275


   I originally added a unit test, but removed it since I realized it's flaky (the error happens when two blocking operations overlap; in a test, this can't be simulated since you can't synchronize the two operations reliably).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org