-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Study possible ways to replicate HTTP sessions (Tomcat based) #8923
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Comments
I have tried the following conf and everything is worked except the Changes reqired:
|
The following error appears when Tomcat tries to send session state:
|
skabashnyuk
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
team/platform
labels
Mar 5, 2018
we want to avoid http session replication. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
Description
To enable parallel run of several master instances we need to synchonize state of the HTTP sessions to avoid unstable behavior.
Docs:
[1] https://tomcat.apache.org/tomcat-8.0-doc/cluster-howto.html
The text was updated successfully, but these errors were encountered: