When the issues index is configured as a public path, multiple nodes cannot start normally #7192

Closed
opened 2025-11-02 07:19:04 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @xingzhaowu on GitHub (Apr 16, 2021).

It is normal to start the first node, but the error message when the second node starts is as follows:
Issue Indexer Initialization timed-out after:30s
My app.ini configuration information is as follows (the three nodes have the same configuration):

[indexer]
ISSUE_INDEXER_PATH=/public/indexers/issues.bleve
ISSUE_INDEXER_QUEUE_DIR=/public/indexers/issues.queue 
Originally created by @xingzhaowu on GitHub (Apr 16, 2021). It is normal to start the first node, but the error message when the second node starts is as follows: Issue Indexer Initialization timed-out after:30s My app.ini configuration information is as follows (the three nodes have the same configuration): ``` [indexer] ISSUE_INDEXER_PATH=/public/indexers/issues.bleve ISSUE_INDEXER_QUEUE_DIR=/public/indexers/issues.queue ```
Author
Owner

@lunny commented on GitHub (Apr 16, 2021):

Multiple nodes should not use bleve as indexer type, you can use db or elasticsearch for issues indexer, elasticsearch for code indexer. And also there are many other thing need to be changed.

@lunny commented on GitHub (Apr 16, 2021): Multiple nodes should not use bleve as indexer type, you can use `db` or `elasticsearch` for issues indexer, `elasticsearch` for code indexer. And also there are many other thing need to be changed.
Author
Owner

@xingzhaowu commented on GitHub (Apr 16, 2021):

Multiple nodes should not use bleve as indexer type, you can use db or elasticsearch for issues indexer, elasticsearch for code indexer. And also there are many other thing need to be changed.

Ok i see, thank you very much.

@xingzhaowu commented on GitHub (Apr 16, 2021): > Multiple nodes should not use bleve as indexer type, you can use `db` or `elasticsearch` for issues indexer, `elasticsearch` for code indexer. And also there are many other thing need to be changed. Ok i see, thank you very much.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7192