[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2927#discussion_r242663110 --- Diff: storm-core/test/jvm/org/apache/storm/integration/TopologyIntegrationTest.java --- @@ -0,0 +1,927 @@ +/* + * Copyright 2018 The Apache

[GitHub] storm pull request #2927: STORM-1307: Port testing4j_test.clj to Java

2018-12-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2927#discussion_r242661816 --- Diff: storm-core/test/jvm/org/apache/storm/integration/TopologyIntegrationTest.java --- @@ -0,0 +1,927 @@ +/* + * Copyright 2018 The Apache

[GitHub] storm issue #2908: STORM-3276: Updated Flux to deal with storm local correct...

2018-12-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2908 @srdo @kishorvpatil @jnioche Sorry this has taken so long. I just rebased/squashed and @srdo I addressed your nit. Please take another look. ---

[GitHub] storm issue #2915: [STORM-3291]Worker can't run as the user who submitted th...

2018-12-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2915 @liu-zhaokun Currently the only way that the user name is transmitted from the client to the server is through authentication because authentication is secure and we didn't want to accidentally

[GitHub] storm pull request #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trid...

2018-12-14 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2907#discussion_r241782960 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -170,15 +170,25 @@ public

[GitHub] storm issue #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trident spo...

2018-12-14 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2907 +1 ---

[GitHub] storm pull request #2918: STORM-3295 allow blacklist scheduling to function ...

2018-12-06 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2918#discussion_r239517824 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/blacklist/strategies/RasBlacklistStrategy.java --- @@ -79,25 +81,46

[GitHub] storm pull request #2918: STORM-3295 allow blacklist scheduling to function ...

2018-12-06 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2918#discussion_r239519351 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/blacklist/strategies/RasBlacklistStrategy.java --- @@ -79,25 +81,46

[GitHub] storm pull request #2907: STORM-2990, STORM-3279: Fix issue where Kafka Trid...

2018-11-16 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2907#discussion_r234329136 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -170,15 +170,25 @@ public

[GitHub] storm pull request #2908: STORM-3276: Updated Flux to deal with storm local ...

2018-11-16 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2908#discussion_r234303902 --- Diff: storm-server/src/main/java/org/apache/storm/LocalCluster.java --- @@ -1197,8 +1238,9 @@ public IBolt makeAckerBoltImpl() { * When running

[GitHub] storm issue #2908: STORM-3276: Updated Flux to deal with storm local correct...

2018-11-16 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2908 @jnioche you are 100% correct. I'll deprecate sleep too. ---

[GitHub] storm pull request #2910: STORM-3288: Fix issue with reources in jar files

2018-11-16 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2910 STORM-3288: Fix issue with reources in jar files Turns out that python has a common directory called `/pkg_resources/` which gets mangled badly without this fix. You can merge this pull request

[GitHub] storm pull request #2908: STORM-3276: Updated Flux to deal with storm local ...

2018-11-15 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2908 STORM-3276: Updated Flux to deal with storm local correctly You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3276

[GitHub] storm pull request #2893: STORM-3272 allow worker-launcher to delete dead sy...

2018-10-23 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2893#discussion_r227418284 --- Diff: storm-core/src/native/worker-launcher/impl/worker-launcher.c --- @@ -593,14 +593,17 @@ int recursive_delete(const char *path, int

[GitHub] storm pull request #2894: STORM-3273: Remove storm.local.hostname from topol...

2018-10-23 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2894 STORM-3273: Remove storm.local.hostname from topology conf. You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3273

[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 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 structures

[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 #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 #2881: STORM-3259: NUMA Support for Storm

2018-10-19 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2881#discussion_r226707991 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/BasicContainer.java --- @@ -820,8 +824,15 @@ private long calculateMemoryLimit

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

2018-10-19 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2881#discussion_r226692517 --- Diff: storm-client/src/jvm/org/apache/storm/Config.java --- @@ -1041,6 +1041,19 @@ @isPositiveNumber @NotNull public static

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

2018-10-19 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2881#discussion_r226707791 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/BasicContainer.java --- @@ -639,6 +639,10 @@ protected String javaCmd(String cmd

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

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

[GitHub] storm issue #2886: Improve the security docs on how to configure something l...

2018-10-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2886 Thanks @d2r I spell checked the whole file and I think I got all of the typos. ---

[GitHub] storm pull request #2886: Improve the security docs on how to configure some...

2018-10-18 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2886 Improve the security docs on how to configure something like SSO for UI You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm

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

2018-10-17 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2882 STORM-3260: Add in support to print some state You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3260

[GitHub] storm pull request #2871: [STORM-3252] Bug fix for blobstore sync

2018-10-11 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2871#discussion_r224558607 --- Diff: storm-server/src/main/java/org/apache/storm/blobstore/BlobStoreUtils.java --- @@ -191,6 +192,8 @@ public static boolean downloadUpdatedBlob(Map

[GitHub] storm pull request #2871: [STORM-3252] Bug fix for blobstore sync

2018-10-11 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2871#discussion_r224550336 --- Diff: storm-server/src/main/java/org/apache/storm/blobstore/BlobStoreUtils.java --- @@ -191,6 +192,8 @@ public static boolean downloadUpdatedBlob(Map

[GitHub] storm pull request #2871: [STORM-3252] Bug fix for blobstore sync

2018-10-11 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2871#discussion_r224547803 --- Diff: storm-server/src/main/java/org/apache/storm/blobstore/BlobStoreUtils.java --- @@ -191,6 +192,8 @@ public static boolean downloadUpdatedBlob(Map

[GitHub] storm pull request #2870: Revert "[STORM-3233] Updated zookeeper client to v...

2018-10-11 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2870 Revert "[STORM-3233] Updated zookeeper client to version 3.4.13 which… … fixes various issues including ZOOKEEPER-2184 that prevents ZooKeeper Java clients working in dynamic IP (cont

[GitHub] storm pull request #2869: Revert "[STORM-3233] Updated zookeeper client to v...

2018-10-11 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2869 Revert "[STORM-3233] Updated zookeeper client to version 3.4.13 which… … fixes various issues including ZOOKEEPER-2184 that prevents ZooKeeper Java clients working in dynamic IP (cont

[GitHub] storm pull request #2868: Revert "[STORM-3233] Updated zookeeper client to v...

2018-10-11 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2868 Revert "[STORM-3233] Updated zookeeper client to version 3.4.13 which… … fixes various issues including ZOOKEEPER-2184 that prevents ZooKeeper Java clients working in dynamic IP (cont

[GitHub] storm pull request #2867: STORM-3249: Make sure times shut down and so does ...

2018-10-08 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2867 STORM-3249: Make sure times shut down and so does shut down thread Turns out there are two things blocking nimbus from shutting down. 1) some timer (that turns out to be from the local fs

[GitHub] storm pull request #2861: STORM-3244 allow logviewer to use independent filt...

2018-10-05 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2861#discussion_r223047510 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/logviewer/LogviewerServer.java --- @@ -66,10 +64,9 @@ private static Server mkHttpServer

[GitHub] storm pull request #2863: STORM-3245: Don't blow up if empty log dirs exist

2018-10-04 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2863 STORM-3245: Don't blow up if empty log dirs exist The empty directories are also deleted after they age out. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] storm issue #2858: STORM-3242: Adds "examples" and "externals" profiles

2018-10-03 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2858 Sorry @srdo is right we need to make sure that we have the dependencies setup properly. ---

[GitHub] storm issue #2860: STORM-1318: Fixes & ports shell submission to Java

2018-10-03 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2860 The code change looks fine, but could you file a follow on JIRA to clean up the pom.xml now that clojure is only needed for tests, or you could do it here, I am fine either way. ---

[GitHub] storm issue #2855: STORM-3240 health checks should succeed on exit code 0

2018-10-02 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2855 And if we can get rid of the code returning a string for success or failure, please lets do that, especially since it is thrown away. ---

[GitHub] storm issue #2855: STORM-3240 health checks should succeed on exit code 0

2018-10-02 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2855 I am fine with making breaking changes if it is going to make everything cleaner. This was originally based off of how Hadoop does this in hopes of being able to reuse scripts, but that didn't

[GitHub] storm issue #2852: STORM-3237 track Nimbus mkAssignment failures

2018-09-28 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2852 Oh wait sorry. I forgot that we added docs for all of the metrics. Could you update docs/ClusterMetrics.md to include this too? ---

[GitHub] storm pull request #2852: STORM-3237 track Nimbus mkAssignment failures

2018-09-28 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2852#discussion_r221331973 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -2162,7 +2165,12 @@ private boolean isReadyForMKAssignments() throws

[GitHub] storm issue #2845: STORM-3234: Replace old metrics docs with better document...

2018-09-25 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2845 @govind-menon I updated the docs as I checked them in. ---

[GitHub] storm issue #2844: STORM-3232: Display on the UI all versions of storm that ...

2018-09-25 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2844 @Ethanlm I used the same config that I added as a part of the unit tests for this. It has garbage data in it, but made it so I didn't have to fully setup multiple versions on my test cluster. ---

[GitHub] storm pull request #2845: STORM-3234: Replace old metrics with better docume...

2018-09-22 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2845 STORM-3234: Replace old metrics with better documentation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3234

[GitHub] storm issue #2844: STORM-3232: Display on the UI all versions of storm that ...

2018-09-21 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2844 Some example screen shots. On the last one I had to remove the git repo and user name because of work requirements :( https://user-images.githubusercontent.com/3441321/45886457-d3199c00-bd7e

[GitHub] storm pull request #2844: STORM-3232: Display on the UI all versions of stor...

2018-09-21 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2844 STORM-3232: Display on the UI all versions of storm that are supported Also display the full version info from STORM-621 You can merge this pull request into a Git repository by running

[GitHub] storm pull request #2843: STORM-3230: Add in sync if key not found

2018-09-19 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2843#discussion_r218922619 --- Diff: storm-client/src/jvm/org/apache/storm/security/auth/workertoken/WorkerTokenAuthorizer.java --- @@ -95,9 +95,12 @@ private static

[GitHub] storm issue #2840: STORM-3147: Add metrics based on ClusterSummary

2018-09-19 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2840 I worked with @zd-project fairly closely to come up with the goals for the metrics. I just think we can do better on some of the metrics, but it is not something we have to do right now. I am +1

[GitHub] storm pull request #2843: STORM-3230: Add in sync if key not found

2018-09-19 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2843 STORM-3230: Add in sync if key not found You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3230 Alternatively you

[GitHub] storm issue #2842: STORM-3229: Add in better error reporting

2018-09-19 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2842 @danny0405 I changed the log to info. That is a great point, because the only time you would see that under normally would be if someone had configured the cluster to use digest auth, which we

[GitHub] storm pull request #2842: STORM-3229: Add in better error reporting

2018-09-18 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2842 STORM-3229: Add in better error reporting You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3229 Alternatively

[GitHub] storm issue #2841: STORM-3105: upgrade version of hive

2018-09-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2841 The build failures look like issues with downloading the JDK/slowness in travis. https://travis-ci.org/revans2/incubator-storm/builds/430134233 is my version that passed. ---

[GitHub] storm issue #2839: STORM-3228 allow refernce counting of differing PortAndAs...

2018-09-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2839 Actually these are all comments so I'll just take care of it on checkin. ---

[GitHub] storm pull request #2839: STORM-3228 allow refernce counting of differing Po...

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2839#discussion_r218564458 --- Diff: storm-server/src/main/java/org/apache/storm/localizer/TimePortAndAssignment.java --- @@ -48,4 +48,29 @@ public LocalAssignment getAssignment

[GitHub] storm pull request #2839: STORM-3228 allow refernce counting of differing Po...

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2839#discussion_r218564297 --- Diff: storm-server/src/main/java/org/apache/storm/localizer/PortAndAssignmentImpl.java --- @@ -45,14 +48,17 @@ public String getOwner

[GitHub] storm pull request #2839: STORM-3228 allow refernce counting of differing Po...

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2839#discussion_r218564194 --- Diff: storm-server/src/main/java/org/apache/storm/localizer/PortAndAssignmentImpl.java --- @@ -26,13 +26,16 @@ public PortAndAssignmentImpl(int port

[GitHub] storm pull request #2839: STORM-3228 allow refernce counting of differing Po...

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2839#discussion_r218564410 --- Diff: storm-server/src/main/java/org/apache/storm/localizer/TimePortAndAssignment.java --- @@ -48,4 +48,29 @@ public LocalAssignment getAssignment

[GitHub] storm issue #2839: STORM-3228 allow refernce counting of differing PortAndAs...

2018-09-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2839 There are some new checkstyle violations that we missed before. ---

[GitHub] storm issue #2841: STORM-3105: upgrade version of hive

2018-09-18 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2841 The build is failing do not merge yet... ---

[GitHub] storm pull request #2840: STORM-3147: Add metrics based on ClusterSummary

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2840#discussion_r218485913 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -4767,4 +4797,205 @@ public IScheduler getForcedScheduler

[GitHub] storm pull request #2840: STORM-3147: Add metrics based on ClusterSummary

2018-09-18 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2840#discussion_r218484299 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -2922,19 +2948,20 @@ public void launchServer() throws Exception

[GitHub] storm pull request #2841: STORM-3105: upgrade version of hive

2018-09-18 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2841 STORM-3105: upgrade version of hive You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3105 Alternatively you can

[GitHub] storm issue #2836: STORM-3162: Cleanup heartbeats cache and make it thread s...

2018-09-17 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2836 @srdo I think I addressed all of your review comments. ---

[GitHub] storm issue #2831: STORM-3224: Fix FLUX YAML Viewer icon location/position o...

2018-09-17 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2831 Sorry to pull my +1 back. On both Firefox and Chrome it looks off to me. Could you take a look at this again? ![ui](https://user-images.githubusercontent.com/3441321/45642002-a151be00

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218174414 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218174140 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -4624,7 +4569,7 @@ public boolean isRemoteBlobExists(String blobKey

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218173878 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218173746 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/HeartbeatCache.java --- @@ -0,0 +1,229 @@ +/* + * Licensed to the Apache

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218173536 --- Diff: storm-server/pom.xml --- @@ -171,7 +171,7 @@ maven-checkstyle-plugin

[GitHub] storm pull request #2838: STORM-3227: Only push credentials if going to expe...

2018-09-17 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2838 STORM-3227: Only push credentials if going to expected user You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3227

[GitHub] storm issue #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2805 @kishorvpatil yes but the merge conflicts are minor. I wanted to get this reviewed so @srdo can address any review comments at the same time as fixing the merge conflicts so we can get this in ASAP

[GitHub] storm pull request #2834: STORM-3226: Update error message to be more clear

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2834#discussion_r218116277 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Supervisor.java --- @@ -135,7 +135,7 @@ public Supervisor(Map conf, IContext

[GitHub] storm issue #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2805 Also the merge conflicts are really minor. ---

[GitHub] storm pull request #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2805#discussion_r218107287 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/supervisor/Container.java --- @@ -219,11 +201,11 @@ public void kill() throws IOException

[GitHub] storm pull request #2805: STORM-3197: Make StormMetricsRegistry non-static

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2805#discussion_r218106022 --- Diff: storm-server/src/main/java/org/apache/storm/LocalDRPC.java --- @@ -38,9 +39,9 @@ private final DRPC drpc; private final String

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-17 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2836#discussion_r218088968 --- Diff: storm-client/src/jvm/org/apache/storm/stats/ClientStatsUtil.java --- @@ -0,0 +1,202 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] storm issue #2800: STORM-3162: Fix concurrent modification bug

2018-09-15 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2800 Please take a look at #2836 as an alternative. It is a much bigger patch, but I think the refactoring it does will make things much easier longer term. Having done the other patch I think this one

[GitHub] storm pull request #2836: STORM-3162: Cleanup heartbeats cache and make it t...

2018-09-15 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2836 STORM-3162: Cleanup heartbeats cache and make it thread safe This is an alternative to #2800 @zd-project I had such trouble really understanding what was happening with the heartbeat

[GitHub] storm issue #2829: STORM-3222: Fix KafkaSpout internals to use LinkedList in...

2018-09-15 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2829 Sorry my bad, there is an overflow. https://github.com/apache/storm/blob/4605ae0a34858309171e726e1924b9a37695c977/storm-client/src/jvm/org/apache/storm/executor/ExecutorTransfer.java#L94

[GitHub] storm issue #2719: STORM-3105 Update hive.version to stable hive release.

2018-09-14 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2719 The current build is failing because of an Enforcer rule. ``` ... [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ storm-hive --- [WARNING] Rule 1

[GitHub] storm issue #2829: STORM-3222: Fix KafkaSpout internals to use LinkedList in...

2018-09-14 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2829 The reason we want to send a single tuple is because of how we do flow control in the spouts. If you want to send more it can be more efficient, but you risk going over the max.spout.pending amount

[GitHub] storm pull request #2834: STORM-3226: Update error message to be more clear

2018-09-14 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2834 STORM-3226: Update error message to be more clear You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3226

[GitHub] storm pull request #2833: STORM-3225: Use MediaType for check

2018-09-14 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2833 STORM-3225: Use MediaType for check Full disclosure I am really just pushing back some changes that @govind-menon did, but was missed when the majority of UI changes going to java were put in open

[GitHub] storm pull request #2830: STORM-3223: Fix NPE on blacklisted rack

2018-09-13 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2830 STORM-3223: Fix NPE on blacklisted rack You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3223 Alternatively you

[GitHub] storm issue #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2828 https://user-images.githubusercontent.com/3441321/45451964-41d16800-b6a2-11e8-93b0-ed2b2239202c.png;> This might need to be a separate JIRA, but there are a lot of missing metr

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217175758 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1096,41 +1104,230 @@ public static String getWindowHint(String window

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176198 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176027 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176251 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217175925 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176354 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176096 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176165 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176297 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217176395 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1540,6 +1737,37 @@ public static String getWorkerDumpLink(String host

[GitHub] storm pull request #2828: STORM-3217: Fixing getComponentPage API call

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2828#discussion_r217175834 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -1096,41 +1104,230 @@ public static String getWindowHint(String window

[GitHub] storm pull request #2827: STORM-3221: Fixing utilization in clusterSummary A...

2018-09-12 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/2827#discussion_r217094208 --- Diff: storm-webapp/src/main/java/org/apache/storm/daemon/ui/UIHelpers.java --- @@ -582,11 +582,9 @@ public static Response makeStandardResponse

[GitHub] storm pull request #2826: STORM-3219: Update javascript to report errors con...

2018-09-11 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2826 STORM-3219: Update javascript to report errors consistently Some of this was motivated for cases where nimbus was down the UI would not report any errors. The goal here is to make sure

[GitHub] storm pull request #2824: STORM-3218: Return the correct error from Authoriz...

2018-09-11 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2824 STORM-3218: Return the correct error from AuthorizedUserFilter The changes to ReqContext are not needed. I started to make a change there, and cleaned it up before realizing that it was not going

[GitHub] storm pull request #2821: STORM-3216: Add in RasBlacklistStrategy

2018-09-07 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2821 STORM-3216: Add in RasBlacklistStrategy You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-3216 Alternatively you

  1   2   3   4   5   6   7   8   9   10   >