Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MajorFix versions
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Created October 20, 2015 at 10:18 AM
Updated October 26, 2015 at 9:09 AM
Resolved October 26, 2015 at 9:09 AM
Create a IRowManager per slave channel, split the memory evenly between them.
This is to avoid heavy contention inside a single shared row manager by all channels and also (by default) restrict channels to only a percentage of overall memory.
Future changes will introduce a shared row manager that can use global memory for use by activities like lookup join that wants to use a single large pool shared amongst channels.