scwhittle opened a new issue, #38707: URL: https://github.com/apache/beam/issues/38707
### What happened? [37718](https://github.com/apache/beam/pull/37718) introduced a low-latency polling mode for spanner change streams including a shorter time range for polls as well as treating spanner heartbeat responses as idleness which should stop polling. Both of these were supposed to disabled by default but the logic for enabling heartbeats was inverted. This means that by default change streams stop polling when a heartbeat response is received (after configured time of 2 seconds). Or if low latency mode is enabled, the end timestamp of the query is 1 second after now but heartbeats do not trigger stopping the poll. This mostly affects pipelines with relatively idle change streams which would otherwise hang on polling the subscription for a longer period of time even as heartbeats were sent on the idle change stream rpc. A fix is being made in #38695, current work around is to use 2.72 or earlier release. ### 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 YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Prism 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]
