Hi, I am using latest ubuntu release for 64.
I am writing to riak and i get no errors. Then again....given a key...,I also get no data. Where did it go? How does one debug riak when you write to riak..it looks like a success, get no data when get by key and get no errors. To start, I wrote to riak using this bucket. I am using the python api. impression_bucket = client.bucket('impressions') impression_bucket.set_n_val(2) impression_bucket.set_dw(1) worker_bucket = impression_bucket.new(id, data=qs) print worker_bucket.store() When I write I get thus object whic is my only idnication of success. I even changed dw to 2. <riak.riak_object.RiakObject object at 0x3027f10> When I query the key....I get nothing. So.....rather confused on how I can write and the data is now lost......... Yes...the buckets are the same for a write and a read. I print how the id as key and data as value and all valid entries. I have data stored on an external device. Data is stored in /data/riak and riak is total permissions. In that dir I see these folders. kv_vnode lost+found mr_queue. Riak control looks 100% ok with all green lights Only option I changed was {platform_data_dir, "/data/riak"}, in app.config. Thanks
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com