<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>43396</bug_id>
          
          <creation_ts>2022-07-29 14:12:08 +0300</creation_ts>
          <short_desc>Не подгружаются библиотеки колоночного хранилища в manticore</short_desc>
          <delta_ts>2022-07-29 14:12:32 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>libmanticore-columnar</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexandr Shashkin">dutyrok</reporter>
          <assigned_to name="Vitaly Lipatov">lav</assigned_to>
          <cc>lav</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>213292</commentid>
    <comment_count>0</comment_count>
    <who name="Alexandr Shashkin">dutyrok</who>
    <bug_when>2022-07-29 14:12:08 +0300</bug_when>
    <thetext>Версия программы:
=================
manticore-5.0.2-alt2
libmanticore-columnar-1.15.4-alt1

Шаги, приводящие к ошибке:
==========================
1) Установить пакеты MySQL-server, manticore, libmanticore-columnar:
   # apt-get install MySQL-server manticore libmanticore -y
2) Запустить сервера СУБД и manticore:
   # systemctl enable --now manticore; sleep 3 ; systemctl status manticore
   # systemctl enable --now mysqld ; sleep3 ; systemctl status mysqld
3) Отобразить версию:
   $ searchd -v
4) Подключиться к manticore:
   $ mysql -h0 -P9306
5) Создать таблицу с использованием колоночного хранилища 
   mysql&gt;  create table cproducts(title text, price float) morphology=&apos;stem_en&apos; engine=&apos;columnar&apos;;
 
Результат:
==========
Вывод команды searchd -v (версия columnar отсутствует):
Manticore 5.0.2 348514c86@220530 dev 
...

Таблица с использованием колоночного хранилища не создается: ERROR 1064 (42000): error adding index &apos;cproducts&apos;: columnar library not loaded

Ожидаемый результат:
====================
Вывод комманды searchd -v (версия columnar присутствует):
Manticore 5.0.2 348514c86@220530 dev (columnar 1.15.4 2fef34e@220522) (secondary 1.15.4 2fef34e@220522)
...

Дополнительно:
==============
На ubuntu файлы .so помещается в /usr/share/manticore/modules а не /usr/lib64. Если перенести эти файлы туда. То ошибка не воспроизводится.
Также ошибка воспроизводится в P10 на версии libmanticore-columnar-1.12.2-alt1</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>