I've created this [1] issue on riak_kv to track progress. The short story is the bug has been tracked down to `sext`, a library we use for binary encoding of erlang terms that (should) preserves sort order.
[1] https://github.com/basho/riak_kv/issues/499 Reid On Mar 4, 2013, at 11:42 AM, Reid Draper <[email protected]> wrote: > Pavel, > > On first investigation, this does appear to be a bug. We'll be looking into > it today. > > Reid > > On Mar 4, 2013, at 8:34 AM, Pavel Kirienko <[email protected]> > wrote: > >> Hello, >> >> There is the key that indexed with value 1362400142028, index is integer. >> >> I perform the query like that: >> curl -v >> http://<host>:<port>/buckets/<bucket>/index/<index_name>/0/1362400142028 >> >> Or like that: >> curl -v >> http://<host>:<port>/buckets/<bucket>/index/<index_name>/1100000000000/1362400142028 >> >> Everything is fine. >> >> However, when I do that: >> curl -v >> http://<host>:<port>/buckets/<bucket>/index/<index_name>/1000000000000/1362400142028 >> >> I see no key in the output. Has 2i some limitations on integer range? >> >> Pavel. >> _______________________________________________ >> riak-users mailing list >> [email protected] >> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
