-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Parallel replicas: Logical error: 'No pending events in epoll.'. #60140
Comments
A simpler one:
Ok
KO Something with |
The exception happens because we create BTW, afaik, parlallel replicas should not use hedged connections and explicitely disables them: ClickHouse/src/Interpreters/ClusterProxy/executeQuery.cpp Lines 346 to 365 in 710cdeb
|
This also fails, so the problem is in hedged connections and not in parallel replcias. We just need to do smth with |
Without hedged requests it fails with another exception:
|
Hmm, I see in some places we explicitly set ClickHouse/src/Planner/PlannerJoinTree.cpp Line 298 in 710cdeb
AFAIU it's done to disable parallel replicas, but shouldn't we actually set it to 1 ?
|
https://s3.amazonaws.com/clickhouse-test-reports/60077/f06e15ce5f7c5610a4f083bec3f6c514ea332e48/ast_fuzzer__debug_.html
The text was updated successfully, but these errors were encountered: