You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a crash message when I do a search that include both field list limitation and sort. It seems to be crashing in erlang on the server side with an Error processing incoming message: error:badarg in riak_api_pb_server.erl. I'm only getting this crash through the python client it actually works from the web interface.
I'm running Riak 2.0 RC1 with python client 2.1 RC.
More info. I tried switching the protocol to HTTP inside the python client and it is still crashing. But now the error is more descriptive. I'm getting a KeyError for the field maxScore at the following:
The text was updated successfully, but these errors were encountered:
stevegaron
changed the title
Crash message when searching with sort and reduce field list.
Crash message when searching with sort and reduced field list.
Aug 22, 2014
Basho-JIRA
changed the title
Crash message when searching with sort and reduced field list.
Crash message when searching with sort and reduced field list. [JIRA: CLIENTS-393]
May 6, 2015
I'm getting a crash message when I do a search that include both field list limitation and sort. It seems to be crashing in erlang on the server side with an
Error processing incoming message: error:badarg
inriak_api_pb_server.erl
. I'm only getting this crash through the python client it actually works from the web interface.So the following code will crash:
But on the web server side the following works:
I'm running Riak 2.0 RC1 with python client 2.1 RC.
More info. I tried switching the protocol to HTTP inside the python client and it is still crashing. But now the error is more descriptive. I'm getting a KeyError for the field maxScore at the following:
The text was updated successfully, but these errors were encountered: