You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/21 19:11:54 UTC

[GitHub] leventov opened a new pull request #6033: Synchronize scheduled poll() calls in SQLMetadataRuleManager to prevent flakiness in SqlMetadataRuleManagerTest

leventov opened a new pull request #6033: Synchronize scheduled poll() calls in SQLMetadataRuleManager to prevent flakiness in SqlMetadataRuleManagerTest
URL: https://github.com/apache/incubator-druid/pull/6033
 
 
   This PR should fix #6028, however it doesn't address two other problems mentioned in that issue:
    - Possibility of a deadlock in a database when there is a query making an inner join of a table with itself, and a query dropping this table in parallel. I wonder if there is an SQL feature to "truly lock" a table to prevent this.
    - `SQLMetadataRuleManager` possibly mixing two abstractions, that should be in different classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org