Temporarily suspend execution of the "unlock" script.
This commit is contained in:
parent
8a4ac3ea10
commit
6aecd8d44a
|
@ -93,11 +93,11 @@ public class AccountDatabaseCrawlerCache {
|
||||||
List<byte[]> args = Arrays.asList(workerId.getBytes());
|
List<byte[]> args = Arrays.asList(workerId.getBytes());
|
||||||
unlockScript.execute(keys, args);
|
unlockScript.execute(keys, args);
|
||||||
|
|
||||||
try {
|
/* try {
|
||||||
unlockClusterScript.execute(List.of(ACTIVE_WORKER_KEY), List.of(workerId));
|
unlockClusterScript.execute(List.of(ACTIVE_WORKER_KEY), List.of(workerId));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.warn("Failed to execute clustered unlock script", e);
|
log.warn("Failed to execute clustered unlock script", e);
|
||||||
}
|
} */
|
||||||
}
|
}
|
||||||
|
|
||||||
public Optional<UUID> getLastUuid() {
|
public Optional<UUID> getLastUuid() {
|
||||||
|
|
Loading…
Reference in New Issue