Skip to content

ZMS-21: Improve elasticsearch indexing#1060

Open
NickOvt wants to merge 1 commit into
masterfrom
ZMS-21
Open

ZMS-21: Improve elasticsearch indexing#1060
NickOvt wants to merge 1 commit into
masterfrom
ZMS-21

Conversation

@NickOvt

@NickOvt NickOvt commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

This PR should improve the current elasticsearch indexing (search not yet implemented).
Before there were two indexers for existing messages and journal, that approach could cause race-conditions
with pretty bad consequences. New system improves this by using a unified queue for both background and live indexing,
with race-condition check and fixes so that live changes on older messages are not overwritten by background indexing of the same message (old message can be marked, for example, unseen even before it is actually indexed with indexer into elastic with a background indexer).

@NickOvt NickOvt requested a review from andris9 April 24, 2026 07:40
@NickOvt NickOvt self-assigned this Apr 24, 2026
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 20 days.

@NickOvt NickOvt added pending Do not close automatically and removed no-pr-activity labels Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending Do not close automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant