ensure the following logic are executed
This commit is contained in:
@@ -72,10 +72,6 @@ public class FilerClient extends FilerGrpcClient {
|
|||||||
}
|
}
|
||||||
return entry;
|
return entry;
|
||||||
} else {
|
} else {
|
||||||
String fileId = entry.getChunks(0).getFileId();
|
|
||||||
if (fileId != null && fileId.length() != 0) {
|
|
||||||
return entry;
|
|
||||||
}
|
|
||||||
FilerProto.Entry.Builder entryBuilder = entry.toBuilder();
|
FilerProto.Entry.Builder entryBuilder = entry.toBuilder();
|
||||||
entryBuilder.clearChunks();
|
entryBuilder.clearChunks();
|
||||||
long fileSize = 0;
|
long fileSize = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user