[jira] [Created] (STORM-644) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
Xin Wang created STORM-644: -- Summary: KafkaUtils repeat fetch messages which offset is out of range Key: STORM-644 URL: https://issues.apache.org/jira/browse/STORM-644 Project: Apache Storm Issue

[jira] [Closed] (STORM-644) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang closed STORM-644. -- Resolution: Fixed KafkaUtils repeat fetch messages which offset is out of range

[jira] [Closed] (STORM-646) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang closed STORM-646. -- Resolution: Fixed KafkaUtils repeat fetch messages which offset is out of range

[jira] [Closed] (STORM-647) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang closed STORM-647. -- Resolution: Fixed KafkaUtils repeat fetch messages which offset is out of range

[jira] [Updated] (STORM-643) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated STORM-643: --- Priority: Critical (was: Major) KafkaUtils repeat fetch messages which offset is out of range

[jira] [Created] (STORM-647) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
Xin Wang created STORM-647: -- Summary: KafkaUtils repeat fetch messages which offset is out of range Key: STORM-647 URL: https://issues.apache.org/jira/browse/STORM-647 Project: Apache Storm Issue

[jira] [Updated] (STORM-643) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated STORM-643: --- Description: KafkaUtils repeat fetch messages which offset is out of range. This happened when failed

[jira] [Created] (STORM-645) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
Xin Wang created STORM-645: -- Summary: KafkaUtils repeat fetch messages which offset is out of range Key: STORM-645 URL: https://issues.apache.org/jira/browse/STORM-645 Project: Apache Storm Issue

[GitHub] storm pull request: [STORM-639] storm-maven-plugin not found

2015-02-01 Thread Lewuathe
Github user Lewuathe commented on the pull request: https://github.com/apache/storm/pull/403#issuecomment-72356826 It seems that there is no way to install `storm-maven-plugin` in local repository before compiling `storm-core` because with `compile` phase there is no jar files enough

[jira] [Updated] (STORM-643) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang updated STORM-643: --- Description: KafkaUtils repeat fetch messages which offset is out of range. This happened when failed

[jira] [Closed] (STORM-645) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread Xin Wang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xin Wang closed STORM-645. -- Resolution: Fixed KafkaUtils repeat fetch messages which offset is out of range

[jira] [Commented] (STORM-637) Integrate PartialKeyGrouping into storm API

2015-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14300268#comment-14300268 ] ASF GitHub Bot commented on STORM-637: -- Github user gdfm commented on the pull

[GitHub] storm pull request: STORM-637: Integrate PartialKeyGrouping into s...

2015-02-01 Thread gdfm
Github user gdfm commented on the pull request: https://github.com/apache/storm/pull/404#issuecomment-72374010 Looks pretty neat! +1 --- 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

[jira] [Commented] (STORM-162) Load Balancing Shuffle Grouping

2015-02-01 Thread Gianmarco De Francisci Morales (JIRA)
[ https://issues.apache.org/jira/browse/STORM-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14300280#comment-14300280 ] Gianmarco De Francisci Morales commented on STORM-162: -- Thanks

questions on task, threads and workers

2015-02-01 Thread clay teahouse
Hi, I have a few simple questions. 1)In storm .9.x, what is the default value for the bolt num tasks? According to the docs, the parallelism hint no longer sets the number of tasks, but the number of executor threads. 2)What happens if the number of tasks is less than the number of threads? Should

[GitHub] storm pull request: Update PartitionManager.java

2015-02-01 Thread vesense
GitHub user vesense opened a pull request: https://github.com/apache/storm/pull/405 Update PartitionManager.java fix bug [STORM-643] KafkaUtils repeat fetch messages which offset is out of range You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (STORM-643) KafkaUtils repeat fetch messages which offset is out of range

2015-02-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14300943#comment-14300943 ] ASF GitHub Bot commented on STORM-643: -- GitHub user vesense opened a pull request: