Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Unable to process packets in Processor #323

Open
amoljad opened this issue Jun 21, 2020 · 0 comments
Open

[BUG] - Unable to process packets in Processor #323

amoljad opened this issue Jun 21, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@amoljad
Copy link

amoljad commented Jun 21, 2020

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:

  1. Upload 100 packets from a registration client to processor
  2. 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

@amoljad amoljad added duplicate This issue or pull request already exists invalid This doesn't seem right wontfix This will not be worked on labels Jun 21, 2020
@hosurkrishnan hosurkrishnan added bug Something isn't working and removed duplicate This issue or pull request already exists invalid This doesn't seem right wontfix This will not be worked on labels Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants