You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@terrymanu Hi,I'm sorry. I've encountered some issues while working on this task.
I'm not sure whether the timeout parameter should be added to the LOCK CLUSTER operation TypedSPILoader.getService(ClusterLockStrategy.class, sqlStatement.getLockStrategy().getName()).lock();
or if the timeout in lockContext.tryLock(lockDefinition, 3000L) should be used as the parameter. Could you please clarify?
Add lock timeout in DistSQL
LOCK CLUSTER WITH lockStrategy
andUNLOCK CLUSTER
.The new attribute
LOCK TIMEOUT
should be optional. The SQL should be:LOCK CLUSTER WITH lockStrategy (TIMEOUT int)?
andUNLOCK CLUSTER (TIMEOUT int)?
.The todolist should be:
The text was updated successfully, but these errors were encountered: