[
https://issues.apache.org/jira/browse/STORM-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088767#comment-15088767
]
ASF GitHub Bot commented on STORM-1419:
---------------------------------------
Github user hmcl commented on a diff in the pull request:
https://github.com/apache/storm/pull/977#discussion_r49161066
--- Diff:
external/storm-solr/src/main/java/org/apache/storm/solr/config/SolrConfig.java
---
@@ -39,4 +40,13 @@ public SolrConfig(String zkHostString) {
public String getZkHostString() {
return zkHostString;
}
+
+ public int getTickTupleInterval() {
+ return tickTupleInterval;
+ }
+
+ public void setTickTupleInterval(int tickTupleInterval) {
--- End diff --
@vesense Can you please delete this set method and pass the
tickTupleInterval in the constructor, or use a builder pattern. This object
should be immutable and fully initialized once passed to the Bolt.
> Solr bolt should handle tick tuples
> -----------------------------------
>
> Key: STORM-1419
> URL: https://issues.apache.org/jira/browse/STORM-1419
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-solr
> Reporter: Xin Wang
> Assignee: Xin Wang
>
> Solr bolt should handle tick tuples.
> Forcing solr client commit when bolt received tick tuple.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)