aboutsummaryrefslogtreecommitdiff
path: root/other
AgeCommit message (Collapse)AuthorFilesLines
2022-07-28remove old codechrislu1-6/+0
2022-07-23metadata subscription uses client epochchrislu1-0/+1
2022-06-26java 3.13chrislu11-24/+35
2022-06-23java: fix data encryptionchrislu1-1/+1
fix https://github.com/chrislusf/seaweedfs/issues/3211
2022-06-16formatzzq094941-1/+1
2022-06-16add bucket label to the grafana dashboardzzq094941-7/+9
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-13Merge pull request #2910 from ↵Chris Lu1-1/+1
chrislusf/dependabot/maven/other/java/hdfs3/org.apache.hadoop-hadoop-common-3.2.3 Bump hadoop-common from 3.1.4 to 3.2.3 in /other/java/hdfs3
2022-04-12Bump hadoop-common from 3.2.2 to 3.2.3 in /other/java/hdfs-over-ftpdependabot[bot]1-1/+1
Bumps hadoop-common from 3.2.2 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>
2022-04-12Bump hadoop-common from 3.1.4 to 3.2.3 in /other/java/hdfs3dependabot[bot]1-1/+1
Bumps hadoop-common from 3.1.4 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>
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-02-09Merge pull request #2654 from ↵Chris Lu1-1/+1
chrislusf/dependabot/maven/other/java/hdfs3/org.apache.hadoop-hadoop-common-3.1.4 Bump hadoop-common from 3.1.1 to 3.1.4 in /other/java/hdfs3
2022-02-09Merge pull request #2655 from ↵Chris Lu1-1/+1
chrislusf/dependabot/maven/other/java/hdfs-over-ftp/org.apache.hadoop-hadoop-common-3.2.2 Bump hadoop-common from 3.2.1 to 3.2.2 in /other/java/hdfs-over-ftp
2022-02-09Merge pull request #2656 from ↵Chris Lu1-1/+1
chrislusf/dependabot/maven/other/java/hdfs2/org.apache.hadoop-hadoop-common-2.10.1 Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2
2022-02-09Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/examplesdependabot[bot]1-1/+1
Bumps hadoop-common from 2.9.2 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09Bump hadoop-common from 2.9.2 to 2.10.1 in /other/java/hdfs2dependabot[bot]1-1/+1
Bumps hadoop-common from 2.9.2 to 2.10.1. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09Bump hadoop-common from 3.2.1 to 3.2.2 in /other/java/hdfs-over-ftpdependabot[bot]1-1/+1
Bumps hadoop-common from 3.2.1 to 3.2.2. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09Bump hadoop-common from 3.1.1 to 3.1.4 in /other/java/hdfs3dependabot[bot]1-1/+1
Bumps hadoop-common from 3.1.1 to 3.1.4. --- updated-dependencies: - dependency-name: org.apache.hadoop:hadoop-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21display bucket quotachrislu1-0/+1
2022-01-092.852.85chrislu8-9/+9
2022-01-07Bump protobuf-java from 3.9.1 to 3.16.1 in /other/java/clientdependabot[bot]1-1/+1
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.16.1. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.9.1...v3.16.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-022.842.84chrislu8-9/+9
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-22Merge pull request #2530 from banjiaojuhao/filer-upload-file-to-nodeChris Lu1-0/+1
filer server: allow upload file to specific dataNode
2021-12-22filer server: allow upload file to specific dataNodebanjiaojuhao1-0/+1
2021-12-14adjust the name to be consistentchrislu1-0/+0
comes from https://github.com/chrislusf/seaweedfs/pull/2511
2021-12-14feat: Added a volume heartbeat graph to grafana dashboardErikCoder071-0/+1932
In the current dashboard there is no way to know the status of volume servers, as prometheus only accepts push information, if any server volume goes offline, the last information sent will be read continuously by grafana. Added a graph that calculates the delta between the information of the last push timestamp with the timestamp of 15 seconds ago, if the timestamp has not been changed, server state will be 0, if volume server sent any information the server state will be 1. -This graph will have to be modified if the time interval of pushs is modified, a suggestion for improvement is to send the interval in seconds along with the metrics. -Only local tests were run, maybe if the latency between pushgateway and volume server is too high, the delta calculation could be affected.
2021-12-052.812.81chrislu8-10/+10
also sync java client version to SeaweedFS version
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 Lu9-15/+15
update org.apache.httpcomponents to 4.5.13 update grpc API to use cacheRemoteObjectToLocalCluster
2021-11-03master: rename grpc function KeepConnected() to SubscribeVolumeLocationUpdates()Chris Lu1-3/+3
2021-10-30rename API to avoid confusionChris Lu2-5/+5
2021-10-171.6.9Chris Lu8-9/+9
2021-10-17mount: streaming renaming foldersChris Lu1-0/+14
2021-10-16faster file read for large filesChris Lu3-99/+223
2021-10-09java: adjust cache expiration policy for long running java processesChris Lu2-2/+2
2021-09-132.68Chris Lu9-16/+16
2021-09-12change server address from string to a typeChris Lu7-21/+23
2021-09-07handle ipv6 addressesChris Lu2-1/+11
2021-09-06minorChris Lu1-5/+4
2021-09-06just in caseChris Lu1-0/+3