Skip to content

Commit

Permalink
fix(s3stream): trust get objects (#943)
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
  • Loading branch information
superhx authored Feb 23, 2024
1 parent 10241ef commit 619ea28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ CompletableFuture<Void> getDataBlockIndices(TraceContext traceContext, long stre
if (context.objectIndex >= context.objects.size()) {
getObjectsCf = objectManager
.getObjects(streamId, context.nextStartOffset, endOffset, READ_OBJECT_INDEX_STEP)
.orTimeout(1, TimeUnit.MINUTES)
.thenApply(objects -> {
context.objects = objects;
context.objectIndex = 0;
Expand Down

0 comments on commit 619ea28

Please sign in to comment.