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

Jay Kreps updated KAFKA-741:
----------------------------

    Fix Version/s: 0.8.1
         Assignee: Jay Kreps
       Issue Type: Improvement  (was: Bug)
    
> Improve log cleaning dedupe buffer efficiency
> ---------------------------------------------
>
>                 Key: KAFKA-741
>                 URL: https://issues.apache.org/jira/browse/KAFKA-741
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Jay Kreps
>            Assignee: Jay Kreps
>             Fix For: 0.8.1
>
>
> Two good suggestions:
> 1. Use a probing scheme to increase density without increasing the collision 
> rate
> 2. Only count unique updates to the offset map (i.e. if the key is all zero, 
> don't count it) when computing the load. Dynamically choose the end offset 
> based on when the map is full.
> Would be good to investigate these things.

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

Reply via email to