You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,6 @@
69
69
70
70
## New Features / Improvements
71
71
72
-
* Added support for setting disk provisioned IOPS and throughput in Dataflow runner via `--diskProvisionedIops` and `--diskProvisionedThroughputMibps` pipeline options (Java/Python/Go) ([#37377](https://github.com/apache/beam/issues/37377)).
73
72
* X feature added (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
74
73
* TriggerStateMachineRunner changes from BitSetCoder to SentinelBitSetCoder to
75
74
encode finished bitset. SentinelBitSetCoder and BitSetCoder are state
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowPipelineTranslator.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -489,13 +489,6 @@ public Job translate(List<DataflowPackage> packages) {
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineWorkerPoolOptions.java
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -193,20 +193,6 @@ public String getAlgorithm() {
193
193
194
194
voidsetWorkerDiskType(Stringvalue);
195
195
196
-
/** Provisioned IOPS for the worker disk. */
197
-
@Description("Provisioned IOPS for the worker disk.")
198
-
@Nullable
199
-
LonggetDiskProvisionedIops();
200
-
201
-
voidsetDiskProvisionedIops(Longvalue);
202
-
203
-
/** Provisioned throughput in MiB/s for the worker disk. */
204
-
@Description("Provisioned throughput in MiB/s for the worker disk.")
205
-
@Nullable
206
-
LonggetDiskProvisionedThroughputMibps();
207
-
208
-
voidsetDiskProvisionedThroughputMibps(Longvalue);
209
-
210
196
/**
211
197
* Specifies whether worker pools should be started with public IP addresses.
Copy file name to clipboardExpand all lines: runners/google-cloud-dataflow-java/src/test/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptionsTest.java
0 commit comments