reuvenlax opened a new issue, #25112:
URL: https://github.com/apache/beam/issues/25112

   ### What happened?
   
   With STORAGE_API_WRITE_INCONSISTENT every table is written from every 
worker. The current implementation of CREATE_IF_NEEDED uses GetTable to 
determine if a table doesn't exist, however GetTable has a default quota of 100 
QPS. If writing to 1000 tables on 360 workers, it will take an hour just for 
all the workers to determine whether the tables exist!
   
   Suggested fix: instead of preemptively checking the table, we should go 
ahead with the normal Storage API write stream calls and detect errors that 
indicate the table doesn't exist.
   
   ### Issue Priority
   
   Priority: 2 (default / most bugs should be filed as P2)
   
   ### Issue Components
   
   - [ ] Component: Python SDK
   - [X] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] 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


-- 
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]

Reply via email to