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

Queries with no segment get stuck #9108

Closed
JinheLin opened this issue May 31, 2024 · 1 comment
Closed

Queries with no segment get stuck #9108

JinheLin opened this issue May 31, 2024 · 1 comment
Assignees
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. component/storage severity/major type/bug The issue is confirmed as a bug.

Comments

@JinheLin
Copy link
Contributor

["Segment read tasks build done, cost=0ms sorted_ranges=3 n_tasks_before_split=0 n_tasks_final=0 n_ranges_final=0"]

["Added, pool_id=47739 table_id=2907 block_slots=3 segment_count=0 pool_count=1 cost=2330ns do_add_cost=2120ns"]
@JinheLin JinheLin added type/bug The issue is confirmed as a bug. severity/major affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. labels May 31, 2024
@JinheLin JinheLin self-assigned this May 31, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 31, 2024
close #9108

If segment count of a query is zero, finishing it directly. And do not add it to the sheduler.

Signed-off-by: JaySon-Huang <tshent@qq.com>

Co-authored-by: JaySon-Huang <tshent@qq.com>
ti-chi-bot bot pushed a commit that referenced this issue May 31, 2024
close #9108

If segment count of a query is zero, finishing it directly. And do not add it to the sheduler.

Signed-off-by: JaySon-Huang <tshent@qq.com>

Co-authored-by: jinhelin <linjinhe33@gmail.com>
Co-authored-by: JaySon-Huang <tshent@qq.com>
@JinheLin JinheLin closed this as completed Jun 4, 2024
@JaySon-Huang
Copy link
Contributor

JaySon-Huang commented Jun 4, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. affects-7.1 This bug affects the 7.1.x(LTS) versions. component/storage severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants