danielcweeks commented on PR #15712: URL: https://github.com/apache/iceberg/pull/15712#issuecomment-4111693607
@kinolaev is this an issue you see in practice or just if you reduce the connection pool size? Typically, there would only be one data file processed by a task, so as long as there's at least two connections available, I would think that the delete operation would be able to process the data file (the task being operated on) and at least one delete at a time. I believe the default connection pool size is 50, so why would this be an issue in practice? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
