aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
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-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-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-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_nschrislu4-12/+12
2022-10-11fix bug : read error when position after 2147483647 (#3829)livehl1-3/+2
Co-authored-by: huang.lin <hh@chaintool.ai>
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.13chrislu1-1/+0
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
2022-01-21display bucket quotachrislu1-0/+1
2021-12-30add client id for all metadata listening clientschrislu3-0/+5
2021-12-23filer server: add "datacenter, rack and datanode" for path specific ↵banjiaojuhao1-0/+3
configuration
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-0/+1
2021-12-05fix compilationchrislu1-0/+2
2021-12-05Java: add retry on writechrislu1-4/+22
2021-11-05Revert "master: rename grpc function KeepConnected() to ↵Chris Lu1-3/+3
SubscribeVolumeLocationUpdates()" This reverts commit af71ae11aa29350a60ed7d3b9a16276a06ba9dcc.
2021-11-03Java: 1.7.0Chris Lu1-3/+3
update org.apache.httpcomponents to 4.5.13 update grpc API to use cacheRemoteObjectToLocalCluster