You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2018/02/14 05:01:00 UTC

[jira] [Updated] (STORM-1898) MAX_BATCH_SIZE_CONF not working in Trident storm Spout

     [ https://issues.apache.org/jira/browse/STORM-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jungtaek Lim updated STORM-1898:
--------------------------------
    Priority: Major  (was: Blocker)

>  MAX_BATCH_SIZE_CONF not working in Trident storm Spout
> -------------------------------------------------------
>
>                 Key: STORM-1898
>                 URL: https://issues.apache.org/jira/browse/STORM-1898
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-kafka
>    Affects Versions: 1.0.0
>            Reporter: Narendra Bidari
>            Priority: Major
>
> Ideally Trident process should process tuples in Batch.
> ex > https://github.com/apache/storm/blob/ab66003c18fe4f8c0926b3219408b735b2ce2adf/storm-core/src/jvm/org/apache/storm/trident/spout/RichSpoutBatchExecutor.java
> there is a parameter called  MAX_BATCH_SIZE_CONF which limits the size of the batch.
> This parameter is not present in TridentKafkaEmitter.
> https://github.com/apache/storm/blob/1.x-branch/external/storm-kafka/src/jvm/org/apache/storm/kafka/trident/TridentKafkaEmitter.java
> ---------------
> Problem is that now everytime the topology restarts it just fetches all messages from Kafka.
> Could any one throw some idea on it, I certainly feel its a bug.



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