Hi ,

I have set* r  ,w , dw *through *app.config* file . When i display property
of that bucket  it's showing me

r ,w, dw  at  two places i.e

{"props":{"name":"test1","*n_val":2,"r":2,"w":2,"dw":2*,"linkfun":

{"mod":"riak_kv_wm_link_walker","fun":"mapreduce_linkfun"},"old_vclock":86400,"young_vclock":20,"big_vclock":50,"small_vclock":10,
*"r":"quorum","w":"quorum","dw":"quorum","rw":"quorum"*}}


This is part of my app.config file

%% Riak Core config
 {riak_core, [
                         //some other part

          {default_bucket_props, [{n_val,2},{r,2},{w,2},{dw,2}]}
             ]},

Is It right way to set r ,w , dw  in app.config file ?
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to