[jira] [Updated] (IGNITE-12804) SQL: ConnectionManager refactoring

2020-04-21 Thread Taras Ledkov (Jira)


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

Taras Ledkov updated IGNITE-12804:
--
Fix Version/s: 2.8.1

> SQL: ConnectionManager refactoring
> --
>
> Key: IGNITE-12804
> URL: https://issues.apache.org/jira/browse/IGNITE-12804
> Project: Ignite
>  Issue Type: Task
>  Components: sql
>Affects Versions: 2.8
>Reporter: Taras Ledkov
>Assignee: Taras Ledkov
>Priority: Major
> Fix For: 2.9, 2.8.1
>
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> As of now ConnectionManager is a mess, really hard to understand. We should 
> refactor it.
> Also ThreadLocal connection is a root cause of complicated behavior of local 
> queries & map queries.
> I guess we have to use simple connection pool. 
> For better performance connection pools will be striped by Thread ID.



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


[jira] [Updated] (IGNITE-12804) SQL: ConnectionManager refactoring

2020-03-25 Thread Taras Ledkov (Jira)


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

Taras Ledkov updated IGNITE-12804:
--
Description: 
As of now ConnectionManager is a mess, really hard to understand. We should 
refactor it.

Also ThreadLocal connection is a root cause of complicated behavior of local 
queries & map queries.

I guess we have to use simple connection pool. 
For better performance connection pools will be striped by Thread ID.


  was:
As of now ConnectionManager is a mess, really hard to understand. We should 
refactor it.

AlsoThreadLocal connection is a root cause of complicated behavior of local 
queries & map queries.

I guess we have to use simple connection pool. 
For better performance several striped by Thread ID connection pools may be 
used.



> SQL: ConnectionManager refactoring
> --
>
> Key: IGNITE-12804
> URL: https://issues.apache.org/jira/browse/IGNITE-12804
> Project: Ignite
>  Issue Type: Task
>  Components: sql
>Affects Versions: 2.8
>Reporter: Taras Ledkov
>Assignee: Taras Ledkov
>Priority: Major
> Fix For: 2.9
>
>
> As of now ConnectionManager is a mess, really hard to understand. We should 
> refactor it.
> Also ThreadLocal connection is a root cause of complicated behavior of local 
> queries & map queries.
> I guess we have to use simple connection pool. 
> For better performance connection pools will be striped by Thread ID.



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