Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/267#discussion_r120998514 --- 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, I'd appreciate just creating one for yourself. It's much easier to cherry-pick the changes later and easier on the eyes now.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---