[GitHub] storm pull request #2276: Fix typos in Worker.java

2017-08-12 Thread ruili-kekeke
GitHub user ruili-kekeke opened a pull request: https://github.com/apache/storm/pull/2276 Fix typos in Worker.java Quick fix on a few typos in Worker.java You can merge this pull request into a Git repository by running: $ git pull https://github.com/ruili-kekeke/storm TYPO-IN

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread sachingsachin
Github user sachingsachin commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132823455 --- Diff: external/storm-solr/pom.xml --- @@ -67,13 +67,13 @@ org.apache.solr solr-core -

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread sachingsachin
Github user sachingsachin commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132823446 --- Diff: external/storm-solr/pom.xml --- @@ -46,13 +46,13 @@ org.apache.solr solr-solrj -

making charts of running topology results

2017-08-12 Thread AMir Firouzi
hi guys, For my paper i need to make some charts containing running status of topologies. for example i need to illustrate the behavior of topology from multiple perspectives, like: # of tuples transferred or emitted throughout the execution of topology, resource usage and resource utilization of t

getting number of tuples processed per second form UI

2017-08-12 Thread AMir Firouzi
Hi guys, I need to get some metrics like "*number of tuples processed per second*" from storm, but cant find anything in the UI returned metrics. it contains number of transferred or emitted tuples at any moment but i need to know the rate of tuples processed(or completed) per second. is there a wa

Re: possible to have supervisors without _eventlogger and _acker tasks

2017-08-12 Thread AMir Firouzi
thanks again Bobby, that's exactly what i'm doing right now. i try to schedule the components in a way that reduces network latency and after a while based on resource usage scheduler tries to make wiser decisions. On Thu, Aug 3, 2017 at 7:49 PM Bobby Evans wrote: > It should, especially for the

Re: add new tasks to already assigned slots after scheduling for the first time

2017-08-12 Thread AMir Firouzi
thanks Bobby for your reply. I thought it might cause problems in the background and i was looking for an alternative way with lower overhead. Actually i can remove the old tasks from current slot and occupy a new slot and put together all those tasks, but i'm worried freeing a slot and taking anot

[GitHub] storm issue #2174: STORM-2554: Trident Kafka Spout Refactoring to Include Ma...

2017-08-12 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2174 @hmcl Sure, take your time. Assuming we want to make the changes I suggested, then I'd be in favor of just doing those if we can avoid too much API breakage. Otherwise we could make this chang

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132810804 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/client/DefaultSolrClientFactory.java --- @@ -0,0 +1,30 @@ +/* + * DefaultCloudSolrCli

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132811072 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/schema/builder/SolrClientSchemaBuilder.java --- @@ -0,0 +1,95 @@ +/* + * SolrClientSc

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132811049 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/schema/builder/SolrClientSchemaBuilder.java --- @@ -0,0 +1,95 @@ +/* + * SolrClientSc

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132810794 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/client/DefaultSolrClientFactory.java --- @@ -0,0 +1,30 @@ +/* + * DefaultCloudSolrCli

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132811101 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/schema/builder/SolrClientSchemaBuilder.java --- @@ -0,0 +1,95 @@ +/* + * SolrClientSc

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132810900 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/schema/builder/SolrClientSchemaBuilder.java --- @@ -0,0 +1,95 @@ +/* + * SolrClientSc

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132811153 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/config/CommitCallback.java --- @@ -0,0 +1,23 @@ +/* + * OnCommit.java + * Copyrig

[GitHub] storm pull request #2108: STORM-2508:storm-solr enhancement: update solrj to...

2017-08-12 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2108#discussion_r132810994 --- Diff: external/storm-solr/src/main/java/org/apache/storm/solr/schema/builder/SolrClientSchemaBuilder.java --- @@ -0,0 +1,95 @@ +/* + * SolrClientSc