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: meta_url=$META_URL ./juicefs sync -v test/ jfs://meta_url/test/ --manager 172.20.0.1:8081 --worker [email protected],[email protected] --list-threads 10 --list-depth 5\
2023/07/20 17:02:57.798801 juicefs[299150] : launch worker command args: [ssh, [email protected], SSH_AUTH_SOCK=/tmp/ssh-asw9ph0BQJ/agent.291792, /tmp/juicefs, sync, -v, test/, jfs://meta_url/test/, --manager, 172.20.0.1:8081, --worker, [email protected],[email protected], --list-threads, 10, --list-depth, 5, --is-worker, --manager, 172.20.0.1:8081] [cluster.go:280] 2023/07/20 17:02:57.799061 juicefs[299150] : launch a worker on [email protected] [cluster.go:291] 2023/07/20 17:02:57.869411 juicefs[299150] : launch worker command args: [ssh, [email protected], SSH_AUTH_SOCK=/tmp/ssh-asw9ph0BQJ/agent.291792, /tmp/juicefs, sync, -v, test/, jfs://meta_url/test/, --manager, 172.20.0.1:8081, --worker, [email protected],[email protected], --list-threads, 10, --list-depth, 5, --is-worker, --manager, 172.20.0.1:8081] [cluster.go:280] 2023/07/20 17:02:57.869650 juicefs[299150] : launch a worker on [email protected] [cluster.go:291] [email protected] 2023/07/20 09:02:58.004948 juicefs[44] : maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined [maxprocs.go:47] [email protected] 2023/07/20 09:02:58.005410 juicefs[44] : Creating file storage at endpoint /home/sshuser/test/ [object_storage.go:171] [email protected] 2023/07/20 09:02:58.005465 juicefs[44] : Ensure directory /home/sshuser/test/ [file.go:339] [email protected] 2023/07/20 09:02:58.005689 juicefs[44] : Creating jfs storage at endpoint meta_url [object_storage.go:171] [email protected] 2023/07/20 09:02:58.005708 juicefs[44] : Meta address: redis://meta_url [interface.go:497] [email protected] 2023/07/20 09:02:58.072891 juicefs[45] : maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined [maxprocs.go:47] [email protected] 2023/07/20 09:02:58.073322 juicefs[45] : Creating file storage at endpoint /home/sshuser/test/ [object_storage.go:171] [email protected] 2023/07/20 09:02:58.073361 juicefs[45] : Ensure directory /home/sshuser/test/ [file.go:339] [email protected] 2023/07/20 09:02:58.073537 juicefs[45] : Creating jfs storage at endpoint meta_url [object_storage.go:171] [email protected] 2023/07/20 09:02:58.073558 juicefs[45] : Meta address: redis://meta_url [interface.go:497] [email protected] 2023/07/20 09:03:39.187362 juicefs[44] : parse info: dial tcp: lookup meta_url on 127.0.0.11:53: server misbehaving [redis.go:3547] [email protected] 2023/07/20 09:03:39.254457 juicefs[45] : parse info: dial tcp: lookup meta_url on 127.0.0.11:53: server misbehaving [redis.go:3547]
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:
meta_url=$META_URL ./juicefs sync -v test/ jfs://meta_url/test/
--manager 172.20.0.1:8081 --worker [email protected],[email protected]
--list-threads 10 --list-depth 5\
2023/07/20 17:02:57.798801 juicefs[299150] : launch worker command args: [ssh, [email protected], SSH_AUTH_SOCK=/tmp/ssh-asw9ph0BQJ/agent.291792, /tmp/juicefs, sync, -v, test/, jfs://meta_url/test/, --manager, 172.20.0.1:8081, --worker, [email protected],[email protected], --list-threads, 10, --list-depth, 5, --is-worker, --manager, 172.20.0.1:8081] [cluster.go:280]
2023/07/20 17:02:57.799061 juicefs[299150] : launch a worker on [email protected] [cluster.go:291]
2023/07/20 17:02:57.869411 juicefs[299150] : launch worker command args: [ssh, [email protected], SSH_AUTH_SOCK=/tmp/ssh-asw9ph0BQJ/agent.291792, /tmp/juicefs, sync, -v, test/, jfs://meta_url/test/, --manager, 172.20.0.1:8081, --worker, [email protected],[email protected], --list-threads, 10, --list-depth, 5, --is-worker, --manager, 172.20.0.1:8081] [cluster.go:280]
2023/07/20 17:02:57.869650 juicefs[299150] : launch a worker on [email protected] [cluster.go:291]
[email protected] 2023/07/20 09:02:58.004948 juicefs[44] : maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined [maxprocs.go:47]
[email protected] 2023/07/20 09:02:58.005410 juicefs[44] : Creating file storage at endpoint /home/sshuser/test/ [object_storage.go:171]
[email protected] 2023/07/20 09:02:58.005465 juicefs[44] : Ensure directory /home/sshuser/test/ [file.go:339]
[email protected] 2023/07/20 09:02:58.005689 juicefs[44] : Creating jfs storage at endpoint meta_url [object_storage.go:171]
[email protected] 2023/07/20 09:02:58.005708 juicefs[44] : Meta address: redis://meta_url [interface.go:497]
[email protected] 2023/07/20 09:02:58.072891 juicefs[45] : maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined [maxprocs.go:47]
[email protected] 2023/07/20 09:02:58.073322 juicefs[45] : Creating file storage at endpoint /home/sshuser/test/ [object_storage.go:171]
[email protected] 2023/07/20 09:02:58.073361 juicefs[45] : Ensure directory /home/sshuser/test/ [file.go:339]
[email protected] 2023/07/20 09:02:58.073537 juicefs[45] : Creating jfs storage at endpoint meta_url [object_storage.go:171]
[email protected] 2023/07/20 09:02:58.073558 juicefs[45] : Meta address: redis://meta_url [interface.go:497]
[email protected] 2023/07/20 09:03:39.187362 juicefs[44] : parse info: dial tcp: lookup meta_url on 127.0.0.11:53: server misbehaving [redis.go:3547]
[email protected] 2023/07/20 09:03:39.254457 juicefs[45] : parse info: dial tcp: lookup meta_url on 127.0.0.11:53: server misbehaving [redis.go:3547]
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: