[
https://issues.apache.org/jira/browse/CARBONDATA-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacky Li resolved CARBONDATA-2117.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
> Fixed Synchronization issue while creating multiple carbon session
> -------------------------------------------------------------------
>
> Key: CARBONDATA-2117
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2117> Project: CarbonData
> Issue Type: Bug
> Reporter: kumar vishal
> Assignee: kumar vishal
> Priority: Major
> Fix For: 1.3.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> +*Problem:*+ When creating multiple session (100) session initialisation is failing with below error
> java.lang.IllegalArgumentException: requirement failed: Config entry enable.unsafe.sort already registered!
> +*Solution: Currently in CarbonEnv we are updating global configuration(shared) and location configuration in class level synchronized block. In case of multiple session class level lock will not work , need to add global level lock so only one thread will update the global configuration*+
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)