[GitHub] storm issue #2880: STORM-3250: Closes Pull Requests unchanged in 2018

2018-10-22 Thread danny0405
Github user danny0405 commented on the issue: https://github.com/apache/storm/pull/2880 +1 ---

[GitHub] storm pull request #2881: STORM-3259: NUMA Support for Storm

2018-10-22 Thread govind-menon
Github user govind-menon commented on a diff in the pull request: https://github.com/apache/storm/pull/2881#discussion_r227146299 --- Diff: storm-client/src/jvm/org/apache/storm/daemon/worker/Worker.java --- @@ -348,14 +350,27 @@ public void doExecutorHeartbeats() {

[GitHub] storm issue #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread kishorvpatil
Github user kishorvpatil commented on the issue: https://github.com/apache/storm/pull/2882 Travis-ci build failures seems unrelated to the changes. ---

[GitHub] storm issue #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread kishorvpatil
Github user kishorvpatil commented on the issue: https://github.com/apache/storm/pull/2882 @revans2 , ok, looking at output, I thought it was trying to output JSON data. Thanks for the explanation. ---

[GitHub] storm issue #2881: STORM-3259: NUMA Support for Storm

2018-10-22 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2881 I have thought about it more and I am fine with NUMA support being at the supervisor level. I think in the future we will need to move it so that Nimbus is aware of NUMA simply to be able to combat

[GitHub] storm pull request #2888: [STORM-3263] Fix sorting by owner resources in the...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2888 ---

[GitHub] storm issue #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2882 @kishorvpatil I didn't intend the data to be true JSON. There are some things Thrift supports that JSON does not, like non-string map keys. Storm uses those in our thrift data

[GitHub] storm issue #2892: Added in better docs for local mode testing.

2018-10-22 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2892 +1 ---

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

2018-10-22 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2892#discussion_r227063418 --- Diff: docs/Local-mode.md --- @@ -7,7 +7,9 @@ Local mode simulates a Storm cluster in process and is useful for developing and To run a topology

[GitHub] storm pull request #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2882#discussion_r227061728 --- Diff: storm-core/src/jvm/org/apache/storm/command/AdminCommands.java --- @@ -104,6 +115,164 @@ public void printCliHelp(String command, PrintStream

[GitHub] storm pull request #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2882#discussion_r227061218 --- Diff: storm-core/src/jvm/org/apache/storm/command/AdminCommands.java --- @@ -104,6 +115,164 @@ public void printCliHelp(String command, PrintStream

[GitHub] storm pull request #2882: STORM-3260: Add in support to print some state

2018-10-22 Thread kishorvpatil
Github user kishorvpatil commented on a diff in the pull request: https://github.com/apache/storm/pull/2882#discussion_r227061504 --- Diff: storm-core/src/jvm/org/apache/storm/command/AdminCommands.java --- @@ -104,6 +115,164 @@ public void printCliHelp(String command, PrintStream

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2890 ---

[GitHub] storm pull request #2887: STORM-3262 prevent falsely reporting leadership

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2887 ---

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2890#discussion_r227036635 --- Diff: integration-test/src/main/java/org/apache/storm/st/topology/TestableTopology.java --- @@ -17,14 +17,18 @@ package

[GitHub] storm pull request #2892: Added in better docs for local mode testing.

2018-10-22 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2892 Added in better docs for local mode testing. You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm LOCAL_MODE_DOCS

[GitHub] storm pull request #1942: STORM-2358: Update storm hdfs spout to remove spec...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1942 ---

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread srdo
Github user srdo commented on a diff in the pull request: https://github.com/apache/storm/pull/2890#discussion_r227033367 --- Diff: integration-test/src/main/java/org/apache/storm/st/topology/TestableTopology.java --- @@ -17,14 +17,18 @@ package

[GitHub] storm pull request #1964: STORM-2380 worker.childopts with whitespace inside...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1964 ---

[GitHub] storm pull request #1521: STORM-1901: Avro Integration for Storm-Kafka

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1521 ---

[GitHub] storm pull request #1971: STORM-2384 Add log statements when spout skips cal...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1971 ---

[GitHub] storm pull request #1767: STORM-2194: Report error and die, not report error...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1767 ---

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

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2108 ---

[GitHub] storm pull request #1575: STORM-1600: Do not report exceptions after jvm shu...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1575 ---

[GitHub] storm pull request #1967: STORM-2290: Upgrade zookeeper to get some critical...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1967 ---

[GitHub] storm pull request #1965: STORM-2380 worker.childopts with whitespace inside...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1965 ---

[GitHub] storm pull request #1918: STORM-2339: Python code format cleanup in storm.py

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1918 ---

[GitHub] storm pull request #1376: STORM-1736. Change KafkaTestBroker.buildKafkaConfi...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1376 ---

[GitHub] storm pull request #1957: STORM-2373: HDFS Spout should support multiple ign...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1957 ---

[GitHub] storm pull request #2377: [STORM-2780] MetricsConsumer record unnecessary ti...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2377 ---

[GitHub] storm pull request #1584: STORM-1992 Added artifacts to make storm.js into a...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1584 ---

[GitHub] storm pull request #2880: STORM-3250: Closes Pull Requests unchanged in 2018

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2880 ---

[GitHub] storm pull request #1874: STORM-2286 Storm Rebalance command should support ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1874 ---

[GitHub] storm pull request #1550: [STORM-1957] Support Storm JDBC batch insert

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1550 ---

[GitHub] storm pull request #2206: STORM-2625: reduce uncommitted count when kafka co...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2206 ---

[GitHub] storm pull request #1937: STORM-2355: Storm-HDFS: inotify support

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1937 ---

[GitHub] storm pull request #1515: [STORM-1929] Check when create topology

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1515 ---

[GitHub] storm pull request #1525: [STORM-1931] Share mapper and selector in Storm-Ka...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1525 ---

[GitHub] storm pull request #1410: STORM-1778: scheme extension framework for KafkaSo...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1410 ---

[GitHub] storm pull request #1427: [STORM-1701] Port PR 1370 to 1.x-branch (Git rid o...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1427 ---

[GitHub] storm pull request #1591: STORM-1038: Upgrade netty to 4.x in 1.x-branch

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1591 ---

[GitHub] storm pull request #1483: [STORM-1875] : Separate Jedis/JedisCluster Config

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1483 ---

[GitHub] storm pull request #2142: MINOR: Fix pacemaker_state_factory.clj not compile...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2142 ---

[GitHub] storm pull request #1998: Eventhub2

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1998 ---

[GitHub] storm pull request #1370: [STORM-1707] Remove two minute timeout after worke...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1370 ---

[GitHub] storm pull request #1277: STORM-1129: Update ui to use topology name

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1277 ---

[GitHub] storm pull request #1391: (STORM-1674) Idle KafkaSpout consumes more bandwid...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1391 ---

[GitHub] storm pull request #1288: STORM-971: KafkaSpout - Improve "_lostMessageCount...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1288 ---

[GitHub] storm pull request #1406: [STORM-433] [WIP] Executor queue backlog metric

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1406 ---

[GitHub] storm pull request #2322: Introduce config params to use latest EH client, c...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2322 ---

[GitHub] storm pull request #1760: Add topology stream-awareness to storm-redis

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1760 ---

[GitHub] storm pull request #1799: Fixing a bug related to following exception

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1799 ---

[GitHub] storm pull request #1272: [STORM-1662] Reduce map lookups in send_to_eventlo...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1272 ---

[GitHub] storm pull request #1468: STORM-1885. python script for squashing and mergin...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1468 ---

[GitHub] storm pull request #1296: STORM-1675 - Allow submitting multiple jars from t...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1296 ---

[GitHub] storm pull request #1328: [STORM-979][storm-elasticsearch] BaseQueryFunction...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1328 ---

[GitHub] storm pull request #1178: [STORM-1469] Remove SimpleTransportPlugin and conf...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1178 ---

[GitHub] storm pull request #1342: [STORM-1712] make storage plugin for transactional...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1342 ---

[GitHub] storm pull request #1544: ConcurrentModificationExceptions in WindowedBoltEx...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1544 ---

[GitHub] storm pull request #1046: [STORM-1501] launch worker process exception will ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1046 ---

[GitHub] storm pull request #1785: [STORM-2201] Add dynamic scheduler configuration l...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1785 ---

[GitHub] storm pull request #1258: add field argument to newDRPCStream

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1258 ---

[GitHub] storm pull request #1078: [STORM-1368] change heapdump file permissions so t...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1078 ---

[GitHub] storm pull request #692: STORM-997: Add proxy user functionality for storm h...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/692 ---

[GitHub] storm pull request #1395: storm-1726: use Put#addColumn to replace the depre...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1395 ---

[GitHub] storm pull request #1443: Log.warn if found a message in kafka topic larger ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1443 ---

[GitHub] storm pull request #1146: [STORM-1065] kafka-partition can not find leader i...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1146 ---

[GitHub] storm pull request #1051: [STORM-1506] It's better to be Integer about port ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1051 ---

[GitHub] storm pull request #986: STORM-822 Implement Kafka 0.9 consumer API

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/986 ---

[GitHub] storm pull request #1213: Rename README.markdown to README.md.

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1213 ---

[GitHub] storm pull request #1041: make the txid continuous and bug fixed

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1041 ---

[GitHub] storm pull request #1164: [storm-1456]: Cannot check for ack or fail in Fixe...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1164 ---

[GitHub] storm pull request #730: STORM-1039: Remove commons-codec shading, commons-c...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/730 ---

[GitHub] storm pull request #662: STORM-904: Move bin/storm command line to java.

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/662 ---

[GitHub] storm pull request #728: [STORM-1038] Upgraded netty to 4.x

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/728 ---

[GitHub] storm pull request #1399: update readme.md

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1399 ---

[GitHub] storm pull request #1353: storm-1726: use Put#addColumn to replace the depre...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1353 ---

[GitHub] storm pull request #1611: [storm-2022]fix test case

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1611 ---

[GitHub] storm pull request #724: 修改jdbcClient

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/724 ---

[GitHub] storm pull request #1259: modify delegateIndex to protected

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1259 ---

[GitHub] storm pull request #1019: Document that persistentAggregate() does not work ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1019 ---

[GitHub] storm pull request #753: [STORM-1057] Add throughput metrics to spouts/bolts...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/753 ---

[GitHub] storm pull request #648: [STORM-440] completed exposing the drpcclient witho...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/648 ---

[GitHub] storm pull request #705: [STORM-1015] Allow Kafka offsets to be saved using ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/705 ---

[GitHub] storm pull request #1225: Hbasemapstate

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1225 ---

[GitHub] storm pull request #922: STORM-1345: UpdateTopology API and implementation.

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/922 ---

[GitHub] storm pull request #1600: Adding F#/FsShelter reference

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1600 ---

[GitHub] storm pull request #668: STORM-828 HdfsBolt takes a lot of configuration, ne...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/668 ---

[GitHub] storm pull request #640: STORM-947: replace all `backtype.storm.scheduler.Ex...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/640 ---

[GitHub] storm issue #2880: STORM-3250: Closes Pull Requests unchanged in 2018

2018-10-22 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2880 +1, thanks for handling this. ---

[GitHub] storm pull request #854: STORM-1129: Use topology name instead of id in UI c...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/854 ---

[GitHub] storm pull request #1043: Storm 1226

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1043 ---

[GitHub] storm pull request #1268: fallbacks to startoffset time if offset is out of ...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1268 ---

[GitHub] storm pull request #1040: Moved adding the hbase configuration in front of t...

2018-10-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1040 ---

[GitHub] storm pull request #2891: STORM-3269: Update version of httpclient, and fix ...

2018-10-22 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2891 STORM-3269: Update version of httpclient, and fix version dep issue You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm

[GitHub] storm pull request #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2890#discussion_r226989550 --- Diff: integration-test/src/main/java/org/apache/storm/st/topology/TestableTopology.java --- @@ -17,14 +17,18 @@ package

[GitHub] storm issue #2890: STORM-3268: Improve integration test stability

2018-10-22 Thread d2r
Github user d2r commented on the issue: https://github.com/apache/storm/pull/2890 Depends on #2889 ---

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Bobby Evans
Julien, I have put up pull requests for the docs and for fixing some of the issues with LocalCluster that you found. https://github.com/apache/storm/pull/2891 https://github.com/apache/storm/pull/2892 The VersionInfo change is a blocker and we should fix it before releasing (Sorry Taylor).

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Bobby Evans
Yup that is a bug. I'll file a JIRA and work on a fix for it ASAP. On Fri, Oct 19, 2018 at 1:33 PM Julien Nioche wrote: > Hi Bobby > > The dependency issue happens when I have only storm-client as a dependency > and not server. > > When trying to run it from Eclipse I had to add server to the

Re: [VOTE] Release Apache Storm 2.0.0 (rc3)

2018-10-22 Thread Julien Nioche
Hi, I've looked into it a bit more and found that SC had a dependency on storm-core and not storm-client; I've fixed this in 40612a3... however this doesn't affect the issues I had last week.

  1   2   >