From 2c0e2e11df4ab0e23fc8270df6c767504adee614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 22:00:58 +0000 Subject: Bump hadoop-common from 3.1.4 to 3.2.3 in /other/java/hdfs3 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] --- other/java/hdfs3/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java') diff --git a/other/java/hdfs3/pom.xml b/other/java/hdfs3/pom.xml index 345d19c0c..f25ecf986 100644 --- a/other/java/hdfs3/pom.xml +++ b/other/java/hdfs3/pom.xml @@ -6,7 +6,7 @@ 2.85 - 3.1.4 + 3.2.3 com.github.chrislusf -- cgit v1.2.3 From 1b1c8e4af505df8a6a65a704ba8ffe38b71c803d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 22:01:02 +0000 Subject: Bump hadoop-common from 3.2.2 to 3.2.3 in /other/java/hdfs-over-ftp 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] --- other/java/hdfs-over-ftp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java') diff --git a/other/java/hdfs-over-ftp/pom.xml b/other/java/hdfs-over-ftp/pom.xml index 3cae6437a..8b4f0e612 100644 --- a/other/java/hdfs-over-ftp/pom.xml +++ b/other/java/hdfs-over-ftp/pom.xml @@ -36,7 +36,7 @@ org.apache.hadoop hadoop-common - 3.2.2 + 3.2.3 org.apache.hadoop -- cgit v1.2.3 From b4be56bb3b97e979221ba3a123186479ba90cc57 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 16 Apr 2022 12:45:49 -0700 Subject: add timing info during ping operation --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'other/java') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 35086e245..11be522e7 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -319,6 +319,9 @@ message PingRequest { string target_type = 2; } message PingResponse { + int64 start_time_ns = 1; + int64 remote_time_ns = 2; + int64 stop_time_ns = 3; } message GetFilerConfigurationRequest { -- cgit v1.2.3