HuangZhenQiu commented on pull request #11541: URL: https://github.com/apache/flink/pull/11541#issuecomment-646736438
@pnowojski If different threads are going to request PartitionRequestClient for different connectionId, there is no resource conflicts. Thus, they can parallel run. But if more than two threads try to build PartitionRequestClient for the same connectionId, as @rkhachatryan pointed out the deadlock will happen. @pnowojski Would you please help to trigger to Azure test? ---------------------------------------------------------------- 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: [email protected]
