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

Pages not loading on BUDA #512

Closed
TBRC-Travis opened this issue Jul 3, 2021 · 7 comments
Closed

Pages not loading on BUDA #512

TBRC-Travis opened this issue Jul 3, 2021 · 7 comments

Comments

@TBRC-Travis
Copy link

TBRC-Travis commented Jul 3, 2021

@eroux @xristy images currently not loading on BUDA:

not-loading

Screen Shot 2021-07-03 at 1 53 52 PM

Screen Shot 2021-07-03 at 1 59 27 PM

@eroux
Copy link
Contributor

eroux commented Jul 3, 2021

thanks! there was no room left on the hard drive of the server... @xristy the problem comes from Fuseki that's growing out of control... I've removed the test database so that there's room until Monday. But the weird thing is that the auth database is around 50GB, which is weird as it contains almost nothing... perhaps we should investigate that?

@xristy
Copy link

xristy commented Jul 3, 2021

@eroux databases core is fine - i.e., it has grown 10-15GB over the past 6 months or so which is reasonable.

The issue is the auth db (58.9 GB), which I actually know nothing about. I know it was set up by @MarcAgate but I don't know what's supposed to be in there and such. I thought is was some sort of auxiliary db of user profile data which shouldn't be more than a few MB I would think. I doubt there's more than at most a few hundred registered users based on current usage stats.

I removed the lucene-test index for an additional 5.82 GB.

@xristy
Copy link

xristy commented Jul 3, 2021

further /usr/local/share/.cache/yarn is consuming 23.874 GB

admin@buda1:/usr/local/share/.cache/yarn$ sudo du -sm *
14116	v2
9759	v6

This may be related iiif somehow?

@eroux
Copy link
Contributor

eroux commented Jul 3, 2021

Auth is the private data of users, there should be almost nothing there... I'll analyze that on Monday...

Good finding for the yarn cache! It's just the cache for the deployment of javascript apps, there's really no reason for it to grow out of hands like this!

@eroux
Copy link
Contributor

eroux commented Jul 4, 2021

(related: buda-base/buda-base#40 )

@eroux
Copy link
Contributor

eroux commented Jul 5, 2021

well, here's the weird thing: the auth dataset only has 22244 triples, in 1256 graphs... so 50GB looks quite excessive (there's no plain text thing, it's just names and email addresses). Perhaps this is an instance of TDB1 growing out or control because the same data is written many times? @xristy perhaps we could create a script that:

  • stops fuseki
  • dumps data from auth (with the tdb tools)
  • removes the directory
  • start fuseki again
  • restores the dump

?

@eroux
Copy link
Contributor

eroux commented Jul 9, 2021

@xristy do you think you could look at such a script? If not that's fine, I'm happy to do it! (the auth db is still growing a lot)

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

3 participants