OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.13k stars 572 forks source link

Support config updates between checkpoint and restore for HTTP Session Cache #28330

Closed anjumfatima90 closed 1 day ago

anjumfatima90 commented 2 weeks ago

For epic #26845 Investigate which attributes can be updated after checkpoint and before restore.

Currently the following attributes under Performance in HttpSession cannot be updated between checkpoint/restore.

anjumfatima90 commented 1 week ago

After discussion with @zhang-ca and @tjwatson, decided to log a warning message when these are attributes are modified at restore. Since there is a very little probability of user updating these config properties at deployment time in a container environment.