[
https://issues.apache.org/jira/browse/PHOENIX-7931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tanuj Khurana updated PHOENIX-7931:
-----------------------------------
Description: Currently each mutation in the batch is a separate record in
the log file. This affects tail latency since the consumer thread spends lot of
time in processing individual records and increases queueing delays. Pack the
entire batch as a single log record.
> Pack mutation batch in a single log record
> ------------------------------------------
>
> Key: PHOENIX-7931
> URL: https://issues.apache.org/jira/browse/PHOENIX-7931
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Tanuj Khurana
> Assignee: Tanuj Khurana
> Priority: Major
>
> Currently each mutation in the batch is a separate record in the log file.
> This affects tail latency since the consumer thread spends lot of time in
> processing individual records and increases queueing delays. Pack the entire
> batch as a single log record.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)