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

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

                Author: ASF GitHub Bot
            Created on: 07/Oct/18 12:10
            Start Date: 07/Oct/18 12:10
    Worklog Time Spent: 10m 
      Work Description: script3r commented on issue #5112: [BEAM-4049] Improve 
CassandraIO write throughput by performing async queries
URL: https://github.com/apache/beam/pull/5112#issuecomment-427648485
 
 
   Yeah, I can confirm that the issue is persists and that it is unrelated to
   version mismatch.
   
   I also rolled back to 2.3.0 and it works. I suspect the issue is associated
   with this commit removing listenable future from guava during packaging.
   
   I’ll take a stab at fixing this issue within this week if the committer
   doesn’t get to it by then.
   
   On Sun, Oct 7, 2018 at 7:33 AM Asmir Avdicevic <[email protected]>
   wrote:
   
   > I've currently just fixed the beam-sdks-java-io-cassandra to 2.3.0 while
   > keeping the rest to 2.5.0
   >
   > —
   > You are receiving this because you were mentioned.
   > Reply to this email directly, view it on GitHub
   > <https://github.com/apache/beam/pull/5112#issuecomment-427646175>, or mute
   > the thread
   > 
<https://github.com/notifications/unsubscribe-auth/AAj24keMpzGMyjeqPQMCdpJbsz1wMP2bks5uieaXgaJpZM4TRSVJ>
   > .
   >
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 152062)
    Time Spent: 8h  (was: 7h 50m)

> Improve write throughput of CassandraIO
> ---------------------------------------
>
>                 Key: BEAM-4049
>                 URL: https://issues.apache.org/jira/browse/BEAM-4049
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-java-cassandra
>    Affects Versions: 2.4.0
>            Reporter: Alexander Dejanovski
>            Assignee: Alexander Dejanovski
>            Priority: Major
>              Labels: performance
>             Fix For: 2.5.0
>
>          Time Spent: 8h
>  Remaining Estimate: 0h
>
> The CassandraIO currently uses the mapper to perform writes in a synchronous 
> fashion. 
> This implies that writes are serialized and is a very suboptimal way of 
> writing to Cassandra.
> The IO should use the saveAsync() method instead of save() and should wait 
> for completion each time 100 queries are in flight, in order to avoid 
> overwhelming clusters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to