View Issue Details

IDProjectCategoryView StatusLast Update
0004586SymmetricDSBugpublic2022-08-01 19:30
Reportergwilmer Assigned Toelong  
Prioritynormal 
Status closedResolutionno change required 
Product Version3.11.7 
Summary0004586: When sym_table_reload_status has more unprocessed rows than initial.load.extract.thread.per.server.count, loads don't queue
DescriptionWhen sym_table_reload_status has more unprocessed rows than initial.load.extract.thread.per.server.count, loads don't queue from sym_table_reload_request.

[Edit] Chris said that setting start.initial.load.extract.job=false is needed to reproduce this. We'll give that a try.
TagsNo tags attached.

Activities

elong

2020-10-15 12:22

developer   ~0001808

This is working as designed. There is a warning in the log and on the screen when you have more loads requested than threads. It is more efficient to process a load to completion than to task switch across multiple loads. Customers were complaining that loads were too slow, but it was the multi-tasking that made it appear slow, so it was changed to dedicate threads to loads. If you want more initial loads in parallel, then increase the thread count.

Issue History

Date Modified Username Field Change
2020-10-15 01:50 gwilmer New Issue
2020-10-15 12:22 elong Note Added: 0001808
2020-10-15 12:22 elong Status new => feedback
2020-10-15 19:27 elong Description Updated View Revisions
2022-08-01 19:30 elong Assigned To => elong
2022-08-01 19:30 elong Status feedback => closed
2022-08-01 19:30 elong Resolution open => no change required