aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
AgeCommit message (Collapse)AuthorFilesLines
2024-09-16improve worm support (#5983)Guang Jiong Lou1-0/+1
* improve worm support Signed-off-by: lou <alex1988@outlook.com> * worm mode in filer Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * move to fs configure Signed-off-by: lou <alex1988@outlook.com> * remove flag Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * support worm hardlink Signed-off-by: lou <alex1988@outlook.com> * update after review Signed-off-by: lou <alex1988@outlook.com> * typo Signed-off-by: lou <alex1988@outlook.com> * sync filer conf Signed-off-by: lou <alex1988@outlook.com> --------- Signed-off-by: lou <alex1988@outlook.com>
2024-08-12update java client to 3.71, also adjust the groupIdchrislu3-41/+66
2024-08-11java 3.71chrislu3-3/+3
2024-08-11fix reading chunk length calculationchrislu1-1/+1
2024-08-01conditional deletechrislu1-0/+1
2024-07-21add version to filerchrislu1-0/+2
2024-07-20Revert "add collection for buckets"chrislu1-1/+0
This reverts commit 96af5712195be37b309115795066f17c7cc6126d.
2024-07-17add collection for bucketschrislu1-0/+1
2024-06-28bootstrap filer from one peerchrislu1-0/+12
2024-06-15optionally skip deleting file chunkschrislu1-0/+1
2024-03-07include key in LogEntrychrislu1-0/+1
2024-02-02lock returns host and ownerchrislu1-2/+3
2024-01-22adjust exception textchrislu1-1/+1
2024-01-22Update the solution when a file cannot be located. (#5223)Chen Honghai1-1/+1
Change the solution when a file cannot be located.
2023-12-13Bump io.grpc:grpc-protobuf from 1.23.0 to 1.53.0 in /other/java/client (#5103)dependabot[bot]1-1/+1
Bumps [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) from 1.23.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.23.0...v1.53.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11Bump com.google.guava:guava in /other/java/clientdependabot[bot]1-1/+1
Bumps [com.google.guava:guava](https://github.com/google/guava) from 30.0-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13Java 3.59chrislu3-3/+6
fix https://github.com/seaweedfs/seaweedfs/issues/5001
2023-10-12 fix: disallow file name too long when writing a file (#4881)Konstantin Lebedev1-0/+1
* fix: disallow file name too long when writing a file * bool LongerName to MaxFilenameLength --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-09-26adjust parameter nameschrislu1-4/+4
2023-09-16balancer workschrislu1-2/+13
2023-09-15adjust APIschrislu1-0/+1
2023-08-17Java: upgrade to 3.55chrislu3-3/+3
2023-08-17fix compilationchrislu1-0/+1
2023-08-17Java: SeaweedOutputStream add option to pass in collectionchrislu2-7/+13
2023-06-25adjust filer.protochrislu1-1/+1
2023-06-25filer can proxy to peer filer holding the lockchrislu1-2/+4
2023-06-25add distributed lock managerchrislu1-1/+1
2023-06-25add distributed lock managerchrislu1-0/+39
2023-05-31fix java ssl context loadingchrislu1-1/+1
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu7-15/+15
2022-10-11fix bug : read error when position after 2147483647 (#3829)livehl1-3/+2
Co-authored-by: huang.lin <hh@chaintool.ai>
2022-10-04build(deps): bump protobuf-java from 3.16.1 to 3.16.3 in /other/java/client ↵dependabot[bot]1-1/+1
(#3789)
2022-10-023.30 javachrislu3-6/+6
2022-09-29client-java: provide Content-MD5 when uploading chunks (#3761)kvtb1-0/+10
* client-java: provide Content-MD5 when uploading chunks * Update SeaweedWrite.java
2022-09-29client-java: handle server HTTP errors (#3762)kvtb1-0/+7
* client-java: handle server HTTP errors * Update SeaweedWrite.java
2022-09-20grpc: watch metadata changes by directorychrislu1-0/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+1
* initial prefer same data center https://github.com/seaweedfs/seaweedfs/issues/3404 * GetDataCenter * prefer same data center for ReplicationSource * GetDataCenterId * remove glog
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-07-28remove old codechrislu1-6/+0
2022-07-23metadata subscription uses client epochchrislu1-0/+1
2022-06-26java 3.13chrislu4-4/+3
2022-06-23java: fix data encryptionchrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/3211
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-3/+0
these metadata can change and are not used
2022-05-30subscribe metadata between a rangechrislu1-0/+1
2022-05-29shell: cluster.ps display filer groupchrislu1-0/+1
2022-04-16add timing info during ping operationchrislu1-0/+3
2022-04-01filer supports grpc pingchrislu1-0/+10
2022-03-16rename to skipCheckParentDirchrislu1-0/+1
related to https://github.com/chrislusf/seaweedfs/pull/2761 It's better to default to false.
2022-02-25mount2: use consistent inodechrislu1-0/+1
2022-02-24mount2: add rdevchrislu1-0/+1