You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "jaanai (JIRA)" <ji...@apache.org> on 2019/05/19 02:46:00 UTC

[jira] [Updated] (PHOENIX-5126) RegionScanner leak leading to store files not getting cleared

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

jaanai updated PHOENIX-5126:
----------------------------
    Fix Version/s: 5.0.1

> RegionScanner leak leading to store files not getting cleared
> -------------------------------------------------------------
>
>                 Key: PHOENIX-5126
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5126
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.13.0
>            Reporter: Abhishek Singh Chouhan
>            Assignee: Abhishek Singh Chouhan
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0, 4.14.2, 5.0.1
>
>         Attachments: PHOENIX-5126-master.patch
>
>
> Having a regionScanner open indefinitely (due to any error condition before the close) leads to the store files not getting cleared after compaction since the already open scanner will have the store file referenced. Any subsequent flushed files for the region also get opened by the scanner and wont be cleared.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)