mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-21 02:54:26 +08:00
Java: 1.5.8 additional fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user