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 2015/02/22 06:37:11 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neha Narkhede resolved KAFKA-723.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.8.1

As [~jkreps] pointed out, this is already fixed.

> 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.0
>            Reporter: Neha Narkhede
>            Priority: Critical
>             Fix For: 0.8.1
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)