seaweedfs-java-client icon indicating copy to clipboard operation
seaweedfs-java-client copied to clipboard

seaweedfs-java-clinet

Results 16 seaweedfs-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

add setProperties to Create a connection manager and add more details on how to read & write files in read me's quick start Thought It might help someone else because...

https://github.com/chrislusf/seaweedfs/wiki/Large-File-Handling just add cm=true...

/** * Get file status without file stream. * * @param fileId File id. * @return File status. * @throws IOException Http connection is fail or server response within some...

1.修复master集群检测时,如果leader不可用会导致检测线程网络IO异常并退出,导致后续检测中止 2.master检测线程现在使用额外的http-client实例,因为原http-client默认开启的IO结果缓存会导致集群检测永远都返回一样的结果,也因此导致(1)中的问题未被发现。 3.细化connectionTimeout,readTimeout,connectionRequestTimeout配置参数。 注:还未对新版本seaweedfs进行适配,所以仍然只支持老版本。