preflist_exhausted error...

2012-05-29 Thread Sati, Mohit
Hello All, I have built a new 4 node cluster using riak version riak-1.1.2-1.el6.x86_64. I was reading several of the posts and inspite of doing the following, I'm still getting the preflist... error. 1. New riak version with mapred_builtins.js -rw-r--r-- 1 root root 2936 Apr 17 05:25 /usr/li

RE: preflist_exhausted error

2012-04-27 Thread Sati, Mohit
it Cc: riak-users@lists.basho.com Subject: Re: preflist_exhausted error Mohit, Be aware that key filters are just a thin layer on top of full-bucket key listings. You'd be better off storing the field you want to filter in a secondary index, which more efficiently supports range queries (note that o

RE: preflist_exhausted error

2012-04-25 Thread Sati, Mohit
, 2012 11:58 AM To: Sati, Mohit Cc: riak-users@lists.basho.com Subject: Re: preflist_exhausted error Mohit, Be aware that key filters are just a thin layer on top of full-bucket key listings. You'd be better off storing the field you want to filter in a secondary index, which more effici

Re: preflist_exhausted error

2012-04-24 Thread Matthew Tovbin
Sati, Check, if you see the following error in your log file: crasher: initial call: riak_kv_js_vm:init/1 pid: <0.404.0> registered_name: [] exception exit: {{badmatch,{error ,enoent}},[{riak_kv_js_vm,load_mapred_builtins,1},{js_driver,new,3},{riak_kv_js_vm,init,1},{gen_server,init

Re: preflist_exhausted error

2012-04-24 Thread Sean Cribbs
Mohit, Be aware that key filters are just a thin layer on top of full-bucket key listings. You'd be better off storing the field you want to filter in a secondary index, which more efficiently supports range queries (note that only the LevelDB storage engine currently supports secondary indexes).

preflist_exhausted error

2012-04-24 Thread Sati, Mohit
Hello All, I'm getting the below error in my queries. I'm using riak 1.1.1 Riak Version: $rpm -qa | grep riak riak-1.1.1-1.el6.x86_64 Riak Error: HTTP/1.1 100 Continue HTTP/1.1 500 Internal Server Error Server: MochiWeb/1.1 WebMachine/1.9.0 (someone had painted it blue) Dat