We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: https://github.com/juicedata/juicefs/actions/runs/8180665344/job/22369132377 Test Code:
for i in {1..3}; do echo "round $i" ./juicefs format $META_URL volume-$i ./juicefs mount -d $META_URL /tmp/myjfs$i_$j --no-usage-report cd /tmp/myjfs$i_$j bash -c 'for k in {1..300}; do echo abc>$k; sleep 0.2; done' || true & cd - sleep 3 uuid=$(./juicefs status $META_URL | grep UUID | cut -d '"' -f 4) ./juicefs destroy --force $META_URL $uuid ./juicefs format $META_URL new-volume-$i sleep 15 ps -ef | grep juicefs pidof juicefs && exit 1 uuid=$(./juicefs status $META_URL | grep UUID | cut -d '"' -f 4) ./juicefs destroy --force $META_URL $uuid done
Log:
runner 4332 1 0 00:20 ? 00:00:00 ./juicefs mount -d redis://localhost/1 /tmp/myjfs --no-usage-report runner 4470 4332 1 00:20 ? 00:00:00 /home/runner/work/juicefs/juicefs/juicefs mount -d redis://localhost/1 /tmp/myjfs --no-usage-report runner 4559 4305 0 00:20 ? 00:00:00 grep juicefs 4470 4332
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
zhijian-pro
Successfully merging a pull request may close this issue.
What happened:
https://github.com/juicedata/juicefs/actions/runs/8180665344/job/22369132377
Test Code:
Log:
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: