Skip to content

Commit

Permalink
add persisted locks table to atomic tables list
Browse files Browse the repository at this point in the history
  • Loading branch information
tpetracca committed Feb 20, 2017
1 parent 3582f53 commit d046b36
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ public class AtlasDbConstants {
*/
public static final Set<TableReference> ATOMIC_TABLES = ImmutableSet.of(
TransactionConstants.TRANSACTION_TABLE,
NAMESPACE_TABLE);
NAMESPACE_TABLE,
PERSISTED_LOCKS_TABLE);

public static final Set<TableReference> TABLES_KNOWN_TO_BE_POORLY_DESIGNED = ImmutableSet.of(TableReference.createWithEmptyNamespace("resync_object"));

Expand Down

0 comments on commit d046b36

Please sign in to comment.