You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
Packet should get processed when uploaded serially
Screenshots
Refer logs attached
Environment (please complete the following information):
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
The text was updated successfully, but these errors were encountered: