[
https://issues.apache.org/jira/browse/BEAM-14344?focusedWorklogId=760494&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-760494
]
ASF GitHub Bot logged work on BEAM-14344:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Apr/22 22:47
Start Date: 21/Apr/22 22:47
Worklog Time Spent: 10m
Work Description: y1chi merged PR #17421:
URL: https://github.com/apache/beam/pull/17421
Issue Time Tracking
-------------------
Worklog Id: (was: 760494)
Time Spent: 1h (was: 50m)
> Opencensus 0.28.0 bug with Distributed Tracing
> ----------------------------------------------
>
> Key: BEAM-14344
> URL: https://issues.apache.org/jira/browse/BEAM-14344
> Project: Beam
> Issue Type: Test
> Components: io-java-gcp
> Affects Versions: 2.37.0, 2.38.0
> Reporter: Thiago Nunes
> Assignee: Thiago Nunes
> Priority: P1
> Fix For: 2.39.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Opencensus version 0.28.0 has an
> [issue|https://github.com/census-instrumentation/opencensus-java/issues/2068]
> that might crash internal threads when there is clock skew in the running
> machine. This would cause threads to hang forever in a lock.
> In the SpannerIO.readChangeStreams SDF, we are using opencensus to get
> distributed tracing. Due to the bug above, we could reach a condition where a
> close Span would never return, causing the job to get stuck.
> This bug would only be present if the Connector was used alongside the faulty
> version of the opencensus-impl dependency (<= 0.28.0), as the Apache Beam
> project only depends on the opencensus-api.
> Nevertheless, we would like to update the opencensus-api version to the
> newest one (0.31.0), in order to avoid customer confusion.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)