fraction / oasis

Free, open-source, peer-to-peer social application that helps you follow friends and discover new ones on Secure Scuttlebutt (SSB).
http://oasis-demo.fraction.io
GNU Affero General Public License v3.0
286 stars 42 forks source link

Oasis has only processed 80% of the messages and needs to catch up. #458

Open cyisfor opened 4 years ago

cyisfor commented 4 years ago

I know SSB needs time to catch up, but could the UI of Oasis please not be completely locked out during this time? It's been downloading messages faster than it can process, and staying at 80% caught up for an hour now. I should be able to access my own profile, or change settings, even if it can't show me a feed which just became unviewable because new posts were found, and block chains make posts invalid until you have every post before them.

Leaving it at the latest validated post instead of making the feed unviewable would be nice too.

christianbundy commented 4 years ago

Hey, sorry you're bumping into this problem. We're using the reference implementation database (FlumeDB) and it doesn't let us run queries while the database is indexing. Btw, being stuck at 80% for an hour seems very wrong -- any chance there's some error in your terminal output?

Powersource commented 3 years ago

The new db (db2) looks like it might have a lot faster indexing so hopefully this problem will be smaller in the future.