[GitHub] phoenix issue #236: PHOENIX-3654 Load Balancer for thin client

2017-08-14 Thread rahulsIOT
Github user rahulsIOT commented on the issue: https://github.com/apache/phoenix/pull/236 @joshelser - I have rebased the code, and file PHOENIX-4085 for SASL issue. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-08-01 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r130728526 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java --- @@ -284,14 +288,18 @@ public static final int

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-08-01 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r130725729 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java --- @@ -284,14 +288,18 @@ public static final int

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-20 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r123116803 --- Diff: phoenix-queryserver/src/it/resources/log4j.properties --- @@ -1,63 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] phoenix issue #236: PHOENIX-3654 Load Balancer for thin client

2017-06-20 Thread rahulsIOT
Github user rahulsIOT commented on the issue: https://github.com/apache/phoenix/pull/236 Thin client can call " LoadBalancer.getLoadBalancer().getSingleServiceLocation() " and get hold of host and port for PQS location. It can user DriverManager.getConnection to get

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122505939 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/QueryServer.java --- @@ -233,16 +240,29 @@ public int run(String

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122086038 --- Diff: pom.xml --- @@ -953,6 +961,26 @@ joda-time ${jodatime.version} + +org.apache.curator

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122086056 --- Diff: pom.xml --- @@ -953,6 +961,26 @@ joda-time ${jodatime.version} + +org.apache.curator

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122059868 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/QueryServer.java --- @@ -233,16 +240,29 @@ public int run(String

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122060006 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/QueryServer.java --- @@ -233,16 +240,29 @@ public int run(String

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122048729 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/loadbalancer/service/PqsZookeeperConfImpl.java --- @@ -0,0 +1,97

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122048516 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/loadbalancer/service/PqsZookeeperConfImpl.java --- @@ -0,0 +1,97

[GitHub] phoenix pull request #236: PHOENIX-3654 Load Balancer for thin client

2017-06-14 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r122046406 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/loadbalancer/service/PqsZookeeperConfImpl.java --- @@ -0,0 +1,97

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117437481 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancerConfiguration.java --- @@ -0,0 +1,91

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117437408 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancer.java --- @@ -0,0 +1,165

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117437437 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancer.java --- @@ -0,0 +1,165

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117437387 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancer.java --- @@ -0,0 +1,165

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117437336 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancer.java --- @@ -0,0 +1,165

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117436975 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancer.java --- @@ -0,0 +1,165

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117436956 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/exception/NoPhoenixQueryServerRegisteredException.java --- @@ -0,0 +1,15

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-19 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117436598 --- Diff: phoenix-queryserver/pom.xml --- @@ -147,6 +147,14 @@ commons-logging commons-logging

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117405732 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/register/Registry.java --- @@ -0,0 +1,31 @@ +/** + * + * Licensed

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117402547 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/register/ZookeeperRegistry.java --- @@ -0,0 +1,73

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117377225 --- Diff: pom.xml --- @@ -953,6 +962,30 @@ joda-time ${jodatime.version} + +org.apache.curator

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117377275 --- Diff: pom.xml --- @@ -127,6 +128,9 @@ UTF-8 UTF-8 + --- End diff -- removed. --- If your project

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117376467 --- Diff: phoenix-queryserver/pom.xml --- @@ -147,6 +147,14 @@ commons-logging commons-logging

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117372183 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancerConfiguration.java --- @@ -0,0 +1,91

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-18 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r117371944 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/LoadBalancerConfiguration.java --- @@ -0,0 +1,91

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116896889 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java --- @@ -272,6 +278,11 @@ public static final String

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116895997 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/sink/PqsFileSink.java --- @@ -0,0 +1,66 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116874151 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsMetricsSystem.java --- @@ -0,0 +1,105 @@ +/* + * Licensed

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r116869437 --- Diff: phoenix-load-balancer/src/main/java/org/apache/phoenix/loadbalancer/service/PhoenixQueryServerNode.java --- @@ -0,0 +1,79

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r116865790 --- Diff: phoenix-load-balancer/pom.xml --- @@ -0,0 +1,58 @@ + + + +http://maven.apache.org/POM/4.0.0; + xmlns:xsi="

[GitHub] phoenix pull request #236: Loadbalancer

2017-05-16 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/236#discussion_r116863959 --- Diff: phoenix-load-balancer/pom.xml --- @@ -0,0 +1,58 @@ + + + +http://maven.apache.org/POM/4.0.0; + xmlns:xsi="

[GitHub] phoenix issue #242: PQS metrics - https://issues.apache.org/jira/browse/PHOE...

2017-05-15 Thread rahulsIOT
Github user rahulsIOT commented on the issue: https://github.com/apache/phoenix/pull/242 Metrics Snippet **Statement Level -** {"Statement-OverAllReadRequestMetrics":{"RESULT_SET_TIME_MS":22,"QUERY_FAILED_COUNTER":0,"QUERY_TIMEOUT

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116331710 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsGlobalMetrics.java --- @@ -0,0 +1,76 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330910 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsGlobalMetrics.java --- @@ -0,0 +1,76 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330576 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsConfiguration.java --- @@ -0,0 +1,67 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116330598 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/PqsConfiguration.java --- @@ -0,0 +1,67 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116323604 --- Diff: phoenix-queryserver/src/it/java/org/apache/phoenix/end2end/QueryServerBasicsIT.java --- @@ -161,5 +184,19 @@ public void smokeTest() throws

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116309789 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/server/PhoenixMetaFactoryImpl.java --- @@ -68,7 +70,10 @@ public Meta create

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-12 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/242#discussion_r116309097 --- Diff: phoenix-queryserver/src/main/java/org/apache/phoenix/queryserver/metrics/sink/PqsSlf4jSink.java --- @@ -0,0 +1,44 @@ +/* + * Licensed

[GitHub] phoenix pull request #242: PQS metrics - https://issues.apache.org/jira/brow...

2017-05-01 Thread rahulsIOT
GitHub user rahulsIOT opened a pull request: https://github.com/apache/phoenix/pull/242 PQS metrics - https://issues.apache.org/jira/browse/PHOENIX-3655 Phoenix Query Server metrics https://issues.apache.org/jira/browse/PHOENIX-3655 The following properties is added

[GitHub] phoenix pull request #233: Pqs metrics

2017-03-24 Thread rahulsIOT
Github user rahulsIOT closed the pull request at: https://github.com/apache/phoenix/pull/233 --- 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

[GitHub] phoenix issue #233: Pqs metrics

2017-03-24 Thread rahulsIOT
Github user rahulsIOT commented on the issue: https://github.com/apache/phoenix/pull/233 Opened by mistake. --- 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

[GitHub] phoenix pull request #234: Load balancer

2017-03-24 Thread rahulsIOT
Github user rahulsIOT closed the pull request at: https://github.com/apache/phoenix/pull/234 --- 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

[GitHub] phoenix issue #234: Load balancer

2017-03-24 Thread rahulsIOT
Github user rahulsIOT commented on the issue: https://github.com/apache/phoenix/pull/234 I opened another pull request . https://github.com/apache/phoenix/pull/236 So, closing this one. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] phoenix pull request #236: Loadbalancer

2017-03-23 Thread rahulsIOT
GitHub user rahulsIOT opened a pull request: https://github.com/apache/phoenix/pull/236 Loadbalancer Hi All, https://issues.apache.org/jira/browse/PHOENIX-3654 The following changes are made in the pull request 1. Added project phoenix-load-balancer

[GitHub] phoenix pull request #234: Load balancer

2017-03-23 Thread rahulsIOT
Github user rahulsIOT commented on a diff in the pull request: https://github.com/apache/phoenix/pull/234#discussion_r107835619 --- Diff: phoenix-load-balancer/pom.xml --- @@ -0,0 +1,164 @@ + + + +http://maven.apache.org/POM/4.0.0; + xmlns:xsi="

[GitHub] phoenix pull request #234: Load balancer

2017-03-13 Thread rahulsIOT
GitHub user rahulsIOT opened a pull request: https://github.com/apache/phoenix/pull/234 Load balancer You can merge this pull request into a Git repository by running: $ git pull https://github.com/rahulsIOT/phoenix LoadBalancer Alternatively you can review and apply

[GitHub] phoenix pull request #233: Pqs metrics

2017-02-27 Thread rahulsIOT
GitHub user rahulsIOT opened a pull request: https://github.com/apache/phoenix/pull/233 Pqs metrics Initial branch for metrics You can merge this pull request into a Git repository by running: $ git pull https://github.com/rahulsIOT/phoenix PQSMetrics Alternatively you can