Type |
Task
|
Priority |
Blocker
|
Assignee | |
RedmineID |
2066
|
Version |
Candidate for next major release
|
Iterations
Issue Votes (0)
Type |
Task
|
Priority |
Blocker
|
Assignee | |
RedmineID |
2066
|
Version |
Candidate for next major release
|
Right now, the current implementation causes cluster commands to be executed within ClucsterConnectionManager threads, even though they are processed within a component context. If there is any blocking, IO, DB in the processing this may impact ClusterConnectionManager functioning and cause clustering problems.
A new way to handle data must be implemented so the cluster commands are processed within component thread pool.