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

Monitoring failures with hazelcast-tomcat-sessionmanager #113

Open
shashank929 opened this issue Apr 12, 2021 · 1 comment
Open

Monitoring failures with hazelcast-tomcat-sessionmanager #113

shashank929 opened this issue Apr 12, 2021 · 1 comment

Comments

@shashank929
Copy link

We are about to use this library in production and I had some queries for that from monitoring standpoint:

  • what is the way to monitor any issues with it like

    1. connection failing to hz cluster
    1. any particular log which we can use to track failure to find a particular jsession id
    1. any log we can monitor for any failure related to read/write to the cluster. I am presuming this will be on a separate thread than the thread processing the request due to deferredWrite being 'true' (the default behavior as I see in README.md)
  • what is the behavior when any of the failure happens? Does it start using the local tomcat storage as done with org.apache.catalina.session.StandardManager implementation? Or does it fail the functionality altogether?

@sertugkaya
Copy link

Answered in ZD 7303 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants