Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/210#discussion_r99183516
  
    --- Diff: 
server/master/src/main/java/org/apache/accumulo/master/MasterClientServiceHandler.java
 ---
    @@ -112,7 +112,12 @@
     
       @Override
       public long initiateFlush(TInfo tinfo, TCredentials c, String tableId) 
throws ThriftSecurityException, ThriftTableOperationException {
    -    String namespaceId = Tables.getNamespaceId(instance, tableId);
    +    String namespaceId;
    --- End diff --
    
    Could put these 6 lines in a method in the class.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to