Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEXT_COMPUTE_NODE_INDEX overflow. #54588

Open
huangfeng1993 opened this issue Jan 2, 2025 · 0 comments
Open

NEXT_COMPUTE_NODE_INDEX overflow. #54588

huangfeng1993 opened this issue Jan 2, 2025 · 0 comments
Labels
type/bug Something isn't working

Comments

@huangfeng1993
Copy link
Contributor

image

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();
}

@huangfeng1993 huangfeng1993 added the type/bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant