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

Reloading Hyrax 1.13.3 page does not update #8

Closed
ffang10 opened this issue Feb 28, 2017 · 2 comments
Closed

Reloading Hyrax 1.13.3 page does not update #8

ffang10 opened this issue Feb 28, 2017 · 2 comments

Comments

@ffang10
Copy link

ffang10 commented Feb 28, 2017

Not sure if this is a OLFS problem but an opendap repository seems to have some sort of persistence in this release. If I add a file or directory under the root or below, or remove one, and hit reloading the page, the update does not show until I restart the server. I don't observe this behavior in any of the previous releases but it could be some configuration item is odd in my 1.13.3 server.

@ndp-opendap
Copy link
Contributor

Fan,

We added a performance improvement in which the server maintains a memory cache of the catalog. By default it should update every 10000 seconds (~2.7 hours)
We have seen a problem on some systems (Linux/CentOS) in which it never successfully updates. If that's the case on your system you can disable the cache by removing this bit:

    <CatalogCache>
        <maxEntries>10000</maxEntries>
        <updateIntervalSeconds>10000</updateIntervalSeconds>
    </CatalogCache>

from the olfs.xml file. If you are experiencing the never-update issue please also send me all the info on the system: Java version, Tomcat version, OS name and version, etc.

Thanks,

Nathan

@ffang10
Copy link
Author

ffang10 commented Feb 28, 2017 via email

@ffang10 ffang10 closed this as completed Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants