We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9f8d4 commit 60dc564Copy full SHA for 60dc564
ds3-sdk/src/main/java/com/spectralogic/ds3client/helpers/LazyObjectIterable.java
@@ -126,7 +126,7 @@ private void loadCache() {
126
return;
127
} catch (final IOException e) {
128
if (retryAttempt >= retryCount) {
129
- throw new RuntimeException("Failed to get the next set of objects from the getBucket request", e);
+ throw new RuntimeException("Failed to get the next set of objects from the getBucket request after " + retryCount + " retries", e);
130
}
131
retryAttempt++;
132
0 commit comments