[BUG] Client could not receive result when frontend and executor are located across machines, and with long running queries.
Open
bug
component:gie
- Dominant language
- C++
- Stars
- 3.6k
- Forks
- 468
- Avg merge
- 29m
- Merged PRs (30d)
- 1
Description
The client could not receive results and hang forever when
- 1. submitting a complex query that could running for several minutes, and
- 2. the instance are launched within a multi-node k8s cluster, the frontend and executor are assigned to different nodes.
The above two conditions must be satisfied at the same time, or the result would be normal.
Contributor guide
Assessment
This issue has not been assessed yet.