You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rajeshbabu Chintaguntla (Jira)" <ji...@apache.org> on 2020/03/12 16:05:00 UTC

[jira] [Reopened] (PHOENIX-5731) Loading bulkload hfiles should not be blocked if the upsert select happening for differet table.

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

Rajeshbabu Chintaguntla reopened PHOENIX-5731:
----------------------------------------------

This patch has as issue that maxBatchSize and maxBatchSizeBytes are not getting used when the upsert select is done between different tables which is going to be problematic that all the data accumulated instead of committing in batches. Hence reopening.

> Loading bulkload hfiles should not be blocked if the upsert select happening for differet table.
> ------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5731
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5731
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Major
>             Fix For: 5.1.0, 4.16.0
>
>         Attachments: PHOENIX-5731.patch
>
>
> currently we are not allowing to load hfiles after bulkload to avoid deadlock cases when upsert select is happening to same table but when the upserting to different table we should not block the load incremental hfiles.



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