Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
ManifoldCF 1.4
-
None
-
None
Description
Today the *Stuffer threads basically know they are unique; this permits them to avoid throwing huge numbers of locks on every iteration. Those cannot therefore be replicated at this time. A good deal of experimentation and/or potential schema changes will be needed to solve this issue - or, possibly, using outside locks to prevent more than one stuffing operation from proceeding at the same time. Also, throttling is meaningless if there are multiple independent ManifoldCF instances in different processes that are unaware of each other - throttling would therefore need to be handled in a way that used the services of ILockManager rather than native synchronizers in order to be scalable in the right way.
This is related to CONNECTORS-13 and CONNECTORS-286.
Attachments
Issue Links
- duplicates
-
CONNECTORS-781 Fault-Tolerant Setup for ManifoldCF Agent.
- Resolved