You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/12/07 00:43:55 UTC

[GitHub] ctubbsii commented on a change in pull request #792: Updates to client builder API

ctubbsii commented on a change in pull request #792: Updates to client builder API
URL: https://github.com/apache/accumulo/pull/792#discussion_r239665546
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/clientImpl/ConnectorImpl.java
 ##########
 @@ -47,9 +49,10 @@
 
   private final AccumuloClientImpl impl;
 
-  public ConnectorImpl(AccumuloClientImpl impl) {
+  public ConnectorImpl(AccumuloClientImpl impl) throws AccumuloSecurityException, AccumuloException {
     this.impl = impl;
     SingletonManager.setMode(Mode.CONNECTOR);
+    impl.authenticate();
 
 Review comment:
   Is this the only usage of this method? Maybe could inline it here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services