[
https://issues.apache.org/jira/browse/BEAM-8306?focusedWorklogId=336455&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-336455
]
ASF GitHub Bot logged work on BEAM-8306:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Oct/19 20:51
Start Date: 30/Oct/19 20:51
Worklog Time Spent: 10m
Work Description: derekunimarket commented on issue #9660: [BEAM-8306]
improve estimation datasize elasticsearch io
URL: https://github.com/apache/beam/pull/9660#issuecomment-548107025
@timrobertson100
Sorry, it's my bad. The problem is that I created my feature branch based
our own patched 2.14.0.
I can create a feature branch base on your master branch and cherry pick
this fix into the feature branch.
And I make a new PR and then it's all clear. Is that Ok?
----------------------------------------------------------------
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: 336455)
Time Spent: 2h 50m (was: 2h 40m)
> improve estimation of data byte size reading from source in ElasticsearchIO
> ---------------------------------------------------------------------------
>
> Key: BEAM-8306
> URL: https://issues.apache.org/jira/browse/BEAM-8306
> Project: Beam
> Issue Type: Improvement
> Components: io-java-elasticsearch
> Affects Versions: 2.14.0
> Reporter: Derek He
> Assignee: Derek He
> Priority: Major
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> ElasticsearchIO splits BoundedSource based on the Elasticsearch index size.
> We expect it can be more accurate to split it base on query result size.
> Currently, we have a big Elasticsearch index. But for query result, it only
> contains a few documents in the index. ElasticsearchIO splits it into up
> to1024 BoundedSources in Google dataflow. It takes long time to finish the
> processing the small numbers of Elasticsearch document in Google dataflow.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)