[ 
https://issues.apache.org/jira/browse/PHOENIX-7038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769509#comment-17769509
 ] 

ASF GitHub Bot commented on PHOENIX-7038:
-----------------------------------------

ranganathg commented on code in PR #1682:
URL: https://github.com/apache/phoenix/pull/1682#discussion_r1338324240


##########
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServices.java:
##########
@@ -221,4 +221,8 @@ default void closeAllConnections(SQLExceptionInfo.Builder 
reasonBuilder) {
     }
 
     PMetaData getMetaDataCache();
+
+    int getConnectionCount();

Review Comment:
   just thinking can it be like "int getConnection(bool isInternal);"?





> Implement Phoenix Connection Profile Metrics
> --------------------------------------------
>
>                 Key: PHOENIX-7038
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7038
>             Project: Phoenix
>          Issue Type: New Feature
>            Reporter: Mihir Monani
>            Assignee: Mihir Monani
>            Priority: Major
>
> With JDBC connection profile string, Clients can provide connection profile 
> name. With use of Connection Profile, different kinds of clients/use-case in 
> single JVM can create connection with different configuration like time-outs, 
> retries, sleep between retries. 
> Connection URL Example : jdbc:phoenix:localhost:2181:CONN_PROFILE_2
> Here CONN_PROFILE_2 is connection profile name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to