GitHub user phrocker opened a pull request:
https://github.com/apache/accumulo/pull/105
ACCUMULO-4153: Update the getCodec method to no longer be synchronizeâ¦
â¦d using static initializer in enum
I forgot about this PR. I made changes and ran them in production. they
work well. it's simply allocating these objects with a static initializer in
the enum. I hastily typed this from my other machine, so please tell me if I
did something stupid.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/phrocker/accumulo-1 ACC-4153
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/105.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 #105
----
commit 4e9430c730f1a192f6b0cd8dd723b78bc6f2a650
Author: phrocker <[email protected]>
Date: 2016-02-24T20:40:08Z
ACCUMULO-4153: Update the getCodec method to no longer be synchronized
using static initializer in enum
----
---
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.
---