Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: SpannerIO: support max commit delay #31007

Open
1 of 16 tasks
kberezin-nshl opened this issue Apr 17, 2024 · 4 comments
Open
1 of 16 tasks

[Feature Request]: SpannerIO: support max commit delay #31007

kberezin-nshl opened this issue Apr 17, 2024 · 4 comments

Comments

@kberezin-nshl
Copy link
Contributor

What would you like to happen?

Spanner supports setting a max commit delay for throughput optimized writes, but there is no way to set this in SpannerIO.

Issue Priority

Priority: 2 (default / most feature requests should be filed as P2)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@kberezin-nshl
Copy link
Contributor Author

.take-issue

@nielm
Copy link
Contributor

nielm commented Apr 18, 2024

Commit deadlines for writes have been supported since 2020 at the RPC level and can be set in 3 ways:

The default is 15seconds with retry and backoff, because with very long commit deadlines, a pipeline can push spanner into an overload situation, and reduce overall throughput.

@kberezin-nshl
Copy link
Contributor Author

kberezin-nshl commented Apr 18, 2024

@nielm oh, I believe that is a completely different feature, this feature request is about throughput optimized writes: documentation link.

It was only released on March 26th 2024, a couple of weeks ago: release notes link

@nielm
Copy link
Contributor

nielm commented Apr 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants