[GitHub] storm issue #2596: [STORM-3004] storm-elasticsearch-examples: fixed all chec...

2018-03-23 Thread krichter722
Github user krichter722 commented on the issue: https://github.com/apache/storm/pull/2596 > Thanks for the fixes. I'll review this as soon as I can. In the meantime, could you raise issues on https://issues.apache.org/jira to track your changes? Nice. Done. ---

[GitHub] storm issue #2588: Microsoft Azure EventHubs Storm Spout and Bolt improvemen...

2018-03-23 Thread SreeramGarlapati
Github user SreeramGarlapati commented on the issue: https://github.com/apache/storm/pull/2588 @srdo - when I try to merge my changes with `master` - I ended up with a merge conflicts due to `line endings` change. is there any simple tip - which I can use to ease through this? like

[GitHub] storm issue #2591: STORM-2979: WorkerHooks EOFException during run_worker_sh...

2018-03-23 Thread hummelm
Github user hummelm commented on the issue: https://github.com/apache/storm/pull/2591 After some digging I finally found a workaround. Using a simple trick in the start method of the worker-hook (rewind of the byteBuffer to allow the deserialization on stop)it can work as

[GitHub] storm issue #2596: storm-elasticsearch-examples: fixed all checkstyle warnin...

2018-03-23 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2596 @krichter722 Thanks for the fixes. I'll review this as soon as I can. In the meantime, could you raise issues on https://issues.apache.org/jira to track your changes? It makes it easier for us to track

[GitHub] storm pull request #2595: set '* text=auto' in .gitattributes in order to av...

2018-03-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/2595 ---

[GitHub] storm issue #2595: set '* text=auto' in .gitattributes in order to avoid mer...

2018-03-23 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2595 @krichter722 Thanks, merged to master. I think we don't need to track this in a jira issue since it's not a code change. ---

[GitHub] storm issue #2595: set '* text=auto' in .gitattributes in order to avoid mer...

2018-03-23 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2595 @krichter722 Great, thanks for looking into it. This looks good, +1 ---

[GitHub] storm issue #2603: [STORM-3003] Adding Assignment caching to Nimbus

2018-03-23 Thread d2r
Github user d2r commented on the issue: https://github.com/apache/storm/pull/2603 The CI test error was in the nimbus test, `test-check-authorization-getSupervisorPageInfo`, and seems unrelated. @kishorvpatil does it look that way to you? ---

[GitHub] storm pull request #2603: [STORM-3003] Adding Assignment caching to Nimbus

2018-03-23 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2603#discussion_r176771823 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -1196,6 +1198,12 @@ private IStormClusterState getStormClusterState() {

[GitHub] storm pull request #2603: [STORM-3003] Adding Assignment caching to Nimbus

2018-03-23 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2603#discussion_r176777374 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -1944,6 +1957,7 @@ private void mkAssignments(String scratchTopoId)

[GitHub] storm pull request #2603: [STORM-3003] Adding Assignment caching to Nimbus

2018-03-23 Thread d2r
Github user d2r commented on a diff in the pull request: https://github.com/apache/storm/pull/2603#discussion_r176786400 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -1754,7 +1762,7 @@ private TopologyResources