[
https://issues.apache.org/jira/browse/BEAM-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399033#comment-16399033
]
Eugene Kirpichov commented on BEAM-3820:
----------------------------------------
I am strongly against this, for all the usual reasons why Beam avoids tuning
parameters. Parameters should be introduced only in situations where it is
unavoidable, i.e. there's a real user case where the default value is
catastrophically bad AND there is no way for Beam to choose a better value
automatically.
I would like to delete it from JdbcIO too - it was introduced in
https://github.com/apache/beam/pull/4458, I believe, without a good reason.
> SolrIO: Allow changing batchSize for writes
> -------------------------------------------
>
> Key: BEAM-3820
> URL: https://issues.apache.org/jira/browse/BEAM-3820
> Project: Beam
> Issue Type: Improvement
> Components: io-java-solr
> Affects Versions: 2.2.0, 2.3.0
> Reporter: Tim Robertson
> Assignee: Ismaël Mejía
> Priority: Trivial
>
> The SolrIO hard codes the batchSize for writes at 1000. It would be a good
> addition to allow the user to set the batchSize explicitly (similar to the
> ElasticsearchIO)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)