Dan Burkert has posted comments on this change. Change subject: KUDU-2137: protect against concurrent schema version change and tablet drop ......................................................................
Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/7996/2/src/kudu/master/catalog_manager.cc File src/kudu/master/catalog_manager.cc: Line 4318: // locks are acquired before spinlocks. Perhaps you could grab the partition info before taking the spin locks? Should be OK to copy it (just a string). The partition info for a tablet is immutable. -- To view, visit http://gerrit.cloudera.org:8080/7996 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I371fc310a97ae94ec2ebf04405db99c5f2937e1a Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
