homatthew commented on code in PR #3574: URL: https://github.com/apache/gobblin/pull/3574#discussion_r985132017
########## gobblin-modules/gobblin-orc/src/main/java/org/apache/gobblin/writer/GobblinBaseOrcWriter.java: ########## @@ -235,6 +243,9 @@ private synchronized void closeInternal() this.flush(); this.orcFileWriter.close(); this.closed = true; + if (enableRowBatchPool) { Review Comment: Sorry. was referring to how often we recycle -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org