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

Ismael Juma updated KAFKA-9110:
-------------------------------
    Description: 
We currently do 8k reads and do unnecessary copies and allocations in every 
read. Increasing the read size is particularly helpful for magnetic disks and 
avoiding the copies and allocations improves CPU efficiency.

See the pull request for more details:

[https://github.com/apache/kafka/pull/7604]

  was:
We currently do 8k reads and do unnecessary copies and allocations in every 
read. Increasing the read size is particularly helpful for magnetic disks and 
avoiding the copies and allocations improves CPU efficiency.

See the pull request for more details.


> Improve efficiency of disk reads when TLS is enabled
> ----------------------------------------------------
>
>                 Key: KAFKA-9110
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9110
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Ismael Juma
>            Assignee: Ismael Juma
>            Priority: Major
>
> We currently do 8k reads and do unnecessary copies and allocations in every 
> read. Increasing the read size is particularly helpful for magnetic disks and 
> avoiding the copies and allocations improves CPU efficiency.
> See the pull request for more details:
> [https://github.com/apache/kafka/pull/7604]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to