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

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

                Author: ASF GitHub Bot
            Created on: 03/Dec/19 17:43
            Start Date: 03/Dec/19 17:43
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #10242: [BEAM-8846] 
Force synchronization of the stream observer in BeamFnControlClient
URL: https://github.com/apache/beam/pull/10242#discussion_r353326544
 
 

 ##########
 File path: 
sdks/java/harness/src/main/java/org/apache/beam/fn/harness/stream/HarnessStreamObserverFactories.java
 ##########
 @@ -29,6 +29,11 @@
  * to use in the java SDK harness.
  */
 public abstract class HarnessStreamObserverFactories {
+
+  /**
+   * Creates a {@link OutboundObserverFactory} for client-side RPCs, which 
adds synchronization to
 
 Review comment:
   ```suggestion
      * Creates an {@link OutboundObserverFactory} for client-side RPCs, which 
adds synchronization to
   ```
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 352810)
    Time Spent: 1h 10m  (was: 1h)

> Force synchronization of the stream observer in BeamFnControlClient
> -------------------------------------------------------------------
>
>                 Key: BEAM-8846
>                 URL: https://issues.apache.org/jira/browse/BEAM-8846
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-harness
>    Affects Versions: 2.18.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Currently there is no synchronization to access the stream observer in 
> BeamFnControlClient which is not thread safe. We should fix it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to