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
When using IndexMapReduce in Java client Riak is returning an empty list instead of proper results, despite that everything is working fine in Python and over HTTP.
Expected Behavior
Riak should return list of all objects containing specified index.
Actual Behavior
Riak is returning empty list instead
Steps to Reproduce
Create bucket, name it and insert data into int
Index this data with few indexes matching searched one
Execute below code with few corrections to match your env
Empty list arrives!
Your Environment
[ 2.1.1] Riak Java Client version
[ 1.8] Java version
[ArchLinux on client side, Ubuntu on server side ] Operating System / Distribution & Version
[ RiakClient.execute()] What methods were being executed during the error
Context
When using IndexMapReduce in Java client Riak is returning an empty list instead of proper results, despite that everything is working fine in Python and over HTTP.
Expected Behavior
Riak should return list of all objects containing specified index.
Actual Behavior
Riak is returning empty list instead
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: