You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Neha Narkhede (JIRA)" <ji...@apache.org> on 2013/01/22 20:24:17 UTC

[jira] [Created] (KAFKA-723) Scala's default case class toString() is very inefficient

Neha Narkhede created KAFKA-723:
-----------------------------------

             Summary: Scala's default case class toString() is very inefficient
                 Key: KAFKA-723
                 URL: https://issues.apache.org/jira/browse/KAFKA-723
             Project: Kafka
          Issue Type: Bug
          Components: core
    Affects Versions: 0.8
            Reporter: Neha Narkhede
            Priority: Critical


Request logging is in the critical path of processing requests and we use Scala's default toString() API to log the requests. We should override the toString() in these case classes and log only what is useful.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira