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

Incomming request cannot be received if cleanupPeriod is less than reception timeout #3

Open
4 tasks
regnauch opened this issue Jul 24, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@regnauch
Copy link
Contributor

Description

The following property is used as a cleanup period :
sip.cleanQueuesPeriod=5000
The default value is 5000
When this period is less than the reception timeout, reception queue is deleted , then created again by the sip node. As a consequence, there is no more any thread synchronisation on this queue object.

Motivation and Context

  • Project context:
  • SIMULAP version: 1.9.0
  • Operating System version: Rhel6

No impact because of a work-around. Just increase sip.cleanQueuesPeriod so as to be greater than reception timeout.

Steps to reproduce the problem (if appropriate)

Resources

Checklist

  • I have updated the documentation accordingly.
  • I give my issue a label.
  • I put my issue into Support project.
  • I provide the required resources.
@regnauch regnauch added the bug Something isn't working label Jul 24, 2018
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

1 participant