mirror of https://github.com/citusdata/citus.git
In #3374 a new way of locking shard distribution metadata was implemented. However, this was only done in the function `LockShardDistributionMetadata` and not in `TryLockShardDistributionMetadata`. This is bad, since it causes these locks to not block eachother in some cases. This commit fixes this issue by sharing the code that sets the locktag between the two function. |
||
---|---|---|
.. | ||
distributed | ||
.gitignore |