You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2023/06/01 11:39:00 UTC

[jira] [Updated] (PHOENIX-6967) Empty cell generation in PostdDDLMutationPlan is executed serially

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

Istvan Toth updated PHOENIX-6967:
---------------------------------
    Description: 
The empty CQ generation after create table is not run in parallel.

At first, I can see the read and writes on happening on each region, but after a minute or so, only one region region is processed at a time in ascending order.

My guess is that it has something to do with keepalive/chunked results not being processed on the client side correctly.

  was:
The empty CQ generation after create table is not run in parallel.

At first, I can see the read and writes on happening on each region, but after a minute or so, only one region region is processed at a time in ascending order.

My guess is that it has somwthing to do with keepalive/chunked results not being processed on the client side.


> Empty cell generation in PostdDDLMutationPlan is executed serially
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-6967
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6967
>             Project: Phoenix
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 5.2.0, 5.1.3
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> The empty CQ generation after create table is not run in parallel.
> At first, I can see the read and writes on happening on each region, but after a minute or so, only one region region is processed at a time in ascending order.
> My guess is that it has something to do with keepalive/chunked results not being processed on the client side correctly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)