-
Notifications
You must be signed in to change notification settings - Fork 95
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
fullscan thread failed after running for 2 minutes #8287
Comments
@yarongilor from whom wrote that feature, I would expect to have a bit more insights into why this has failed, and why the check aren't continuing. i.e. I don't expect to ever see ThreadFailedEvent, if they pop up, it mean the code didn't handled some exception, and that thread stop executing |
probably failed for the same root cause of #8292 |
@yarongilor |
No, sorry, it was mistakenly not related issue. the line of
|
2 minutes? i see 1st result report
ant last
last executing attempt that I see
after that - silence, not clear why but thread is alive at the end of tests
|
this commit was merge 1.5 years ago and before this log thread is working
|
@temichus , it only get the problem when read_pages = 0.
sending a fix now |
…pages fetch_result_pages had a "while" loop where a call to result.fetch_next_page() is missing. Adding it back. Fixes: scylladb#8287
…pages fetch_result_pages had a "while" loop where a call to result.fetch_next_page() is missing. Adding it back. Fixes: scylladb#8287
Packages
Scylla version:
6.1.0~dev-20240625.c80dc5715668
with build-idbf0032dbaafe5e4d3e01ece0dcb7785d2ec7a098
Kernel Version:
5.15.0-1063-aws
Issue description
Describe your issue in detail and steps it took to produce it.
A (side effect) followup of scylladb/scylladb#19573 (comment)
the
run_fullscan
is configured to run every minute:So probably the thread failed for some reason (not expected).
Impact
Describe the impact this issue causes to the user.
How frequently does it reproduce?
Describe the frequency with how this issue can be reproduced.
Installation details
Cluster size: 6 nodes (i4i.4xlarge)
Scylla Nodes used in this run:
OS / Image:
ami-09006ca344092e50b
(aws: undefined_region)Test:
longevity-50gb-3days-test
Test id:
04447069-14c9-47f9-8cf8-fe71a0ec1276
Test name:
scylla-master/tier1/longevity-50gb-3days-test
Test config file(s):
Logs and commands
$ hydra investigate show-monitor 04447069-14c9-47f9-8cf8-fe71a0ec1276
$ hydra investigate show-logs 04447069-14c9-47f9-8cf8-fe71a0ec1276
Logs:
Jenkins job URL
Argus
The text was updated successfully, but these errors were encountered: