Very strange import behavior: the report has 40,000 records, it processes about 9,000 and then stops.
I tried a workaround - through import. Created an additional chunk entity and then during import a business process is triggered which also selects records from the corresponding chunk (500 at a time). And what's interesting - the process also stalls at around 9,000 created records. Moreover, it doesn't matter from which point you start the process - it processes about 9,000 records and that's it - just hangs in running business processes. No database locks, no errors in the log. I manually terminate the business process, do a new import from a different point - same result. It feels like there's some internal limit hardcoded somewhere - where should I dig?
I tried a workaround - through import. Created an additional chunk entity and then during import a business process is triggered which also selects records from the corresponding chunk (500 at a time). And what's interesting - the process also stalls at around 9,000 created records. Moreover, it doesn't matter from which point you start the process - it processes about 9,000 records and that's it - just hangs in running business processes. No database locks, no errors in the log. I manually terminate the business process, do a new import from a different point - same result. It feels like there's some internal limit hardcoded somewhere - where should I dig?
Comment