-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Describe the bug
We are carrying out performance testing of processor to determine the processing capability of each stage with single instance of docker. Hence we uploaded about 1000 packets serially.
We are facing time out exception between packet uploaded and CEPH
To Reproduce
Steps to reproduce the behavior:
- Upload 100 packets from a registration client to processor
- Check the logs for timeout exception in Uploaded stage
Expected behavior
Packet should get processed when uploaded serially
Screenshots
Refer logs attached
Environment (please complete the following information):
- Server OS: [CentOS 7]
- Client OS : [Windows 10]
- Build : [MOSIP 1.0.0]
- Browser : NA
Attach logs
Logs attached
processor_uploader_stage_connection_error.txt
Additional context
Hence we increased the number of concurrent connections parameters in CEPH to 100 to 1000, still the issue persisted
However, we independently pushed the data from a dummy java program, where everytime we created a new connection to CEPH instead to reusing the existing one, and the program just worked fine
processor_uploader_stage_connection_error.txt