-
-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manticore 6.3.2 confuses in which field given string is #2350
Comments
Thanks @pakud ! I can reproduce it with:
but w/o the
|
ok I reproduced the case and investigating it |
should be related to #569 RT index writes disk chunk with hitless wrong, ie while data in memory searches works well - after it got saved as disk chunk it becomes invalid and search got broken that appears as |
I've just fixed this case at the c811e4e now RT index saves disk chunk with right format and result set should be the same for query into RT RAM or RT that saves data into disk chunk. However you need to truncate and reindex your data from skratch after you updates daemon from the dev repository to get the issue fixed. |
@tomatolog , @sanikolaev - thanks a lot for the fix - it works fine! i've tested it with nightly dev build 6.3.3-24071212-0f9c12b53 on production data having more rows and columns. |
Bug Description:
to reproduce run:
inspect the output - it does not contain AnalysisSettings in the content column, on the other hand column contentuninteresting contains that substring, but MATCH should ignore it.
this issue seems to be nondeterministic - affects different rows on different times, but generally i can reproduce it with every full load of l2.sql
l2.zip
thanks in advance for investigating it!
Manticore Search Version:
6.3.2-24062606-c296dc7c8
Operating System Version:
Debian GNU/Linux 12
Have you tried the latest development version?
No
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: