Github user HeartSaVioR commented on the pull request:

    https://github.com/apache/storm/pull/772#issuecomment-146766892
  
    @harshach 
    I'm fine to use message.timeout.sec / 2 as tick secs.
    
    But, there's compile failure from Travis CI.
    
    ```
    [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project storm-hbase: Compilation failure
    [ERROR] 
/home/travis/build/apache/storm/external/storm-hbase/src/main/java/org/apache/storm/hbase/bolt/HBaseBolt.java:[81,66]
 cannot find symbol
    [ERROR] symbol:   variable tickTupleInterval
    [ERROR] location: class org.apache.storm.hbase.bolt.HBaseBolt
    ```
    
    Should change tickTupleInterval to flushIntervalSecs.
    
    If "errored check" has raised, we should check build logs from Travis CI 
cause it could be possible to be compile errors.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to