----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58812/#review173280 -----------------------------------------------------------
sentry-provider/sentry-provider-db/src/test/java/org/apache/sentry/provider/db/service/persistent/TestSentryStore.java Line 90 (original), 90 (patched) <https://reviews.apache.org/r/58812/#comment246317> Do we need to worry about concurrent access? Can some other thread modify it while we read? - Alexander Kolbasov On April 27, 2017, 7:33 p.m., Na Li wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/58812/ > ----------------------------------------------------------- > > (Updated April 27, 2017, 7:33 p.m.) > > > Review request for sentry, Alexander Kolbasov, Hao Hao, kalyan kumar > kalvagadda, Sergio Pena, and Vamsee Yarlagadda. > > > Repository: sentry > > > Description > ------- > > Check if credential provider already has the credential before creating a > credential > > > Diffs > ----- > > > sentry-provider/sentry-provider-db/src/test/java/org/apache/sentry/provider/db/service/persistent/TestSentryStore.java > 31a309b > > > Diff: https://reviews.apache.org/r/58812/diff/1/ > > > Testing > ------- > > > Thanks, > > Na Li > >
