ctubbsii opened a new pull request #2183:
URL: https://github.com/apache/accumulo/pull/2183
Use TableId and NamespaceId instead of tableName and namespaceName in
new RPCs for 2.1
* Standardize naming conventions for table and namespace IDs and names
in thrift IDL files
* Create Tid ("thrift ID") wrapper for strings, to avoid string types
directly in thrift IDL
* Change client code where necessary to pass ID types instead of string
names, by looking up the ID right away, and using that in the RPC
methods, and change corresponding server code to eliminate unnecessary
ID lookups
* Eliminate redundant name validation in client code (it's done in the
ID lookup)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]