Revert "Temporarily suspend execution of the "unlock" script."

This reverts commit 6aecd8d44a.
This commit is contained in:
Jon Chambers 2020-06-18 11:05:17 -04:00 committed by Jon Chambers
parent 26a03b55de
commit ef97f9e738
1 changed files with 2 additions and 2 deletions

View File

@ -93,11 +93,11 @@ public class AccountDatabaseCrawlerCache {
List<byte[]> args = Arrays.asList(workerId.getBytes());
unlockScript.execute(keys, args);
/* try {
try {
unlockClusterScript.execute(List.of(ACTIVE_WORKER_KEY), List.of(workerId));
} catch (Exception e) {
log.warn("Failed to execute clustered unlock script", e);
} */
}
}
public Optional<UUID> getLastUuid() {