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

rustic is stuck when trying to send 1,8To of datas #1288

Open
fredix opened this issue Oct 3, 2024 · 0 comments
Open

rustic is stuck when trying to send 1,8To of datas #1288

fredix opened this issue Oct 3, 2024 · 0 comments
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR

Comments

@fredix
Copy link

fredix commented Oct 3, 2024

Hi !
I used rustic (0.9) with success with small storage ( < 100Go) but now I have some trouble with a big storage of 1,8To. After a while, rustic stuck and cannot send datas.
So I relaunch it with level debug :

[05:09:17] backing up... ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374.11 GiB/1.77 TiB 28.28 MiB/s (ETA 20h) [DEBUG] (1) rustic_core::archiver::tree_archiver: new file: "/PATH/FILE" [DEBUG] (1) rustic_core::archiver::tree_archiver: new file: "/PATH/FILE" [DEBUG] (1) rustic_core::archiver::tree_archiver: new file: "/PATH/FILE" [05:09:18] backing up... ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374.13 GiB/1.77 TiB 28.31 MiB/s (ETA 20h)
And nothing more. So I used strace to see what happened

in the main thread I see that and nothing else
strace -p 1493743

strace: Process 1493743 attached futex(0x584d715edb40, FUTEX_WAIT_BITSET_PRIVATE, 4294967295, NULL, FUTEX_BITSET_MATCH_ANY
and in the second thread I see this output in an infinity loop

strace -p 1493776

sched_yield() = 0

@github-actions github-actions bot added the S-triage Status: Waiting for a maintainer to triage this issue/PR label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-triage Status: Waiting for a maintainer to triage this issue/PR
Projects
None yet
Development

No branches or pull requests

1 participant