You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/11/18 22:32:00 UTC

[jira] [Work logged] (BEAM-13287) PubsubLite I/O outputs messages from a different thread

     [ https://issues.apache.org/jira/browse/BEAM-13287?focusedWorklogId=683680&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-683680 ]

ASF GitHub Bot logged work on BEAM-13287:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/21 22:31
            Start Date: 18/Nov/21 22:31
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #16004:
URL: https://github.com/apache/beam/pull/16004#issuecomment-973326528


   Run Java PreCommit


-- 
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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 683680)
    Remaining Estimate: 0h
            Time Spent: 10m

> PubsubLite I/O outputs messages from a different thread
> -------------------------------------------------------
>
>                 Key: BEAM-13287
>                 URL: https://issues.apache.org/jira/browse/BEAM-13287
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-gcp
>            Reporter: Luke Cwik
>            Assignee: Daniel Collins
>            Priority: P2
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Producing output from another thread will break the assumption that users who use this library may have where they don't need synchronization since methods like startBundle/finishBundle/processElement are all meant to be [accessed from one thread|https://beam.apache.org/documentation/programming-guide/#user-code-thread-compatibility] and will also break similar assumptions in the system (for example counters/monitoring rely on a thread local being set to pass a context object around).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)