JMeter performance tests for bulk edit application

The tests run at  https://bulk-edit-perf.ci.folio.org environment.

Tests configuration:

Results:

1) Tests results to update 10 records of users data by one user per second 100 times:

All tests run without any errors.

2) Tests result to update 100 records of users data by one user per second 100 times:

All tests run without any errors.

3) Tests result to update 1000 records of users data by one user per second 100 times:

The scenarios for bulk edit using file with users barcodes to get initial users data run without issues.

While tests run query scenarios to get initial users data there are errors:

Error for cql query
codes [Size.job.exportTypeSpecificParameters.query,Size.exportTypeSpecificParameters.query,Size.query,Size.java.lang.String,Size]; 
arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [job.exportTypeSpecificParameters.query,exportTypeSpecificParameters.query]; 
arguments []; default message [exportTypeSpecificParameters.query],5000,0];
default message [size must be between 0 and 5000]]

The reason of above issue is a long cql statement to retrieve 1000 users barcodes.