ggprod commented on issue #22779:
URL: https://github.com/apache/beam/issues/22779#issuecomment-1219971300

   I also noticed this abrupt stop in the logging of 
[this](https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/changestreams/action/DetectNewPartitionsAction.java#L133)
 happens about 1m after another error is logged by the worker related to 
OpenCensus (though not sure if they are related or it is coincidental)
   ```
   java.lang.NullPointerException
        at 
io.opencensus.implcore.stats.MeasureToViewMap.record(MeasureToViewMap.java:153)
        at 
io.opencensus.implcore.stats.StatsManager$StatsEvent.process(StatsManager.java:101)
        at 
io.opencensus.impl.internal.DisruptorEventQueue$DisruptorEventHandler.onEvent(DisruptorEventQueue.java:229)
        at 
io.opencensus.impl.internal.DisruptorEventQueue$DisruptorEventHandler.onEvent(DisruptorEventQueue.java:222)
        at 
com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:168)
        at 
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)
        at java.lang.Thread.run(Thread.java:750)
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to