GitHub user EdColeman opened a pull request:
https://github.com/apache/accumulo/pull/39
ACCUMULO-3840 deprecated OpTimer and replaced usages with EventTimer â¦
Added EventTimer class (based on hadoop 2.7
org.apache.hadoop.util.StopWatch) to remove direct log4j dependencies inherent
in OpTimer. Added scale method to provide conversion without truncation that is
not in StopWatch.
These changes include suggestions from Josh and have been looked at a few
times.
This is being done as part of the log4j dependency removal and contains
modification to some log statements to remove string concatenation.
Also available on review board at https://reviews.apache.org/r/36186/
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/EdColeman/accumulo ACCUMULO-3840
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/39.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 #39
----
commit d9a8dfa2c318a56cff99a960bcd9eb6d5063445f
Author: Ed Coleman <[email protected]>
Date: 2015-05-22T14:02:35Z
ACCUMULO-3840 deprecated OpTimer and replaced usages with EventTimer (based
on hadoop 2.7 org.apache.hadoop.util.StopWatch) to remove direct log4j
dependicies inherent in OpTimer. Added scale method to provide conversion
without truncation that is not in StopWatch.
----
---
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.
---