You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/22 18:07:13 UTC

[GitHub] [beam] aaltay opened a new issue, #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

aaltay opened a new issue, #21999:
URL: https://github.com/apache/beam/issues/21999

   ### What happened?
   
   Example: https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/5314/
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: io-java-gcp


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #21999:
URL: https://github.com/apache/beam/issues/21999#issuecomment-1164532533

   This is a timing issue. A batch of two processElement is executed at the same time and one has error injection. Exception may be elevated in one thread before metrics is incremented in the other.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] johnjcasey commented on issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
johnjcasey commented on issue #21999:
URL: https://github.com/apache/beam/issues/21999#issuecomment-1163464813

   @Abacn given that we aren't updating spanner in python, do you have time for this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] pabloem closed issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
pabloem closed issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky
URL: https://github.com/apache/beam/issues/21999


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] aaltay commented on issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
aaltay commented on issue #21999:
URL: https://github.com/apache/beam/issues/21999#issuecomment-1163449742

   @johnjcasey - Who could own this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #21999:
URL: https://github.com/apache/beam/issues/21999#issuecomment-1163545986

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #21999: [Bug]: org.apache.beam.sdk.io.gcp.spanner.SpannerIOReadTest.runBatchQueryTestWithFailures flaky

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #21999:
URL: https://github.com/apache/beam/issues/21999#issuecomment-1164974141

   R: @nielm


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org