We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the environment
Manticore Search version (top line in output of bin/searchd -v or bin/indexer -v): Manticore 3.3.0 01fc8ad@200204 release
bin/searchd -v
bin/indexer -v
OS version (uname -a if on a Unix-like system): Linux debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
uname -a
Build version: manticore_3.3.0-200204-01fc8ad1-release.buster_amd64-bin.deb
Describe the problem: searchd crashes under the following conditions:
GROUP BY
OPTION ranker = none
Steps to reproduce:
Query examples:
SELECT type_id FROM src_dist GROUP BY type_id OPTION ranker = none; SELECT type_id FROM src_1, src_2 GROUP BY type_id OPTION ranker = none;
The configuration file, test data, crash dump, and other necessary data are provided in the attachment necessary_data.zip
The text was updated successfully, but these errors were encountered:
I also noticed that the ranker option appears twice in the query log. Maybe this is related to the bug somehow.
Sorry, something went wrong.
I've just fixed daemon crash on ranker none without id at select list at commit 632bdfd
tomatolog
No branches or pull requests
Describe the environment
Manticore Search version (top line in output of
bin/searchd -v
orbin/indexer -v
):Manticore 3.3.0 01fc8ad@200204 release
OS version (
uname -a
if on a Unix-like system):Linux debian 4.19.0-8-amd64 #1 SMP Debian 4.19.98-1 (2020-01-26) x86_64 GNU/Linux
Build version:
manticore_3.3.0-200204-01fc8ad1-release.buster_amd64-bin.deb
Describe the problem:
searchd crashes under the following conditions:
GROUP BY
is usedOPTION ranker = none
is usedSteps to reproduce:
Query examples:
The configuration file, test data, crash dump, and other necessary data are provided in the attachment
necessary_data.zip
The text was updated successfully, but these errors were encountered: