abdullah alamoudi has posted comments on this change. Change subject: Ensure Metadata locks are acquired for SQL++ queries ......................................................................
Patch Set 13: The reason we can't deadlock is because write locks are only acquired by DDLs which simply read lock whatever they need then WRITE lock the DDLed entity. Queries and DMLs will only get read locks. -- To view, visit https://asterix-gerrit.ics.uci.edu/1642 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5f468599897a37cbcb12d8577d072f340f0d949c Gerrit-PatchSet: 13 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: abdullah alamoudi <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-Reviewer: abdullah alamoudi <[email protected]> Gerrit-HasComments: No
