nielm commented on PR #31008:
URL: https://github.com/apache/beam/pull/31008#issuecomment-2070274813
The setting of the commit deadline timeout predates the per-transactiom
commit delay feature, but it has the same effect - limiting the duration that
the spanner server can spend processing a commit. The difference is that the
commit delay can be applied to different transactions, while the commit
deadline is global for a spanner client. However in beam it is not possible to
set the commit delay per transaction, so it is also global.
There is no benefit to adding the commit delay to beam, when the commit
deadline already exists. And the commit deadline will act as a maximum commit
delay.
--
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]