Daemon crashes when trying to rebuild secondary indexes over a json attribute after that json attribute was updated with a value longer than the original (i.e. caused full json update that was placed at the end of .spb file).
update t set j = '["longer_than_original"]' where id=1;
alter table t rebuild secondary;
Manticore Search Version:
6.3.1
Operating System Version:
Any
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
Bug Description:
Daemon crashes when trying to rebuild secondary indexes over a json attribute after that json attribute was updated with a value longer than the original (i.e. caused full json update that was placed at the end of .spb file).
Manticore Search Version:
6.3.1
Operating System Version:
Any
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.