Github user ctubbsii commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/267#discussion_r121026293
--- Diff:
server/tracer/src/main/java/org/apache/accumulo/tracer/TraceServer.java ---
@@ -169,23 +170,25 @@ public void span(RemoteSpan s) throws TException {
if (timeMutation != null)
writer.addMutation(timeMutation);
} catch (MutationsRejectedException exception) {
- log.warn("Unable to write mutation to table; discarding span. set
log level to DEBUG for span information and stacktrace. cause: " + exception);
+ log.warn("Unable to write mutation to table; discarding span. set
log level to DEBUG for span information and stacktrace. cause: {}", exception,
--- End diff --
Yeah, sorry about that. The patch I attached to the JIRA included some
other changes I had made in my workspace which were unrelated.
---
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.
---