mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 20:37:23 +08:00
debug
This commit is contained in:
@@ -59,7 +59,7 @@ public class FileChunkManifest {
|
|||||||
.getBlockingStub().lookupVolume(lookupRequest.build());
|
.getBlockingStub().lookupVolume(lookupRequest.build());
|
||||||
locations = lookupResponse.getLocationsMapMap().get(vid);
|
locations = lookupResponse.getLocationsMapMap().get(vid);
|
||||||
filerGrpcClient.vidLocations.put(vid, locations);
|
filerGrpcClient.vidLocations.put(vid, locations);
|
||||||
LOG.warn("fetchChunk vid:{} locations:{}", vid, locations);
|
LOG.debug("fetchChunk vid:{} locations:{}", vid, locations);
|
||||||
}
|
}
|
||||||
|
|
||||||
SeaweedRead.ChunkView chunkView = new SeaweedRead.ChunkView(
|
SeaweedRead.ChunkView chunkView = new SeaweedRead.ChunkView(
|
||||||
|
@@ -108,6 +108,8 @@ public class SeaweedRead {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG.debug("doFetchFullChunkData fid:{} chunkData.length:{}", chunkView.fileId, data.length);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user