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

Clustering Event mode does not remove cached data #31

Open
smithkm opened this issue Sep 20, 2013 · 2 comments
Open

Clustering Event mode does not remove cached data #31

smithkm opened this issue Sep 20, 2013 · 2 comments
Assignees

Comments

@smithkm
Copy link

smithkm commented Sep 20, 2013

When the Cluster module is in event mode old data is being retained after notification of an update.

With two nodes sharing a JDBCConfig catalog, update a catalog entry (title of a feature type for instance) then check on the other node, after waiting for the sync delay set in cluster.properties and the title will not have updated. It will update eventually, on the order of minutes.

The ResourcePool which is doing the caching is being notified and is apparently cleaning up its cache in response. There must be additional caching going on somewhere.

@ghost ghost assigned smithkm Sep 20, 2013
@jdeolive
Copy link

The jdbcconfig facades cache objects internally to save trips to the database... could be in this case those caches are not properly being invalidated. I would look there.

@smithkm
Copy link
Author

smithkm commented Sep 25, 2013

Yep, that was it.

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

No branches or pull requests

3 participants