Github user milleruntime commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/267#discussion_r120997737
  
    --- 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 --
    
    I pulled these changes from a patch supplied by Christopher and I think 
some of these got snagged with them.  I guess I can create a ticket with 
something like "utilize slf4j"?  A quick search in JIRA didn't reveal any 
tickets like that...


---
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.
---

Reply via email to