You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2022/05/24 20:48:00 UTC

[jira] [Created] (HBASE-27060) Allow sharing connections between AggregationClient instances

Bryan Beaudreault created HBASE-27060:
-----------------------------------------

             Summary: Allow sharing connections between AggregationClient instances
                 Key: HBASE-27060
                 URL: https://issues.apache.org/jira/browse/HBASE-27060
             Project: HBase
          Issue Type: Improvement
            Reporter: Bryan Beaudreault


AggregationClient only has a single constructor which takes a Configuration. The constructor uses the Configuration to create a Connection.

However, some of the AggregationClient methods take a Table argument. In those cases it doesn't use the created Connection at all.

We should add another constructor which does not create a Connection so that people can use AggregationClient with externally managed Connection.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)