-
Notifications
You must be signed in to change notification settings - Fork 997
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
s3 gateway is not working #4975
Comments
Please provide the startup log of juicefs gateway |
juicefs gateway redis://:xxxxxxxxx@10.0.0.10:19736/1 localhost:2090 --cache-size 0 --backup-meta 0 --buffer-size 4096 --read-only2024/07/01 11:49:03.977248 juicefs[471323] : Meta address: redis://:****@10.0.0.10:19736/1 [interface.go:504] runtime: goroutine stack exceeds 1000000000-byte limit runtime stack: goroutine 1 [running]: goroutine 2 [force gc (idle)]: goroutine 3 [GC sweep wait]: goroutine 4 [GC scavenge wait]: goroutine 5 [finalizer wait]: goroutine 6 [GC worker (idle)]: goroutine 18 [GC worker (idle)]: goroutine 19 [GC worker (idle)]: goroutine 34 [GC worker (idle)]: goroutine 20 [GC worker (idle)]: goroutine 35 [GC worker (idle)]: goroutine 7 [GC worker (idle)]: goroutine 36 [GC worker (idle)]: goroutine 8 [select]: goroutine 9 [chan receive]: goroutine 10 [chan receive]: goroutine 11 [select]: goroutine 12 [select]: goroutine 13 [sleep]: goroutine 51 [sleep]: goroutine 52 [select]: goroutine 82 [sleep]: goroutine 83 [sleep]: goroutine 84 [IO wait]: goroutine 86 [sleep]: goroutine 185 [sleep]: goroutine 207 [sleep]: goroutine 208 [sleep]: goroutine 114 [sleep]: goroutine 154 [sleep]: goroutine 155 [select, locked to thread]: goroutine 156 [chan receive]: goroutine 23 [syscall]: goroutine 163 [IO wait]: goroutine 209 [sleep]: goroutine 210 [sleep]: goroutine 220 [chan receive]: goroutine 774 [IO wait]: |
@Mangoyap Thanks for the feedback.It is a compatibility issue introduced in 1.2, we will fix it as soon as possible. |
What happened:
s3 gateway is not working,when i use the command , and use lsof -i:2090, nothing here.
but i use version 1.1.2, it's all ok .
What you expected to happen:
should bind 0.0.0.0:2090 correct
How to reproduce it (as minimally and precisely as possible):
just run the command: juicefs gateway redis://:xxxx@localchost:6379/1 localhost:2090 --cache-size 0 --backup-meta 0 --buffer-size 4096 --read-only
Anything else we need to know?
1.1.2 is ok ,1.2.0+2024-06-18.873c47b is not
Environment:
juicefs --version
) or Hadoop Java SDK version:cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: