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
rootCause:
Integer overflow in com.starrocks.lake.qe.scheduler.DefaultSharedDataWorkerProvider#NEXT_COMPUTE_NODE_INDEX counter. When the counter reaches Integer.MAX_VALUE and increments.
static int getNextComputeNodeIndex() {
return NEXT_COMPUTE_NODE_INDEX.getAndIncrement();
}
The text was updated successfully, but these errors were encountered:
rootCause:
Integer overflow in com.starrocks.lake.qe.scheduler.DefaultSharedDataWorkerProvider#NEXT_COMPUTE_NODE_INDEX counter. When the counter reaches Integer.MAX_VALUE and increments.
static int getNextComputeNodeIndex() {
return NEXT_COMPUTE_NODE_INDEX.getAndIncrement();
}
The text was updated successfully, but these errors were encountered: