dspasic commented on code in PR #24841:
URL: https://github.com/apache/beam/pull/24841#discussion_r1059779983
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/Read.java:
##########
@@ -270,6 +272,8 @@ public void populateDisplayData(DisplayData.Builder
builder) {
private static final Logger LOG =
LoggerFactory.getLogger(BoundedSourceAsSDFWrapperFn.class);
private static final long DEFAULT_DESIRED_BUNDLE_SIZE_BYTES = 64 * (1 <<
20);
+ private final ArrayDeque<Closeable> restrictionTrackerStack = new
ArrayDeque<>(5);
Review Comment:
To be honest, the number was based on a very vague theory, and I had hoped
to learn more about it in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]