spring-projects / spring-session-data-geode

Spring Session support for Apache Geode and VMware Tanzu GemFire
https://projects.spring.io/spring-session/
Apache License 2.0
23 stars 28 forks source link

Refactor and simplify non-dirty Session handling. #16

Closed jxblum closed 5 years ago

jxblum commented 5 years ago

Additional effort is required to workaround Apache Geode bug GEODE-6032 - Entire object is serialized again (and again) when Delta.hasDelta() returns false and client is using PROXY Region and prevent lost updates caused by race conditions when 2 or more Threads, and/or Processes, are concurrently accessing the same (HTTP) Session.