Temporarily suspend execution of the "unlock" script.

This commit is contained in:
Jon Chambers 2020-06-17 22:24:23 -04:00 committed by Jon Chambers
parent 8a4ac3ea10
commit 6aecd8d44a
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() {