(beam) 01/01: Add known python issue

2024-03-21 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/knownIssue
in repository https://gitbox.apache.org/repos/asf/beam.git

commit f4dfbca8ce63474a2fdf874197a633ac4f4c260c
Author: Danny McCormick 
AuthorDate: Thu Mar 21 04:51:40 2024 -0400

Add known python issue
---
 CHANGES.md | 38 +-
 1 file changed, 37 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 9644578091f..af92752d331 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -52,6 +52,40 @@
 
 * ([#X](https://github.com/apache/beam/issues/X)).
 -->
+# [2.56.0] - Unreleased
+
+## Highlights
+
+* New highly anticipated feature X added to Python SDK 
([#X](https://github.com/apache/beam/issues/X)).
+* New highly anticipated feature Y added to Java SDK 
([#Y](https://github.com/apache/beam/issues/Y)).
+
+## I/Os
+
+* Support for X source added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions 
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed locking issue when shutting down inactive bundle processors. Symptoms 
of this issue include slowness or stuckness in long-running jobs (Python) 
([#30679](https://github.com/apache/beam/pull/30679)).
+
+## Security Fixes
+* Fixed (CVE--)[https://www.cve.org/CVERecord?id=CVE--] 
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+* ([#X](https://github.com/apache/beam/issues/X)).
+
 # [2.55.0] - Unreleased
 
 ## Highlights
@@ -106,7 +140,7 @@
 
 ## Known Issues
 
-* ([#X](https://github.com/apache/beam/issues/X)).
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.54.0] - 2024-02-14
 
@@ -147,6 +181,7 @@
 
 * Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
 * Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.53.0] - 2024-01-04
 
@@ -190,6 +225,7 @@
 * Potential race condition causing NPE in DataflowExecutionStateSampler in 
Dataflow Java Streaming pipelines 
([#29987](https://github.com/apache/beam/issues/29987)).
 * Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
 * Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.52.0] - 2023-11-17
 



(beam) branch users/damccorm/knownIssue created (now f4dfbca8ce6)

2024-03-21 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/knownIssue
in repository https://gitbox.apache.org/repos/asf/beam.git


  at f4dfbca8ce6 Add known python issue

This branch includes the following new commits:

 new f4dfbca8ce6 Add known python issue

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(beam) branch users/damccorm/knownIssue updated: Add blogs

2024-03-21 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/knownIssue
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/users/damccorm/knownIssue by 
this push:
 new 72c5e3e24e5 Add blogs
72c5e3e24e5 is described below

commit 72c5e3e24e5dd5cf154e8b7aed0ae23c7bed382e
Author: Danny McCormick 
AuthorDate: Thu Mar 21 04:55:43 2024 -0400

Add blogs
---
 website/www/site/content/en/blog/beam-2.53.0.md | 9 +
 website/www/site/content/en/blog/beam-2.54.0.md | 6 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/website/www/site/content/en/blog/beam-2.53.0.md 
b/website/www/site/content/en/blog/beam-2.53.0.md
index 14c55956bc1..9a15e86ef3d 100644
--- a/website/www/site/content/en/blog/beam-2.53.0.md
+++ b/website/www/site/content/en/blog/beam-2.53.0.md
@@ -62,6 +62,15 @@ For more information on changes in 2.53.0, check out the 
[detailed release notes
 
 * Upgraded to go 1.21.5 to build, fixing 
[CVE-2023-45285](https://security-tracker.debian.org/tracker/CVE-2023-45285) 
and [CVE-2023-39326](https://security-tracker.debian.org/tracker/CVE-2023-39326)
 
+## Known Issues
+
+* Potential race condition causing NPE in DataflowExecutionStateSampler in 
Dataflow Java Streaming pipelines 
([#29987](https://github.com/apache/beam/issues/29987)).
+* Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
+* Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
+
+For the most up to date list of known issues, see 
https://github.com/apache/beam/blob/master/CHANGES.md
+
 ## List of Contributors
 
 According to git shortlog, the following people contributed to the 2.53.0 
release. Thank you to all contributors!
diff --git a/website/www/site/content/en/blog/beam-2.54.0.md 
b/website/www/site/content/en/blog/beam-2.54.0.md
index 96210859453..a3d649ec6f3 100644
--- a/website/www/site/content/en/blog/beam-2.54.0.md
+++ b/website/www/site/content/en/blog/beam-2.54.0.md
@@ -61,7 +61,11 @@ For more information on changes in 2.54.0, check out the 
[detailed release notes
 
 ## Known Issues
 
-* N/A
+* Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
+* Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
+
+For the most up to date list of known issues, see 
https://github.com/apache/beam/blob/master/CHANGES.md
 
 ## List of Contributors
 



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9939ebe5176 Updating config from bot
9939ebe5176 is described below

commit 9939ebe51760efef4d50a72e3bc95fdf276b3161
Author: github-actions 
AuthorDate: Thu Mar 21 08:57:48 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30701.json | 8 
 1 file changed, 8 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30701.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30701.json
new file mode 100644
index 000..9c2aa5aa212
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30701.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": true,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new dd4c73d48b4 Updating config from bot
dd4c73d48b4 is described below

commit dd4c73d48b4357aaaffb0f929cf18c5c89f0dc44
Author: github-actions 
AuthorDate: Thu Mar 21 10:05:41 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30687.json | 8 
 1 file changed, 8 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30687.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30687.json
new file mode 100644
index 000..242a48d7d3b
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30687.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": true,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch master updated: Add known python issue (#30701)

2024-03-21 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new a527ea6361c Add known python issue (#30701)
a527ea6361c is described below

commit a527ea6361cf69687a57fe93ef378f937617746b
Author: Danny McCormick 
AuthorDate: Thu Mar 21 07:25:10 2024 -0400

Add known python issue (#30701)

* Add known python issue

* Add blogs
---
 CHANGES.md  | 38 -
 website/www/site/content/en/blog/beam-2.53.0.md |  9 ++
 website/www/site/content/en/blog/beam-2.54.0.md |  6 +++-
 3 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 9644578091f..af92752d331 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -52,6 +52,40 @@
 
 * ([#X](https://github.com/apache/beam/issues/X)).
 -->
+# [2.56.0] - Unreleased
+
+## Highlights
+
+* New highly anticipated feature X added to Python SDK 
([#X](https://github.com/apache/beam/issues/X)).
+* New highly anticipated feature Y added to Java SDK 
([#Y](https://github.com/apache/beam/issues/Y)).
+
+## I/Os
+
+* Support for X source added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python) 
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions 
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed locking issue when shutting down inactive bundle processors. Symptoms 
of this issue include slowness or stuckness in long-running jobs (Python) 
([#30679](https://github.com/apache/beam/pull/30679)).
+
+## Security Fixes
+* Fixed (CVE--)[https://www.cve.org/CVERecord?id=CVE--] 
(Java/Python/Go) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+* ([#X](https://github.com/apache/beam/issues/X)).
+
 # [2.55.0] - Unreleased
 
 ## Highlights
@@ -106,7 +140,7 @@
 
 ## Known Issues
 
-* ([#X](https://github.com/apache/beam/issues/X)).
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.54.0] - 2024-02-14
 
@@ -147,6 +181,7 @@
 
 * Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
 * Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.53.0] - 2024-01-04
 
@@ -190,6 +225,7 @@
 * Potential race condition causing NPE in DataflowExecutionStateSampler in 
Dataflow Java Streaming pipelines 
([#29987](https://github.com/apache/beam/issues/29987)).
 * Some Python pipelines that run with 2.52.0-2.54.0 SDKs and use large 
materialized side inputs might be affected by a performance regression. To 
restore the prior behavior on these SDK versions, supply the 
`--max_cache_memory_usage_mb=0` pipeline option. 
([#30360](https://github.com/apache/beam/issues/30360)).
 * Python pipelines that run with 2.53.0-2.54.0 SDKs and perform file 
operations on GCS might be affected by excess HTTP requests. This could lead to 
a performance regression or a permission issue. 
([#28398](https://github.com/apache/beam/issues/28398))
+* In Python pipelines, when shutting down inactive bundle processors, shutdown 
logic can overaggressively hold the lock, blocking acceptance of new work. 
Symptoms of this issue include slowness or stuckness in long-running jobs. 
Fixed in 2.56.0 ([#30679](https://github.com/apache/beam/pull/30679)).
 
 # [2.52.0] - 2023-11-17
 
diff --git a/website/www/site/content/en/blog/beam-2.53.0.md 
b/website/www/site/content/en/blog/beam-2.53.0.md
index 14c55956bc1..9a15e86ef3d 100644
--- a/website/www/site/content/en/blog/beam-2.53.0.md
+++ b/website/www/site/content/en/blog/beam-2.53.0.md
@@ -62,6 +62,15 @@ For more information on changes in 2.53.0, check out the 
[detailed relea

(beam) branch users/damccorm/knownIssue deleted (was 72c5e3e24e5)

2024-03-21 Thread damccorm
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/knownIssue
in repository https://gitbox.apache.org/repos/asf/beam.git


 was 72c5e3e24e5 Add blogs

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch asf-site updated: Publishing website 2024/03/21 11:37:47 at commit a527ea6

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 76800e80747 Publishing website 2024/03/21 11:37:47 at commit a527ea6
76800e80747 is described below

commit 76800e8074751572336c331afd4424431cee11ab
Author: runner 
AuthorDate: Thu Mar 21 11:37:47 2024 +

Publishing website 2024/03/21 11:37:47 at commit a527ea6
---
 website/generated-content/blog/beam-2.53.0/index.html  |  2 +-
 website/generated-content/blog/beam-2.54.0/index.html  |  2 +-
 website/generated-content/blog/index.xml   | 13 -
 website/generated-content/categories/blog/index.xml| 13 -
 website/generated-content/categories/release/index.xml | 13 -
 website/generated-content/feed.xml | 13 -
 website/generated-content/sitemap.xml  |  2 +-
 7 files changed, 51 insertions(+), 7 deletions(-)

diff --git a/website/generated-content/blog/beam-2.53.0/index.html 
b/website/generated-content/blog/beam-2.53.0/index.html
index db057d517d9..f8ee50c4700 100644
--- a/website/generated-content/blog/beam-2.53.0/index.html
+++ b/website/generated-content/blog/beam-2.53.0/index.html
@@ -40,7 +40,7 @@
 This release includes both improvements and new functionality.
 See the download page for this 
release.For more information on changes in 2.53.0, check out the https://github.com/apache/beam/milestone/17>detailed release 
notes.HighlightsPython streaming users 
that use 2.47.0 and newer versions of Beam should update to version 2.53.0, 
which fixes a known issue: (https://github.com/apache/beam/issues/27330>#27330).I/Os [...]
 Instead, the same (generally auto-started) subprocess used to perform the
-expansion can also be used as the cross-language worker.Framework for 
adding Error Handlers to composite transforms added in Java (https://github.com/apache/beam/pull/29164>#29164).Python 3.11 
images now include google-cloud-profiler (https://github.com/apache/beam/pull/29651>#29561).DeprecationsEuphoria DSL is deprecated and will be 
removed in a future release (not before 2.56.0) (https://github [...]
+expansion can also be used as the cross-language worker.Framework for 
adding Error Handlers to composite transforms added in Java (https://github.com/apache/beam/pull/29164>#29164).Python 3.11 
images now include google-cloud-profiler (https://github.com/apache/beam/pull/29651>#29561).DeprecationsEuphoria DSL is deprecated and will be 
removed in a future release (not before 2.56.0) (https://github [...]
 
2024/01/04Apache Beam 
2.53.0Jack R. McCluskeyblog2024/01/03Scaling a streaming workload on Apache Beam, 1 
million events per second and beyondPablo Rodriguez 
Defino< [...]
 https://www.apache.org>The Apache Software Foundation
diff --git a/website/generated-content/blog/beam-2.54.0/index.html 
b/website/generated-content/blog/beam-2.54.0/index.html
index 126881618f4..42ed3ad250a 100644
--- a/website/generated-content/blog/beam-2.54.0/index.html
+++ b/website/generated-content/blog/beam-2.54.0/index.html
@@ -38,7 +38,7 @@
 

(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8f5b7bbeea7 Updating config from bot
8f5b7bbeea7 is described below

commit 8f5b7bbeea79f11af353b279986c5a603f68f46d
Author: github-actions 
AuthorDate: Thu Mar 21 12:11:51 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30673.json | 8 
 1 file changed, 8 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30673.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30673.json
new file mode 100644
index 000..9c2aa5aa212
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30673.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": true,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 4718107a3fa Updating config from bot
4718107a3fa is described below

commit 4718107a3fad8d794ee472176ade430670179f7b
Author: github-actions 
AuthorDate: Thu Mar 21 13:34:59 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30686.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30686.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30686.json
new file mode 100644
index 000..40494bf71be
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30686.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"no-matching-label": "riteshghorse"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d633e9750a4 Updating config from bot
d633e9750a4 is described below

commit d633e9750a4b3057e8cc43db5c20c9dcecc20975
Author: github-actions 
AuthorDate: Thu Mar 21 13:35:01 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
index b103b6decd6..d7394cbfdde 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
@@ -9,7 +9,7 @@
 "jrmccluskey": 1710783309312,
 "kennknowles": 1710638927810,
 "lostluck": 1709770542862,
-"riteshghorse": 1709649338569,
+"riteshghorse": 1711028097950,
 "robertwb": 1709928346204,
 "tvalentyn": 1709937319352,
 "damondouglas": 1709816753180,



(beam) branch dependabot/go_modules/sdks/github.com/golang/protobuf-1.5.4 deleted (was 048c69a48ce)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/golang/protobuf-1.5.4
in repository https://gitbox.apache.org/repos/asf/beam.git


 was 048c69a48ce Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in 
/sdks

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch master updated: Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in /sdks (#30698)

2024-03-21 Thread riteshghorse
This is an automated email from the ASF dual-hosted git repository.

riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new e8e272b89e9 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in 
/sdks (#30698)
e8e272b89e9 is described below

commit e8e272b89e9dc30a83aecc61322f75dbe1613fe4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 21 09:50:28 2024 -0400

Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in /sdks (#30698)

Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 
1.5.3 to 1.5.4.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: github.com/golang/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 sdks/go.mod | 2 +-
 sdks/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sdks/go.mod b/sdks/go.mod
index 26e9bba48cd..2d22bbe77df 100644
--- a/sdks/go.mod
+++ b/sdks/go.mod
@@ -39,7 +39,7 @@ require (
github.com/docker/go-connections v0.5.0
github.com/dustin/go-humanize v1.0.1
github.com/go-sql-driver/mysql v1.7.1
-   github.com/golang/protobuf v1.5.3 // TODO(danoliveira): Fully replace 
this with google.golang.org/protobuf
+   github.com/golang/protobuf v1.5.4 // TODO(danoliveira): Fully replace 
this with google.golang.org/protobuf
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/johannesboyne/gofakes3 v0.0.0-20221110173912-32fb85c5aed6
diff --git a/sdks/go.sum b/sdks/go.sum
index d59d0ba2173..92a13cc8429 100644
--- a/sdks/go.sum
+++ b/sdks/go.sum
@@ -228,8 +228,8 @@ github.com/golang/protobuf v1.4.1/go.mod 
h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QD
 github.com/golang/protobuf v1.4.3/go.mod 
h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
 github.com/golang/protobuf v1.5.0/go.mod 
h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
 github.com/golang/protobuf v1.5.2/go.mod 
h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
-github.com/golang/protobuf v1.5.3 
h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
-github.com/golang/protobuf v1.5.3/go.mod 
h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
+github.com/golang/protobuf v1.5.4 
h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
+github.com/golang/protobuf v1.5.4/go.mod 
h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
 github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod 
h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/golang/snappy v0.0.1/go.mod 
h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/golang/snappy v0.0.3/go.mod 
h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9d666bea800 Updating config from bot
9d666bea800 is described below

commit 9d666bea800cfe1c1bd9c28c92512b5d1fced7f8
Author: github-actions 
AuthorDate: Thu Mar 21 14:34:47 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30696.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30696.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30696.json
index c43704aa814..76d5fbcc8d6 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30696.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30696.json
@@ -6,5 +6,5 @@
   "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
-  "committerAssigned": false
+  "committerAssigned": true
 }
\ No newline at end of file



(beam) branch asf-site updated: Publishing website 2024/03/21 17:37:50 at commit e8e272b

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new d472d6e225e Publishing website 2024/03/21 17:37:50 at commit e8e272b
d472d6e225e is described below

commit d472d6e225e12e4081e23d282096315c1e101788
Author: runner 
AuthorDate: Thu Mar 21 17:37:50 2024 +

Publishing website 2024/03/21 17:37:50 at commit e8e272b
---
 website/generated-content/sitemap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index af870d7b001..9c63422c18f 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T07:25:10-04:00/categories/blog/2024-03-21T07:25:10-04:00/blog/2024-03-21T07:25:10-04:00/categories/2024-03-21T07:25:10-04:00/catego
 [...]
\ No newline at end of file
+http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T09:50:28-04:00/categories/blog/2024-03-21T09:50:28-04:00/blog/2024-03-21T09:50:28-04:00/categories/2024-03-21T09:50:28-04:00/catego
 [...]
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e4e4d298619 Updating config from bot
e4e4d298619 is described below

commit e4e4d2986198cbc62675a75c8139198184fc3497
Author: github-actions 
AuthorDate: Thu Mar 21 19:05:46 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30702.json | 12 
 1 file changed, 12 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30702.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30702.json
new file mode 100644
index 000..475d27a8dd8
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30702.json
@@ -0,0 +1,12 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "damccorm",
+"java": "m-trieu",
+"build": "damccorm"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c5b61c9b7c3 Updating config from bot
c5b61c9b7c3 is described below

commit c5b61c9b7c3c04a1a84f3e8deced44387982c652
Author: github-actions 
AuthorDate: Thu Mar 21 19:05:48 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-java.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-java.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
index 486cd204257..eb9fc13856b 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-java.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-java.json
@@ -8,7 +8,7 @@
 "apilloud": 1678822446183,
 "Abacn": 1710439579182,
 "bvolpato": 1710432374340,
-"m-trieu": 1709822751103,
+"m-trieu": 1711047945049,
 "damondouglas": 1710864356395
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 61d1b05c134 Updating config from bot
61d1b05c134 is described below

commit 61d1b05c13491ec2e72b265391c29ee1049385ef
Author: github-actions 
AuthorDate: Thu Mar 21 19:05:47 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index bfbec6f766c..3a218366a27 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -8,7 +8,7 @@
 "tvalentyn": 1710277577945,
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
-"damccorm": 1709863822385,
+"damccorm": 1711047945049,
 "jrmccluskey": 1710776076591,
 "riteshghorse": 1710977678377,
 "liferoad": 1710819285271,



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f752d781c45 Updating config from bot
f752d781c45 is described below

commit f752d781c4500878ccf9329176e14500adb5f65c
Author: github-actions 
AuthorDate: Thu Mar 21 19:05:50 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-build.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index a9d18e2bc9c..e7a622f3d33 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -1,7 +1,7 @@
 {
   "label": "build",
   "dateOfLastReviewAssignment": {
-"damccorm": 1710819285271,
+"damccorm": 1711047945049,
 "Abacn": 1710976011952
   }
 }
\ No newline at end of file



(beam) branch splitcoverage created (now 07480d004b1)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a change to branch splitcoverage
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 07480d004b1 Move dependency tests from PreCommit Coverage to PostCommit

This branch includes the following new commits:

 new 07480d004b1 Move dependency tests from PreCommit Coverage to PostCommit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(beam) 01/01: Move dependency tests from PreCommit Coverage to PostCommit

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch splitcoverage
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 07480d004b1b715311eea84e7d60de164f1b4ade
Author: Yi Hu 
AuthorDate: Thu Mar 21 15:28:07 2024 -0400

Move dependency tests from PreCommit Coverage to PostCommit
---
 ...e.yml => beam_PostCommit_Python_Dependency.yml} | 37 ++---
 .../workflows/beam_PreCommit_Python_Coverage.yml   |  2 +-
 sdks/python/test-suites/tox/common.gradle  |  4 --
 sdks/python/test-suites/tox/py38/build.gradle  | 60 +++---
 4 files changed, 48 insertions(+), 55 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Python_Coverage.yml 
b/.github/workflows/beam_PostCommit_Python_Dependency.yml
similarity index 75%
copy from .github/workflows/beam_PreCommit_Python_Coverage.yml
copy to .github/workflows/beam_PostCommit_Python_Dependency.yml
index 16329b87ca1..525c375ddb6 100644
--- a/.github/workflows/beam_PreCommit_Python_Coverage.yml
+++ b/.github/workflows/beam_PostCommit_Python_Dependency.yml
@@ -13,21 +13,18 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: PreCommit Python Coverage
+name: PostCommit Python Dependency
+
 on:
-  pull_request_target:
-branches: [ "master", "release-*" ]
-paths: [ "model/**","sdks/python/**","release/**", 
'release/trigger_all_tests.json', 
'.github/trigger_files/beam_PreCommit_Python_Coverage.json']
   issue_comment:
 types: [created]
-  push:
-tags: ['v*']
-branches: ['master', 'release-*']
-paths: [ "model/**","sdks/python/**","release/**", 
".github/workflows/beam_PreCommit_Python_Coverage.yml"]
   schedule:
-- cron: '45 2/6 * * *'
+  - cron: '0 5/6 * * *'
+  pull_request_target:
+paths: ['release/trigger_all_tests.json', 
'.github/trigger_files/beam_PostCommit_Python_Dependency.json']
   workflow_dispatch:
 
+
 #Setting explicit permissions for the action to avoid the default permissions 
which are `write-all` in case of pull_request_target event
 permissions:
   actions: write
@@ -46,7 +43,7 @@ permissions:
 
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:
-  group: '${{ github.workflow }} @ ${{ github.event.issue.number || 
github.event.pull_request.head.label || github.sha || github.head_ref || 
github.ref }}-${{ github.event.schedule || github.event.comment.id || 
github.event.sender.login }}'
+  group: '${{ github.workflow }} @ ${{ github.event.issue.number || github.sha 
|| github.head_ref || github.ref }}-${{ github.event.schedule || 
github.event.comment.id || github.event.sender.login }}'
   cancel-in-progress: true
 
 env:
@@ -57,20 +54,20 @@ env:
 
 
 jobs:
-  beam_PreCommit_Python_Coverage:
+  beam_PostCommit_Python_Dependency:
 name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
 runs-on: [self-hosted, ubuntu-20.04, main]
 strategy:
+  fail-fast: false
   matrix:
-job_name: [beam_PreCommit_Python_Coverage]
-job_phrase: [Run Python_Coverage PreCommit]
-timeout-minutes: 180
+job_name: [beam_PostCommit_Python_Dependency]
+job_phrase: [Run Python PostCommit Dependency]
+timeout-minutes: 120
 if: |
-  github.event_name == 'push' ||
+  github.event_name == 'workflow_dispatch' ||
   github.event_name == 'pull_request_target' ||
   (github.event_name == 'schedule' && github.repository == 'apache/beam') 
||
-  github.event_name == 'workflow_dispatch' ||
-  github.event.comment.body == 'Run Python_Coverage PreCommit'
+  github.event.comment.body == 'Run Python PostCommit Dependency'
 steps:
   - uses: actions/checkout@v4
   - name: Setup repository
@@ -84,10 +81,10 @@ jobs:
 with:
   java-version: 8
   python-version: 3.8
-  - name: Run preCommitPyCoverage
+  - name: Run postCommitPyDep
 uses: ./.github/actions/gradle-command-self-hosted-action
 with:
-  gradle-command: :sdks:python:test-suites:tox:py38:preCommitPyCoverage
+  gradle-command: :sdks:python:test-suites:tox:py38:postCommitPyDep
   arguments: |
 -PuseWheelDistribution
   - name: Archive Python Test Results
@@ -102,4 +99,4 @@ jobs:
 with:
   commit: '${{ env.prsha || env.GITHUB_SHA }}'
   comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' 
|| 'off' }}
-  files: '**/pytest*.xml'
\ No newline at end of file
+  files: '**/pytest*.xml'
diff --git a/.github/workflows/beam_PreCommit_Python_Coverage.yml 
b/.github/workflows/beam_PreCommit_Python_Coverage.yml
index 16329b87ca1..b299d045bb1 100644
--- a/.github/workflows/beam_PreCommit_Python_Coverage.yml
+++ b/.github/workflows/beam_PreCommit_Python_Coverage.yml
@@ -87,7 +87,7 @@ jobs:
   - name: Run preCommitPyCoverage
 uses: ./.github/actions/gradle-command-self-hosted

(beam) branch splitcoverage updated (07480d004b1 -> c3851ab866e)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a change to branch splitcoverage
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 07480d004b1 Move dependency tests from PreCommit Coverage to PostCommit
 add c3851ab866e Move dependency tests from PreCommit Coverage to PostCommit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07480d004b1)
\
 N -- N -- N   refs/heads/splitcoverage (c3851ab866e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/beam_PostCommit_Python_Dependency.yml | 3 ---
 1 file changed, 3 deletions(-)



(beam) branch splitcoverage updated (c3851ab866e -> 9a7a1d850b6)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a change to branch splitcoverage
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard c3851ab866e Move dependency tests from PreCommit Coverage to PostCommit
 add 9a7a1d850b6 Move dependency tests from PreCommit Coverage to PostCommit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c3851ab866e)
\
 N -- N -- N   refs/heads/splitcoverage (9a7a1d850b6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/beam_PreCommit_Python_Coverage.yml | 2 +-
 sdks/python/test-suites/tox/py38/build.gradle| 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)



(beam) branch splitcoverage updated (9a7a1d850b6 -> 531604742ef)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a change to branch splitcoverage
in repository https://gitbox.apache.org/repos/asf/beam.git


omit 9a7a1d850b6 Move dependency tests from PreCommit Coverage to PostCommit
 add 531604742ef Move dependency tests from PreCommit Coverage to PostCommit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a7a1d850b6)
\
 N -- N -- N   refs/heads/splitcoverage (531604742ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/README.md | 1 +
 1 file changed, 1 insertion(+)



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 0956e1b9bca Updating config from bot
0956e1b9bca is described below

commit 0956e1b9bcaf7298aeedff7da581a94f53d8692c
Author: github-actions 
AuthorDate: Thu Mar 21 21:05:58 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30708.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30708.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30708.json
new file mode 100644
index 000..28c0f36dc93
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30708.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "shunping"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 7e94a99a3e4 Updating config from bot
7e94a99a3e4 is described below

commit 7e94a99a3e4cf2f0fdb5083509698f4401e32fa8
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:00 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 3a218366a27..f3c0a54c29d 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -12,6 +12,6 @@
 "jrmccluskey": 1710776076591,
 "riteshghorse": 1710977678377,
 "liferoad": 1710819285271,
-"shunping": 1710265960889
+"shunping": 1711055157135
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 59c1ad30d78 Updating config from bot
59c1ad30d78 is described below

commit 59c1ad30d7867ac8ee38177978b899b49062e09c
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:06 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index f3c0a54c29d..2e639698686 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -5,7 +5,7 @@
 "yeandy": 1665802753763,
 "TheNeuralBit": 1667896849319,
 "ryanthompson591": 1670002443548,
-"tvalentyn": 1710277577945,
+"tvalentyn": 1711055162542,
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
 "damccorm": 1711047945049,



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new c2f845dba9c Updating config from bot
c2f845dba9c is described below

commit c2f845dba9cb65eb8347e771ca4e14e470ed0d15
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:09 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30705.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30705.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30705.json
new file mode 100644
index 000..959c289c017
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30705.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "jrmccluskey"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 635e16cd449 Updating config from bot
635e16cd449 is described below

commit 635e16cd449da015f8681b9285a8266c2e8465e8
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:14 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30704.json | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30704.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30704.json
new file mode 100644
index 000..5216b6274e8
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30704.json
@@ -0,0 +1,11 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "liferoad",
+"build": "damccorm"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 89f2a076d90 Updating config from bot
89f2a076d90 is described below

commit 89f2a076d90ecb31a4f4ce10bb019c7dbdcca3db
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:10 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 2e639698686..91c5701150d 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -9,7 +9,7 @@
 "pabloem": 1681281324703,
 "y1chi": 1667002607045,
 "damccorm": 1711047945049,
-"jrmccluskey": 1710776076591,
+"jrmccluskey": 1711055167738,
 "riteshghorse": 1710977678377,
 "liferoad": 1710819285271,
 "shunping": 1711055157135



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 6fd28508ed7 Updating config from bot
6fd28508ed7 is described below

commit 6fd28508ed78c8731a78c8832e156c2a724dcebd
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:16 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 91c5701150d..7beceadbe11 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -11,7 +11,7 @@
 "damccorm": 1711047945049,
 "jrmccluskey": 1711055167738,
 "riteshghorse": 1710977678377,
-"liferoad": 1710819285271,
+"liferoad": 1711055172910,
 "shunping": 1711055157135
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 81ab128b9ab Updating config from bot
81ab128b9ab is described below

commit 81ab128b9abcb5541672805cf86b5d354a2a38f4
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:18 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-build.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index e7a622f3d33..9b2c733d3f0 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -1,7 +1,7 @@
 {
   "label": "build",
   "dateOfLastReviewAssignment": {
-"damccorm": 1711047945049,
+"damccorm": 1711055172910,
 "Abacn": 1710976011952
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 2fa98550056 Updating config from bot
2fa98550056 is described below

commit 2fa985500567e3c1d6df45172afb87b696c2f330
Author: github-actions 
AuthorDate: Thu Mar 21 21:06:03 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30707.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30707.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30707.json
new file mode 100644
index 000..321b31c0f05
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30707.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "tvalentyn"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch master updated: Update BigQuerySinkMetrics for StreamingInserts. (#30320)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 32e7a6ab750 Update BigQuerySinkMetrics for StreamingInserts. (#30320)
32e7a6ab750 is described below

commit 32e7a6ab750a11c589f92393def98d7af9555051
Author: JayajP 
AuthorDate: Thu Mar 21 14:35:57 2024 -0700

Update BigQuerySinkMetrics for StreamingInserts. (#30320)

* Update BigQuerySinkMetrics for StreamingInserts.

* Spotless/add additional comments

* Address comments

* Address comments and some minor optimizations

Revert chagnes to histogram bucket widths

* Add functionality to completely disable new streaming inserts metrics

* Remove unnecessary qualifiers in StreamingInsertsMetrics

* fix unit tests
---
 .../dataflow/worker/StreamingDataflowWorker.java   |  21 +-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  30 ++-
 .../sdk/io/gcp/bigquery/BigQuerySinkMetrics.java   |  30 ++-
 .../io/gcp/bigquery/StreamingInsertsMetrics.java   | 234 +
 .../io/gcp/bigquery/BigQueryServicesImplTest.java  | 163 ++
 .../io/gcp/bigquery/BigQuerySinkMetricsTest.java   |  34 +++
 .../gcp/bigquery/StreamingInsertsMetricsTest.java  | 179 
 7 files changed, 674 insertions(+), 17 deletions(-)

diff --git 
a/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java
 
b/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java
index 4c3ffd08a0b..c3e820767cd 100644
--- 
a/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java
+++ 
b/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java
@@ -579,13 +579,10 @@ public class StreamingDataflowWorker {
 // metrics.
 MetricsEnvironment.setProcessWideContainer(new MetricsLogger(null));
 
-// When enabled, the Pipeline will record Per-Worker metrics that will be 
piped to DFE.
-StreamingStepMetricsContainer.setEnablePerWorkerMetrics(
-options.isEnableStreamingEngine()
-&& DataflowRunner.hasExperiment(options, 
"enable_per_worker_metrics"));
-// StreamingStepMetricsContainer automatically deletes perWorkerCounters 
if they are zero-valued
-// for longer than 5 minutes.
-BigQuerySinkMetrics.setSupportMetricsDeletion(true);
+if (options.isEnableStreamingEngine()
+&& DataflowRunner.hasExperiment(options, "enable_per_worker_metrics")) 
{
+  enableBigQueryMetrics();
+}
 
 JvmInitializers.runBeforeProcessing(options);
 worker.startStatusPages();
@@ -672,6 +669,16 @@ public class StreamingDataflowWorker {
 return maxMem > 0 ? maxMem : (Runtime.getRuntime().maxMemory() / 2);
   }
 
+  private static void enableBigQueryMetrics() {
+// When enabled, the Pipeline will record Per-Worker metrics that will be 
piped to DFE.
+StreamingStepMetricsContainer.setEnablePerWorkerMetrics(true);
+// StreamingStepMetricsContainer automatically deletes perWorkerCounters 
if they are zero-valued
+// for longer than 5 minutes.
+BigQuerySinkMetrics.setSupportMetricsDeletion(true);
+// Support metrics for BigQuery's Streaming Inserts write method.
+BigQuerySinkMetrics.setSupportStreamingInsertsMetrics(true);
+  }
+
   void addStateNameMappings(Map nameMap) {
 stateNameMap.putAll(nameMap);
   }
diff --git 
a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
 
b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
index bb3b99f6fcd..2dbc02131f5 100644
--- 
a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
+++ 
b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java
@@ -95,6 +95,7 @@ import io.grpc.Status;
 import io.grpc.Status.Code;
 import io.grpc.protobuf.ProtoUtils;
 import java.io.IOException;
+import java.time.Instant;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.HashMap;
@@ -937,6 +938,7 @@ public class BigQueryServicesImpl implements 
BigQueryServices {
   private final List rows;
   private final AtomicLong maxThrottlingMsec;
   private final Sleeper sleeper;
+  private final StreamingInsertsMetrics result;
 
   InsertBatchofRowsCallable(
   TableReference ref,
@@ -946,7 +948,8 @@ public class BigQueryServicesImpl implements 
BigQueryServices {
   FluentBackoff rateLimitBackoffFactory,
   List rows,
   AtomicLong maxThrottlingMsec,
-  Sle

(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new af0ea1dd73d Updating config from bot
af0ea1dd73d is described below

commit af0ea1dd73dc4aba5c750ec82bd938b3750453fa
Author: github-actions 
AuthorDate: Thu Mar 21 22:50:12 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30705.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30705.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30705.json
index 959c289c017..30d25f1f3dd 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30705.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30705.json
@@ -4,7 +4,7 @@
 "python": "jrmccluskey"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new d5129d7a781 Updating config from bot
d5129d7a781 is described below

commit d5129d7a78195b8bceda633e4dd037f70be8f720
Author: github-actions 
AuthorDate: Thu Mar 21 22:52:42 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30708.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30708.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30708.json
index 28c0f36dc93..a9b5a3dc2c4 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30708.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30708.json
@@ -4,7 +4,7 @@
 "python": "shunping"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 17d1eefff43 Updating config from bot
17d1eefff43 is described below

commit 17d1eefff43fd6f80535766bc5cd3f7b68ba4ca4
Author: github-actions 
AuthorDate: Thu Mar 21 22:53:40 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30707.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30707.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30707.json
index 321b31c0f05..1854ee764c2 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30707.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30707.json
@@ -4,7 +4,7 @@
 "python": "tvalentyn"
   },
   "nextAction": "Reviewers",
-  "stopReviewerNotifications": false,
+  "stopReviewerNotifications": true,
   "remindAfterTestsPass": [],
   "committerAssigned": false
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new e5dd8e1ef0e Updating config from bot
e5dd8e1ef0e is described below

commit e5dd8e1ef0ef8a2b815efa1a90b08d4b4828201e
Author: github-actions 
AuthorDate: Thu Mar 21 23:05:41 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30709.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30709.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30709.json
new file mode 100644
index 000..9c51466b9ee
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30709.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"build": "Abacn"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 19c5669bb4e Updating config from bot
19c5669bb4e is described below

commit 19c5669bb4e17490c63306a69f3d36e1acef7ee4
Author: github-actions 
AuthorDate: Thu Mar 21 23:05:43 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-build.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-build.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
index 9b2c733d3f0..d1e0e880f3f 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-build.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-build.json
@@ -2,6 +2,6 @@
   "label": "build",
   "dateOfLastReviewAssignment": {
 "damccorm": 1711055172910,
-"Abacn": 1710976011952
+"Abacn": 1711062340674
   }
 }
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 64f2ed4bc3c Updating config from bot
64f2ed4bc3c is described below

commit 64f2ed4bc3c75b2f87c9cae18491515ba8e3690e
Author: github-actions 
AuthorDate: Thu Mar 21 23:05:46 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30706.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30706.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30706.json
new file mode 100644
index 000..c43704aa814
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30706.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"python": "riteshghorse"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 9b2a967b1b6 Updating config from bot
9b2a967b1b6 is described below

commit 9b2a967b1b6a6e79a04ce53e352ee16012e5ba14
Author: github-actions 
AuthorDate: Thu Mar 21 23:05:48 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-python.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-python.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
index 7beceadbe11..5a817608a8b 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-python.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-python.json
@@ -10,7 +10,7 @@
 "y1chi": 1667002607045,
 "damccorm": 1711047945049,
 "jrmccluskey": 1711055167738,
-"riteshghorse": 1710977678377,
+"riteshghorse": 1711062345219,
 "liferoad": 1711055172910,
 "shunping": 1711055157135
   }



(beam) branch master updated: Add unique ID to Dataflow BOM tests (#30709)

2024-03-21 Thread damondouglas
This is an automated email from the ASF dual-hosted git repository.

damondouglas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 924c6a29840 Add unique ID to Dataflow BOM tests (#30709)
924c6a29840 is described below

commit 924c6a29840d2692b315b4499f3eec17c465485f
Author: Damon 
AuthorDate: Thu Mar 21 16:12:06 2024 -0700

Add unique ID to Dataflow BOM tests (#30709)
---
 release/src/main/groovy/mobilegaming-java-dataflowbom.groovy | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/release/src/main/groovy/mobilegaming-java-dataflowbom.groovy 
b/release/src/main/groovy/mobilegaming-java-dataflowbom.groovy
index 87944588e35..a0fd0f13c75 100644
--- a/release/src/main/groovy/mobilegaming-java-dataflowbom.groovy
+++ b/release/src/main/groovy/mobilegaming-java-dataflowbom.groovy
@@ -18,7 +18,6 @@
  */
 
 t = new TestScripts(args)
-mobileGamingCommands = new MobileGamingCommands(testScripts: t)
 
 /*
  * Run the mobile game examples on Dataflow.
@@ -36,6 +35,8 @@ String command_output_text
  *  Run the UserScore example on DataflowRunner
  * */
 
+mobileGamingCommands = new MobileGamingCommands(testScripts: t, testRunId: 
UUID.randomUUID().toString())
+
 t.intent("Running: UserScore example with Beam GCP BOM on DataflowRunner")
 t.run(mobileGamingCommands.createPipelineCommand("UserScore", runner))
 command_output_text = t.run "gsutil cat 
gs://${t.gcsBucket()}/${mobileGamingCommands.getUserScoreOutputName(runner)}* | 
grep user19_BananaWallaby"
@@ -48,6 +49,8 @@ t.run "gsutil rm 
gs://${t.gcsBucket()}/${mobileGamingCommands.getUserScoreOutput
  * Run the HourlyTeamScore example on DataflowRunner
  * */
 
+mobileGamingCommands = new MobileGamingCommands(testScripts: t, testRunId: 
UUID.randomUUID().toString())
+
 t.intent("Running: HourlyTeamScore example with Beam GCP BOM on 
DataflowRunner")
 t.run(mobileGamingCommands.createPipelineCommand("HourlyTeamScore", runner))
 command_output_text = t.run "gsutil cat 
gs://${t.gcsBucket()}/${mobileGamingCommands.getHourlyTeamScoreOutputName(runner)}*
 | grep AzureBilby "



(beam) branch asf-site updated: Publishing website 2024/03/21 23:38:05 at commit 924c6a2

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new c1c7dee4495 Publishing website 2024/03/21 23:38:05 at commit 924c6a2
c1c7dee4495 is described below

commit c1c7dee4495ebb799b01016f172b0ad0ef47a4b0
Author: runner 
AuthorDate: Thu Mar 21 23:38:05 2024 +

Publishing website 2024/03/21 23:38:05 at commit 924c6a2
---
 website/generated-content/sitemap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index 9c63422c18f..d6265df794d 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T09:50:28-04:00/categories/blog/2024-03-21T09:50:28-04:00/blog/2024-03-21T09:50:28-04:00/categories/2024-03-21T09:50:28-04:00/catego
 [...]
\ No newline at end of file
+http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T16:12:06-07:00/categories/blog/2024-03-21T16:12:06-07:00/blog/2024-03-21T16:12:06-07:00/categories/2024-03-21T16:12:06-07:00/catego
 [...]
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 86994d96fd2 Updating config from bot
86994d96fd2 is described below

commit 86994d96fd2e7f337813c703ea32f645a79ffcbe
Author: github-actions 
AuthorDate: Thu Mar 21 23:46:41 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30712.json | 8 
 1 file changed, 8 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30712.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30712.json
new file mode 100644
index 000..9c2aa5aa212
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30712.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": true,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new f7c09c44580 Updating config from bot
f7c09c44580 is described below

commit f7c09c4458095ca17a877067d79f4e96839ac81b
Author: github-actions 
AuthorDate: Fri Mar 22 01:48:11 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30704.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30704.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30704.json
index 5216b6274e8..570978fe1f4 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30704.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30704.json
@@ -7,5 +7,5 @@
   "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
-  "committerAssigned": false
+  "committerAssigned": true
 }
\ No newline at end of file



(beam) branch nightly-refs/heads/master updated (8955124219c -> 924c6a29840)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


from 8955124219c Add BigTableIO Stress test (#30630)
 add a527ea6361c Add known python issue (#30701)
 add e8e272b89e9 Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in 
/sdks (#30698)
 add 32e7a6ab750 Update BigQuerySinkMetrics for StreamingInserts. (#30320)
 add 924c6a29840 Add unique ID to Dataflow BOM tests (#30709)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md |  38 +++-
 .../groovy/mobilegaming-java-dataflowbom.groovy|   5 +-
 .../dataflow/worker/StreamingDataflowWorker.java   |  21 +-
 sdks/go.mod|   2 +-
 sdks/go.sum|   4 +-
 .../sdk/io/gcp/bigquery/BigQueryServicesImpl.java  |  30 ++-
 .../sdk/io/gcp/bigquery/BigQuerySinkMetrics.java   |  30 ++-
 .../io/gcp/bigquery/StreamingInsertsMetrics.java   | 234 +
 .../io/gcp/bigquery/BigQueryServicesImplTest.java  | 163 ++
 .../io/gcp/bigquery/BigQuerySinkMetricsTest.java   |  34 +++
 .../gcp/bigquery/StreamingInsertsMetricsTest.java  | 179 
 website/www/site/content/en/blog/beam-2.53.0.md|   9 +
 website/www/site/content/en/blog/beam-2.54.0.md|   6 +-
 13 files changed, 732 insertions(+), 23 deletions(-)
 create mode 100644 
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/StreamingInsertsMetrics.java
 create mode 100644 
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/StreamingInsertsMetricsTest.java



(beam) branch master updated: Add warning when retrieving state cache inefficiency detected (#30696)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new bada1082d3c Add warning when retrieving state cache inefficiency 
detected (#30696)
bada1082d3c is described below

commit bada1082d3c52c7c56a996206bd3a39a78eb4e39
Author: Yi Hu 
AuthorDate: Thu Mar 21 23:55:24 2024 -0400

Add warning when retrieving state cache inefficiency detected (#30696)

* Add warning when retrieving state cache inefficiency detected

* State the specific pipeline option or API

* fix pylint

* formatting
---
 .../apache_beam/runners/worker/sdk_worker.py   | 46 +++---
 1 file changed, 41 insertions(+), 5 deletions(-)

diff --git a/sdks/python/apache_beam/runners/worker/sdk_worker.py 
b/sdks/python/apache_beam/runners/worker/sdk_worker.py
index 65059ab054f..c4182bdc452 100644
--- a/sdks/python/apache_beam/runners/worker/sdk_worker.py
+++ b/sdks/python/apache_beam/runners/worker/sdk_worker.py
@@ -1165,6 +1165,11 @@ class GlobalCachingStateHandler(CachingStateHandler):
 self._state_cache = global_state_cache
 self._context = threading.local()
 
+# state retrieval time statistics
+self._retrieval_time = 0.0
+self._get_raw_called = 0
+self._warn_interval = 60.0
+
   @contextlib.contextmanager
   def process_instruction_id(self, bundle_id, cache_tokens):
 # type: (str, Iterable[beam_fn_api_pb2.ProcessBundleRequest.CacheToken]) 
-> Iterator[None]
@@ -1278,14 +1283,46 @@ class GlobalCachingStateHandler(CachingStateHandler):
:return A generator which returns the next element if advanced.
 """
 while True:
-  data, continuation_token = (
-  self._underlying.get_raw(state_key, continuation_token))
-  input_stream = coder_impl.create_InputStream(data)
+  input_stream, continuation_token = self._get_raw(
+  state_key, continuation_token)
+
   while input_stream.size() > 0:
 yield coder.decode_from_stream(input_stream, True)
   if not continuation_token:
 break
 
+  def _get_raw(self,
+  state_key,  # type: beam_fn_api_pb2.StateKey
+  continuation_token  # type: Optional[bytes]
+   ):
+# type: (...) -> Tuple[coder_impl.create_InputStream, Optional[bytes]]
+
+"""Call underlying get_raw with performance statistics and detection."""
+start_time = time.time()
+
+data, continuation_token = (
+self._underlying.get_raw(state_key, continuation_token))
+
+input_stream = coder_impl.create_InputStream(data)
+
+self._retrieval_time += time.time() - start_time
+self._get_raw_called += 1
+
+if self._retrieval_time > self._warn_interval:
+  _LOGGER.warning(
+  "Retrieving state %d times costed %.0f seconds. It may be due to "
+  "insufficient state cache size and/or frequent direct access of "
+  "states.\nConsider adding '--max_cache_memory_usage_mb' pipeline "
+  "option to increase state cache size or switch to materialized "
+  "(pvalue.AsList) side input if applicable." %
+  (self._get_raw_called, self._retrieval_time))
+  # reset counts
+  self._retrieval_time = 0.0
+  self._get_raw_called = 0
+  self._warn_interval *= 2
+
+return input_stream, continuation_token
+
   def _get_cache_token(self, state_key):
 # type: (beam_fn_api_pb2.StateKey) -> Optional[bytes]
 if not self._state_cache.is_cache_enabled():
@@ -1312,9 +1349,8 @@ class GlobalCachingStateHandler(CachingStateHandler):
 """Materialized the first page of data, concatenated with a lazy iterable
 of the rest, if any.
 """
-data, continuation_token = self._underlying.get_raw(state_key, None)
+input_stream, continuation_token = self._get_raw(state_key, None)
 head = []
-input_stream = coder_impl.create_InputStream(data)
 while input_stream.size() > 0:
   head.append(coder.decode_from_stream(input_stream, True))
 



(beam) branch master updated: Use autovalue's @Memoized in ExponentialBuckets (#30676)

2024-03-21 Thread yhu
This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
 new 960a29e01a0 Use autovalue's @Memoized in ExponentialBuckets (#30676)
960a29e01a0 is described below

commit 960a29e01a07a3d61f0804bf159ea41db40ca75f
Author: JayajP 
AuthorDate: Thu Mar 21 20:58:37 2024 -0700

Use autovalue's @Memoized in ExponentialBuckets (#30676)
---
 .../org/apache/beam/sdk/util/HistogramData.java| 30 ++
 1 file changed, 20 insertions(+), 10 deletions(-)

diff --git 
a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/HistogramData.java 
b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/HistogramData.java
index b235e774fed..65ccda06be6 100644
--- a/sdks/java/core/src/main/java/org/apache/beam/sdk/util/HistogramData.java
+++ b/sdks/java/core/src/main/java/org/apache/beam/sdk/util/HistogramData.java
@@ -18,6 +18,7 @@
 package org.apache.beam.sdk.util;
 
 import com.google.auto.value.AutoValue;
+import com.google.auto.value.extension.memoized.Memoized;
 import java.io.Serializable;
 import java.math.RoundingMode;
 import java.util.Arrays;
@@ -382,22 +383,31 @@ public class HistogramData implements Serializable {
 // Maximum number of buckets that is supported when 'scale' is zero.
 private static final int ZERO_SCALE_MAX_NUM_BUCKETS = 32;
 
-public abstract double getBase();
+@Memoized
+public double getBase() {
+  return Math.pow(2, Math.pow(2, -getScale()));
+}
 
 public abstract int getScale();
 
 /**
- * Set to 2**scale which is equivalent to 1/log_2(base). Precomputed to 
use in {@code
+ * Set to 2**scale which is equivalent to 1/log_2(base). Memoized to use 
in {@code
  * getBucketIndexPositiveScale}
  */
-public abstract double getInvLog2GrowthFactor();
+@Memoized
+public double getInvLog2GrowthFactor() {
+  return Math.pow(2, getScale());
+}
 
 @Override
 public abstract int getNumBuckets();
 
-/* Precomputed since this value is used everytime a datapoint is recorded. 
*/
+/* Memoized since this value is used everytime a datapoint is recorded. */
+@Memoized
 @Override
-public abstract double getRangeTo();
+public double getRangeTo() {
+  return Math.pow(getBase(), getNumBuckets());
+}
 
 public static ExponentialBuckets of(int scale, int numBuckets) {
   if (scale < MINIMUM_SCALE) {
@@ -414,12 +424,8 @@ public class HistogramData implements Serializable {
 String.format("numBuckets should be positive: %d", numBuckets));
   }
 
-  double invLog2GrowthFactor = Math.pow(2, scale);
-  double base = Math.pow(2, Math.pow(2, -scale));
   int clippedNumBuckets = ExponentialBuckets.computeNumberOfBuckets(scale, 
numBuckets);
-  double rangeTo = Math.pow(base, clippedNumBuckets);
-  return new AutoValue_HistogramData_ExponentialBuckets(
-  base, scale, invLog2GrowthFactor, clippedNumBuckets, rangeTo);
+  return new AutoValue_HistogramData_ExponentialBuckets(scale, 
clippedNumBuckets);
 }
 
 /**
@@ -512,6 +518,10 @@ public class HistogramData implements Serializable {
 public double getRangeFrom() {
   return 0;
 }
+
+@Memoized
+@Override
+public abstract int hashCode();
   }
 
   @AutoValue



(beam) branch dependabot/go_modules/sdks/cloud.google.com/go/bigtable-1.22.0 created (now d2c84481be7)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/cloud.google.com/go/bigtable-1.22.0
in repository https://gitbox.apache.org/repos/asf/beam.git


  at d2c84481be7 Bump cloud.google.com/go/bigtable from 1.21.0 to 1.22.0 in 
/sdks

No new revisions were added by this update.



(beam) branch dependabot/go_modules/sdks/google.golang.org/api-0.171.0 created (now 1c7aa5a7237)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/google.golang.org/api-0.171.0
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 1c7aa5a7237 Bump google.golang.org/api from 0.166.0 to 0.171.0 in /sdks

No new revisions were added by this update.



(beam) branch dependabot/go_modules/sdks/google.golang.org/api-0.170.0 deleted (was 41ff5ac4a62)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/google.golang.org/api-0.170.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 was 41ff5ac4a62 Bump google.golang.org/api from 0.166.0 to 0.170.0 in /sdks

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.13 created (now 1dc83d2ca43)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.13
in repository https://gitbox.apache.org/repos/asf/beam.git


  at 1dc83d2ca43 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks

No new revisions were added by this update.



(beam) branch dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.12 deleted (was e7a91d31a61)

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/feature/s3/manager-1.16.12
in repository https://gitbox.apache.org/repos/asf/beam.git


 was e7a91d31a61 Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager in 
/sdks

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new bf680ebb048 Updating config from bot
bf680ebb048 is described below

commit bf680ebb048789dcbcb3f3c673085cf4bf46fccd
Author: github-actions 
AuthorDate: Fri Mar 22 05:34:44 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30715.json | 8 
 1 file changed, 8 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30715.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30715.json
new file mode 100644
index 000..242a48d7d3b
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30715.json
@@ -0,0 +1,8 @@
+{
+  "commentedAboutFailingChecks": true,
+  "reviewersAssignedForLabels": {},
+  "nextAction": "Author",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 83b56cca30d Updating config from bot
83b56cca30d is described below

commit 83b56cca30ddeedaca379ad807fed0f995b7e64d
Author: github-actions 
AuthorDate: Fri Mar 22 05:34:47 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-go.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-go.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
index a61e5ccd085..cf6326e25cc 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-go.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
@@ -2,7 +2,7 @@
   "label": "go",
   "dateOfLastReviewAssignment": {
 "lostluck": 1710999270077,
-"jrmccluskey": 1710911140654,
+"jrmccluskey": 1711085685463,
 "youngoli": 1657688896155,
 "damccorm": 1680501930289,
 "riteshghorse": 1710999274126



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8c215497a89 Updating config from bot
8c215497a89 is described below

commit 8c215497a892c4becc0f8004dcf5e739c9415f05
Author: github-actions 
AuthorDate: Fri Mar 22 05:34:46 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30714.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30714.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30714.json
new file mode 100644
index 000..1c2c2e31975
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30714.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"go": "jrmccluskey"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new dc12f4bb806 Updating config from bot
dc12f4bb806 is described below

commit dc12f4bb8067b40c2ff6a2c004cf7c8614f2cb48
Author: github-actions 
AuthorDate: Fri Mar 22 05:34:51 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-go.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-go.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
index cf6326e25cc..c9f348ef59f 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-go.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-go.json
@@ -1,7 +1,7 @@
 {
   "label": "go",
   "dateOfLastReviewAssignment": {
-"lostluck": 1710999270077,
+"lostluck": 1711085688818,
 "jrmccluskey": 1711085685463,
 "youngoli": 1657688896155,
 "damccorm": 1680501930289,



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 8384422cd21 Updating config from bot
8384422cd21 is described below

commit 8384422cd21cc72a728ba87980e1fcb992927595
Author: github-actions 
AuthorDate: Fri Mar 22 05:34:49 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30713.json | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30713.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30713.json
new file mode 100644
index 000..8ea94810368
--- /dev/null
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30713.json
@@ -0,0 +1,10 @@
+{
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"go": "lostluck"
+  },
+  "nextAction": "Reviewers",
+  "stopReviewerNotifications": false,
+  "remindAfterTestsPass": [],
+  "committerAssigned": false
+}
\ No newline at end of file



(beam) branch asf-site updated: Publishing website 2024/03/22 05:37:35 at commit 960a29e

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 8d44935b0ac Publishing website 2024/03/22 05:37:35 at commit 960a29e
8d44935b0ac is described below

commit 8d44935b0ace4e440efc720d0ad3114ad30f782b
Author: runner 
AuthorDate: Fri Mar 22 05:37:35 2024 +

Publishing website 2024/03/22 05:37:35 at commit 960a29e
---
 website/generated-content/sitemap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index d6265df794d..216d0b0d469 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T16:12:06-07:00/categories/blog/2024-03-21T16:12:06-07:00/blog/2024-03-21T16:12:06-07:00/categories/2024-03-21T16:12:06-07:00/catego
 [...]
\ No newline at end of file
+http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";>/blog/beam-2.54.0/2024-03-21T20:58:37-07:00/categories/blog/2024-03-21T20:58:37-07:00/blog/2024-03-21T20:58:37-07:00/categories/2024-03-21T20:58:37-07:00/catego
 [...]
\ No newline at end of file



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 694d5691b5c Updating config from bot
694d5691b5c is described below

commit 694d5691b5c95f1db6840b14789372ca65be60aa
Author: github-actions 
AuthorDate: Fri Mar 22 06:34:28 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/pr-state/pr-30695.json | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/scripts/ci/pr-bot/state/pr-state/pr-30695.json 
b/scripts/ci/pr-bot/state/pr-state/pr-30695.json
index 242a48d7d3b..ec82f373f0a 100644
--- a/scripts/ci/pr-bot/state/pr-state/pr-30695.json
+++ b/scripts/ci/pr-bot/state/pr-state/pr-30695.json
@@ -1,7 +1,9 @@
 {
-  "commentedAboutFailingChecks": true,
-  "reviewersAssignedForLabels": {},
-  "nextAction": "Author",
+  "commentedAboutFailingChecks": false,
+  "reviewersAssignedForLabels": {
+"no-matching-label": "lostluck"
+  },
+  "nextAction": "Reviewers",
   "stopReviewerNotifications": false,
   "remindAfterTestsPass": [],
   "committerAssigned": false



(beam) branch pr-bot-state updated: Updating config from bot

2024-03-21 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch pr-bot-state
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/pr-bot-state by this push:
 new 31ebd155f84 Updating config from bot
31ebd155f84 is described below

commit 31ebd155f84449faea341f39480562e37df228b7
Author: github-actions 
AuthorDate: Fri Mar 22 06:34:30 2024 +

Updating config from bot
---
 scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json 
b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
index d7394cbfdde..8206035f713 100644
--- a/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
+++ b/scripts/ci/pr-bot/state/reviewers-for-label-no-matching-label.json
@@ -8,7 +8,7 @@
 "johnjcasey": 171055495,
 "jrmccluskey": 1710783309312,
 "kennknowles": 1710638927810,
-"lostluck": 1709770542862,
+"lostluck": 1711089267353,
 "riteshghorse": 1711028097950,
 "robertwb": 1709928346204,
 "tvalentyn": 1709937319352,