-
Notifications
You must be signed in to change notification settings - Fork 2.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
fs load succeeded but no file processed #18043
Labels
type-bug
This issue is about a bug
Comments
@jja725 Could you take a look? |
As we discussed in the meeting, this seems like a master metadata issue since the master thinks the data is already in the cluster but the new worker actually doesn't have the data(no Persistency). This is not reproducible in the test environment. |
Fixed by #18133 |
maobaolong
pushed a commit
to maobaolong/alluxio
that referenced
this issue
Jan 3, 2024
### What changes are proposed in this pull request? Check for more results when the filtered result is null when loading data. ### Why are the changes needed? Fix Alluxio#18043. pr-link: Alluxio#18133 change-id: cid-a05d66db230971ba6585b732c7bb2990ba02f7f7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alluxio Version:
2.9.3
Describe the bug
for the preheated alluxio cluster, when the worker is restarted due to oom, use
fs loadmeta
andfs load --verify
to warm up again;But using
fs ls
can still find that there are no cached files. and alluxio cluster has enough capacity:master, worker no err log, try warming up a specific file instead of /
worker no err log, master err log:
Additional context
The text was updated successfully, but these errors were encountered: