[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1156 --- 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 feature enabled and wishes so, or if the feature is enab

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-09 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-194358768 +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 feature enabled and

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-09 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55535999 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-09 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55503487 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-09 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55503401 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55430274 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55429090 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55426379 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55402763 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-193899840 Yes. +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 feat

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-193876941 @hustfxj looks good to me I am +1 on this. @abhishekagarwal87 are you OK with merging this in as is. The comments you had looked relatively minor. --- If your project

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55392710 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55392686 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-193776807 Thanks @hustfxj . Looks good to me. --- 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 pro

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55354774 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55354139 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,356 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r55351778 --- Diff: storm-core/src/clj/org/apache/storm/daemon/supervisor.clj --- @@ -1297,7 +1297,7 @@ (.readBlobTo blob-store (ConfigUtils/masterS

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-08 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-193758244 @revans2 @abhishekagarwal87 could you take a look? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-191021959 @revans2 Thank you.I won't wait updating the metric codes util the #1171 about the metrics is merged master. --- If your project is set up for it, you can reply to th

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54664622 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54632535 --- Diff: storm-core/test/clj/org/apache/storm/security/auth/auth_test.clj --- @@ -27,6 +27,8 @@ (:import [javax.security.auth Subject]) (:impor

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54632449 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-190894846 Done with another pass --- 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

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54628183 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54627466 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54626795 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54626696 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54624316 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54623619 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54623479 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54622905 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54622613 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54622564 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54622430 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,383 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-03-01 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54622279 --- Diff: storm-core/src/jvm/org/apache/storm/LocalDRPC.java --- @@ -0,0 +1,80 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-27 Thread hustfxj
GitHub user hustfxj reopened a pull request: https://github.com/apache/storm/pull/1156 [STORM-1270] [STORM-1274] port drpc&LocalDRPC to java 1. Port "org.apache.storm.daemon.drpc" to java at "org.apache.storm.daemon.DrpcServer". 2. Port "org.apache.storm.LocalDRPC" to java at

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-27 Thread hustfxj
Github user hustfxj closed the pull request at: https://github.com/apache/storm/pull/1156 --- 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 feature enabled and wishes so, or if the feature is ena

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-27 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-189637237 @revans2 @abhishekagarwal87 Than you ver much. I are addressing your comments. But I may not understand what you mean about launchServer method, although I update the me

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-27 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54333182 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-27 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54330354 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54327041 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54326847 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54325384 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54325228 --- Diff: examples/storm-starter/src/jvm/org/apache/storm/starter/ManualDRPC.java --- @@ -30,39 +30,37 @@ import org.apache.storm.tuple.Tuple; impor

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54325240 --- Diff: storm-core/src/clj/org/apache/storm/daemon/drpc.clj --- @@ -210,67 +63,19 @@ (wrap-reload '[org.apache.storm.daemon.drpc]) handle-r

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54325117 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54324937 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on the pull request: https://github.com/apache/storm/pull/1156#issuecomment-189500334 Done with my first pass through the code. --- 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

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54307644 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54307415 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54306434 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54306040 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54305940 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54304928 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54304501 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54304399 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54304122 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302948 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302915 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302621 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302536 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302312 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54302011 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54300776 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54300063 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundation (ASF) un

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54300044 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54299761 --- Diff: storm-core/src/clj/org/apache/storm/daemon/drpc.clj --- @@ -210,67 +63,19 @@ (wrap-reload '[org.apache.storm.daemon.drpc]) handle-r

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread revans2
Github user revans2 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54299455 --- Diff: examples/storm-starter/src/jvm/org/apache/storm/starter/ManualDRPC.java --- @@ -30,39 +30,37 @@ import org.apache.storm.tuple.Tuple; impor

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54298663 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54298391 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54298226 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54297736 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54297857 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54293244 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54292304 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54291910 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54287568 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on a diff in the pull request: https://github.com/apache/storm/pull/1156#discussion_r54287032 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/DrpcServer.java --- @@ -0,0 +1,390 @@ +/** + * Licensed to the Apache Software Foundatio

[GitHub] storm pull request: [STORM-1270] [STORM-1274] port drpc&LocalDRPC ...

2016-02-26 Thread hustfxj
GitHub user hustfxj opened a pull request: https://github.com/apache/storm/pull/1156 [STORM-1270] [STORM-1274] port drpc&LocalDRPC to java 1. Port "org.apache.storm.daemon.drpc" to java at "org.apache.storm.daemon.DrpcServer". 2. Port "org.apache.storm.LocalDRPC" to java at