-
Notifications
You must be signed in to change notification settings - Fork 17
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
Index gets stale #17
Comments
Elastic you can set refresh.interval https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-refresh-interval-setting Since you have You can try setting:
If new emails are not searchable even after several minutes after delivery or last imap search command then there is probably some bug. |
refresh.interval isn't explicitly set, so I guess that defaults to 1s. Argh, this is so frustrating to debug, because whenever I want to look at it, it seems to be all working and then a month or so later I'll notice missing emails in my searches again :-/. I remember changing (I'll keep the issue updated if I discover anything more related to this. Might be a bit until this reoccurs.) |
Are missing emails only the latest, or there are some "holes"? |
The issues I've noticed to far have always been that emails after a cutoff time weren't indexed. Like "everything newer than 1 month ago" I usually notice if only after a month because K9-mail does a local search in the most recent 200 emails anyway... |
I'm not exactly sure what I'm doing wrong but I keep running in situations where newer mails seem not searchable unless I explicitly call
for that user.
Here's my config:
Any ideas on how to debug this?
The text was updated successfully, but these errors were encountered: