aboutsummaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Collapse)AuthorFilesLines
2024-09-25chore(deps): bump org.apache.hadoop:hadoop-commonorigin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0dependabot[bot]1-1/+1
Bumps org.apache.hadoop:hadoop-common from 2.10.2 to 3.4.0. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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 groupIdchrislu9-121/+184
2024-08-11java 3.71chrislu8-9/+9
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-25Merge branch 'master' into mq-subscribechrislu1-1/+1
2024-02-14Fix Broken Links (#5287)Justin Dhillon1-1/+1
* https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-setprocessworkingsetsize * https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/nf-memoryapi-getprocessworkingsetsize * remove https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css * https://github.com/AShiou/hof
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.59chrislu8-9/+16
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.55chrislu8-9/+9
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-06-16feat: Add datasource as variable (#4584)Alby Hernández3-4/+44
2023-06-14Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/examples (#2912)dependabot[bot]1-1/+1
* Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/examples Bumps hadoop-common from 2.10.1 to 3.2.3. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update other/java/examples/pom.xml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2023-05-31fix java ssl context loadingchrislu1-1/+1
2023-02-16add some more examplechrislu2-0/+19
2022-11-04fix(sec): upgrade io.springfox:springfox-swagger-ui to 2.10.0 (#3947)6457759921-1/+1
2022-10-28refactor filer proto chunk variable from mtime to modified_ts_nschrislu12-21/+21
2022-10-23Corrected the dashboard to use the new series name. (#3887)Etienne G1-8/+8
Corrected the dashboard to use the new metrics The metric seems to have changed from SeaweedFS_filer_ to SeaweedFS_filerStore_. This commit replaces the ref in the dashboard with the new series name.
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 javachrislu8-62/+70
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-09-05Bump hadoop-common from 2.10.1 to 3.2.3 in /other/java/hdfs2 (#2909)dependabot[bot]1-1/+1
Bumps hadoop-common from 2.10.1 to 3.2.3. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11Bump hadoop-common from 3.2.3 to 3.2.4 in /other/java/hdfs-over-ftp (#3433)dependabot[bot]1-1/+1
Bumps hadoop-common from 3.2.3 to 3.2.4. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11Bump hadoop-common from 3.2.3 to 3.2.4 in /other/java/hdfs3 (#3432)dependabot[bot]1-1/+1
Bumps hadoop-common from 3.2.3 to 3.2.4. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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-08-04Helm chart monitoring improvements (#3406)ginn131-7/+7
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1