[jira] [Resolved] (CARBONDATA-363) Block loading issue in case of blocklet distribution

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Resolved] (CARBONDATA-363) Block loading issue in case of blocklet distribution

Akash R Nilugal (Jira)

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

Ravindra Pesala resolved CARBONDATA-363.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.2.0-incubating

> Block loading issue in case of blocklet distribution
> ----------------------------------------------------
>
>                 Key: CARBONDATA-363
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-363
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: kumar vishal
>            Assignee: kumar vishal
>             Fix For: 0.2.0-incubating
>
>
> Problem: In case of blocklet distribution same block is getting loaded multiple times this is because when blocklet distribution is enabled same block will divided inside a task so there is not synchronisation as block loading is done in different thread because of this same block is getting read from carbon data file footer multiple times and it is hitting the first time query performance.
> Solution: Need to add locking for above issue, if one thread is loading particulate block other thread need and once block loaded other thread need to use same reference of the block



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)