GitHub user ctubbsii opened a pull request:
https://github.com/apache/accumulo/pull/70
ACCUMULO-4145 Eliminate Text wrapping of tableIDs
Best effort attempt to eliminate Text wrapping of tableIDs for 1.6 branch,
to example the extent of the changes.
Preserves KeyExtent caching with WeakHashMap (might not be needed, or
possibly could be replaced with String.intern()).
Preserves Text serialization/deserialization of tableIDs in KeyExtent
serialization/deserialization (needed for backwards compatibility and
KeyExtents serialized in WALs).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctubbsii/accumulo
ACCUMULO-4145-string-tableIDs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/70.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #70
----
commit fbad09c7cd42709cebbcd35e23ddbd58fb45aea5
Author: Christopher Tubbs <[email protected]>
Date: 2016-02-15T06:56:45Z
ACCUMULO-4145 Eliminate Text wrapping of tableIDs
----
---
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.
---