Skip to content

Manticore in docker not loading plain tables after sighup #1128

Answered by sanikolaev
jgould22 asked this question in Q&A
Discussion options

You must be logged in to vote

You may have to use RELOAD TABLES in case a table doesn't exist all at the moment when the searchd starts and is built afterwards. When Manticore receives just HUP it's like "oh, I don't have any tables, so I'm just skipping" which looks like this in the log:

[Thu May 18 05:16:07.215 2023] [1] caught SIGHUP (seamless=1, in_rotate=0, need_rotate=0)
[Thu May 18 05:16:07.215 2023] [64] nothing to rotate after SIGHUP

while RELOAD TABLES would result in:

[Thu May 18 05:16:18.226 2023] [75] Config changed (read 345 chars)
[Thu May 18 05:16:18.226 2023] [75] rotating table 'idx': started
[Thu May 18 05:16:18.252 2023] [75] rotating table 'idx': success
[Thu May 18 05:16:18.252 2023] [75] rotati…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jgould22
Comment options

Answer selected by jgould22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants