diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2021-02-06 14:18:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 14:18:35 +0800 |
| commit | 25b48a3e1178d51b40324e525e9a6b8df73ad24f (patch) | |
| tree | 8638b606d8a178bf6c02e89b435a5f15f94b02f8 /other/java/client | |
| parent | 6a2a9b67e84a179cb7fa9cdadec9bfdbe4051f7e (diff) | |
| parent | 9c1efdf11bc17c9881ac4d3e9aad74d8a6448677 (diff) | |
| download | seaweedfs-25b48a3e1178d51b40324e525e9a6b8df73ad24f.tar.xz seaweedfs-25b48a3e1178d51b40324e525e9a6b8df73ad24f.zip | |
Merge pull request #71 from chrislusf/master
sync
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/pom.xml | 2 | ||||
| -rw-r--r-- | other/java/client/pom.xml.deploy | 2 | ||||
| -rw-r--r-- | other/java/client/pom_debug.xml | 2 | ||||
| -rw-r--r-- | other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/other/java/client/pom.xml b/other/java/client/pom.xml index 7e7a5d1f9..4606ef5d9 100644 --- a/other/java/client/pom.xml +++ b/other/java/client/pom.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.8</version> + <version>1.5.9</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom.xml.deploy b/other/java/client/pom.xml.deploy index 7d845f439..bc55291fb 100644 --- a/other/java/client/pom.xml.deploy +++ b/other/java/client/pom.xml.deploy @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.8</version> + <version>1.5.9</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index a4e2d694e..7a9019176 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -5,7 +5,7 @@ <groupId>com.github.chrislusf</groupId> <artifactId>seaweedfs-client</artifactId> - <version>1.5.8</version> + <version>1.5.9</version> <parent> <groupId>org.sonatype.oss</groupId> diff --git a/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java b/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java index 3df832d7d..a70553762 100644 --- a/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java +++ b/other/java/client/src/main/java/seaweedfs/client/SeaweedRead.java @@ -122,7 +122,7 @@ public class SeaweedRead { } else if (filerGrpcClient.isAccessVolumeServerByFilerProxy()) { host = filerGrpcClient.getFilerAddress(); } - String url = String.format("http://%s/%s", location.getUrl(), chunkView.fileId); + String url = String.format("http://%s/%s", host, chunkView.fileId); try { data = doFetchOneFullChunkData(chunkView, url); lastException = null; |
