P1 issues report (46)

2021-09-25 Thread Beam Jira Bot
This is your daily summary of Beam's current P1 issues, not including flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20priority%20%3D%20P1%20AND%20(labels%20is%20EMPTY%20OR%20labels%20!%3D%20flake). See https://beam.apache.

Flaky test issue report (30)

2021-09-25 Thread Beam Jira Bot
This is your daily summary of Beam's current flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20labels%20%3D%20flake) These are P1 issues because they have a major negative impact on the community and make it hard to determin

Re: Documenting per-key delivery semantics for various runners

2021-09-25 Thread Jan Lukavský
+1 to adding a Pipeline requirement for this, if business logic relies on a specific feature runner might/might not have, then Pipeline should be rejected on runners that do not support it. Do we have a list runners that have or lack this semantics? Just for clarification - sorry my ignorance,