scwhittle

Results 10 issues of scwhittle

Fixes #21492 This release includes https://github.com/GoogleCloudDataproc/hadoop-connectors/pull/865 which fixes https://github.com/google/conscrypt/issues/864 . ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [...

build
Next Action: Reviewers

Improve the map_fn test by using common utilities. Add support to benchmarks to add profiling. I was originally trying to optimize the code other ways but most of the overhead...

python
Next Action: Author

### What happened? Part of refactoring of the commit path for StreamingDataflowWorker introduced a bug when the number of commit threads is increased via `windmillServiceCommitThreads` option. Previously we created a...

dataflow
bug
P2

Tests were not enabled for MapState/SetState for appliance on legacy runner. Enabling tests shows that MapState wasn't conforming to the spec that a read iterator is unaffected by subsequent writes,...

java
runners
dataflow
core

The reshuffle adds a barrier so that the read records were committed before possibly committing offsets. However this is unnecessary as the DoFn is annotated with RequiresStableInput and the fusion...

java
io
kafka

------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Mention the appropriate issue in your description (for example:...

java

Previously it could occur that an instruction id was observed on the control stream but due to exception it would never register a handler and the data stream would be...

java

This configures the boot script to use JVM flags so that it dumps heaps to a directory that the MemoryMonitor will look in. Other improvements are made to: - allow...

java
docker
runners
dataflow

### What would you like to happen? The runner of a portable beam pipeline may start processing a bundle that it later wants to cancel. Possible reasons for this could...

java
dataflow
new feature
P2

I am trying to reduce latency in detecting failed channel connections and reattempting connections sooner. I am using the cloud spanner client library [code](https://github.com/googleapis/java-spanner/blob/f9505a97bdd9f6da7dd5ab1b60b47f7ed0a70402/google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/GapicSpannerRpc.java#L354) which uses google api gax library...

question