Mikhail Efremov created IGNITE-22222:
----------------------------------------
Summary: Move ThreadLocalPartitionCommandsMarshaller to
ReplicaManager module with cycle dependency fix
Key: IGNITE-22222
URL: https://issues.apache.org/jira/browse/IGNITE-22222
Project: Ignite
Issue Type: Improvement
Reporter: Mikhail Efremov
Assignee: Mikhail Efremov
*Description*
Now the marshaller starts in {{IgniteImpl}} and using only for
{{ReplicaManager}} creation, there is a reason to move it in
{{{}ReplicaManager{}}}'s constructor, but there is cyclic dependency arises.
Also in some places in tests classes like
{{org.apache.ignite.internal.replicator.ItPlacementDriverReplicaSideTest#beforeTest}}
we can't pass or mock this specific marshaller's class.
*Definition of done*
{{ThreadLocalPartitionCommandsMarshaller}} instantiation is moved into
{{ReplicaManager}} and there no any another places of it's instance creation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)