zhijian
zhijian
@vimaxwell We have tested it but found that it is still not very stable after repair. The test method is https://github.com/dragonflydb/dragonfly/issues/1285 You can test it yourself.
I'll test it again soon.
2023/08/30 Test results: **Redis** ``` root@ip-10-0-101-131:~/repo/juicefs# addr=redis://10.0.101.178:6379/7 go test -count=1 -v ./pkg/meta/... -run=TestDgfAndRedis === RUN TestDgfAndRedis 2023/08/30 05:52:54.820961 juicefs[81643] : Meta address: redis://10.0.101.178:6379/7 [interface.go:494] 2023/08/30 05:52:54.821797 juicefs[81643] : AOF is...
Use Dragonfly version of [pre-compiled 1.8](https://github.com/dragonflydb/dragonfly/releases/tag/v1.8.0) can works fine without using `tcp_nodelay`. The above problem may be caused by my compilation method. @vimaxwell @royjacobson @solracsf
juicefs gateway does not support this feature, you can try our other version,ref https://juicefs.com/docs/community/s3_gateway/#use-a-full-featured-s3-gateway
anonymous access can try this setting https://juicefs.com/docs/community/how_to_setup_object_storage/#amazon-s3:~:text=If%20the%20S3%20bucket%20has%20public%20access%20(anonymous%20access%20is%20supported)%2C%20please%20set%20%2D%2Daccess%2Dkey%20to%20anonymous.
> > juicefs gateway does not support this feature, you can try our other version,ref https://juicefs.com/docs/community/s3_gateway/#use-a-full-featured-s3-gateway > > the same error. > > I want to achieve anonymous access to...
https://asktug.com/t/topic/693938 This question may need to be addressed to the tikv community
> 4. 启动写文件服务,该服务频繁将小文件(jpg、mp4、bin)写入挂载目录 Can you provide us with specific details to facilitate the reproduction? I did not reproduce the bug.