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

Tile Caching: Caching Defaults: Enabling/Disabling the option "direct integration with GeoServer WMS" reflects only after WMS pod restart #411

Open
groldan opened this issue Jan 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@groldan
Copy link
Member

groldan commented Jan 13, 2024

Steps to reproduce:

  • Try checking the option "Enable direct integration with GeoServer WMS" under Tile Caching, Caching Defaults for the very first time.
  • Under Layers select a layer and Check "Create a cached layer for this layer" under Tile Caching tab for the particular layer
  • Try to access the layer using the WMS endpoint from the browser
  • Check for a folder with the name similar to the layer name under cache directory/persistent volume mount in any of the pod where the cache volume is mounted (It might have not created)
  • Try deleting the WMS pod which automatically creates a new pod with the updated configurations.
  • Try to access the layer again and now you will notice a new folder gets created and the layers start to cache the tiles.

Possible Reason: The WMS spring microservice loads the configuration when it initially starts and not being refreshed for every configuration changes until it restarts or starts again.

--
Originally reported at camptocamp/helm-geoserver-cloud#171

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant