Ruoxi
Ruoxi
Yes. It reproduces. ``` ruoxi@aries-05:~$ curl http://10.8.149.9:8080/1201,0a4b19575d6a9583 -v * Trying 10.8.149.9:8080... * Connected to 10.8.149.9 (10.8.149.9) port 8080 (#0) > GET /1201,0a4b19575d6a9583 HTTP/1.1 > Host: 10.8.149.9:8080 > User-Agent: curl/7.81.0 >...
Interestingly, it also recovers after re-decoding. ``` ruoxi@aries-05:~$ sudo weed shell I0404 22:47:08.184649 masterclient.go:210 master localhost:9333 redirected to leader 10.8.149.9:9333 .master: localhost:9333 > ec.decode -h Usage of ec.decode: -collection string...
I temporarily created a public port share at http://184.105.6.184:8000/1201-full.tar
The behavior is still the same after regenerating the index with `weed fix` (before ec encode).
I just tried the link again and I can access it?
Let me try google drive then..
It is tricky to set up credentials on remote server for google drive, so I made a s3 share instead. endpoint: https://s3-haosu.nrp-nautilus.io bucket: seaweed Could you please try loading the...
Bump, how is this going on?
[volumes.log](https://github.com/seaweedfs/seaweedfs/files/14576239/volumes.log) Rebalancing takes quite a lot of resources on volume servers and given that they are already slow on some requests it seems unwise to run rebalance while the large...
As for upscaling 1920x1080 videos 4x (then downscale 2x to produce 4k videos), there is a lot of time in converting output fp16 to fp32 and quantizing to uint8 on...