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
After migration to spring parent 2.5.0 from 3.4.0, the spring data redis lost data the intermittently.
I isolated one specific scenario that reproduce in my machine.
Enviroment:
I use the default Spring integration
I save the object complex in spring session through below code:
I use the last version of redis (7.4.1)
Scenario
My aplication execute the endpoint /front/adapters/grouper/23866860
After the response of backend, the front call the requests in parallel
/front/constraints/list/disabled
/front/user-requirements/user/forced/dto
/front/tree
/front/user-requirements/recommendation/disabled
/front/tree/nodes/filter/autocomplete
In my secondary user interactive, i call the endpoint /front/drawings-urs[]
My problem:
When, i started the application in every firsty execution, the system lost data session in the parallel requests.
I created one LoggableDispatcherServlet to log session informations, please follow the file: LoggableDispatcherServlet.txt
In log from LoggableDispatcherServlet, please, check the order of request/response. I converted from table the better visualization
Spring Session and Spring Integration are separate projects. This repository hosts Spring Data Redis. I suggest you file in either one of these projects a ticket to get further guidance. It sounds as if Spring Session would be the better place to start with.
After migration to spring parent 2.5.0 from 3.4.0, the spring data redis lost data the intermittently.
I isolated one specific scenario that reproduce in my machine.
Enviroment:
Scenario
My aplication execute the endpoint
/front/adapters/grouper/23866860
After the response of backend, the front call the requests in parallel
In my secondary user interactive, i call the endpoint
/front/drawings-urs[]
My problem:
When, i started the application in every firsty execution, the system lost data session in the parallel requests.
I created one LoggableDispatcherServlet to log session informations, please follow the file: LoggableDispatcherServlet.txt
In log from LoggableDispatcherServlet, please, check the order of request/response. I converted from table the better visualization
Check:
Please, verify and fix this problem, please. If need more information, please tell me in the response this question.
The text was updated successfully, but these errors were encountered: