Error initializing columnar storage: daemon requires columnar library v18 (trying to load v21)

hi there
when trying to rotate the indexes facing the below issue

Searchd version


[root@test1 manticoresearch]# searchd -v
Manticore 6.0.4 1b1940d12@230314
Copyright (c) 2001-2016, Andrew Aksyonoff
Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)
Copyright (c) 2017-2023, Manticore Software LTD (https://manticoresearch.com)

[25:56.537] [22955] WARNING: Error initializing columnar storage: daemon requires columnar library v18 (trying to lo                                               ad v21)
[25:56.537] [22955] WARNING: Error initializing secondary index: daemon requires secondary library v6 (trying to loa                                               d v10)
[root@test1 manticoresearch]#

searchd.log

[root@test1 manticoresearch]# tail -f /var/log/manticore/searchd.log
[Thu Aug 10 18:24:10.456 2023] [22810] Index header format is not json, will try it as binary...
[Thu Aug 10 18:24:10.456 2023] [22810] WARNING: Unable to load header... Error failed to open /var/lib/manticore/data/idx_storeid_11276.sph: No such file or directory
[Thu Aug 10 18:24:10.456 2023] [22810] WARNING: table 'idx_storeid_11276': prealloc: failed to open /var/lib/manticore/data/idx_storeid_11276.sph: No such file or directory - NOT SERVING
[Thu Aug 10 18:24:10.456 2023] [22810] Index header format is not json, will try it as binary...
[Thu Aug 10 18:24:10.456 2023] [22810] WARNING: Unable to load header... Error failed to open /var/lib/manticore/data/idx_storeid_11804.sph: No such file or directory
[Thu Aug 10 18:24:10.456 2023] [22810] WARNING: table 'idx_storeid_11804': prealloc: failed to open /var/lib/manticore/data/idx_storeid_11804.sph: No such file or directory - NOT SERVING
[Thu Aug 10 18:24:10.468 2023] [22814] prereading 8 tables
[Thu Aug 10 18:24:10.470 2023] [22809] WARNING: [BUDDY] no SPHINX or HTTP listeners found, disabled
[Thu Aug 10 18:24:10.470 2023] [22809] accepting connections
[Thu Aug 10 18:24:10.488 2023] [22814] preread 8 tables in 0.020 sec
^Z
[12]+  Stopped                 tail -f /var/log/manticore/searchd.log
[root@test1 manticoresearch]#

It looks like you’ve updated the columnar library, but haven’t updated the daemon. There’s version 6.2.0 which should be compatible with the newer columnar/seconary libraries. I recommend upgrading to it.