Performance with riak can't reach expected

2015-09-30 Thread 张扬
I benchmark riak's performance using basho_bench in the last days. But the performance is unsatisfying. I have a 2 node cluster, each node running on the same vm(8 CPU, 32 GB RAM). Riak's storage_backend is memory. The total ops could reach 1 with the put command. Can I do something to mak

Re: Performance with riak can't reach expected

2015-09-30 Thread Ruan Jonker
Hi, 1) which client are you using? 2) avg obj/key size & net latency between nodes. 3) are put operations done sequentially or in parallel? 4) what is the round-trip time of one put 5) over which unit of time are you measuring your 1 put operations. 6) bucket/type properties - nval pw w etc.

Using Riak on systemd based Ubuntu

2015-09-30 Thread Matthew Hall
Hello List, Today I tried to get the following items to work in Ubuntu 15.04 Vivid with systemd based SysV compatibility to run the init scripts: Riak 2.1.1 Stanchion 2.0.0 Riak CS 2.0.1 Riak CS Control 1.0.2 My app.config files are here for reference: https://gist.github.com/megahall/676ca041

riak 2.1.1 : Erlang crash dump

2015-09-30 Thread Girish Shankarraman
I have 7 node cluster for riak with a ring_size of 128. System Details: Each node is a VM with 16GB of memory. The backend is using leveldb. sys_system_architecture : <<"x86_64-unknown-linux-gnu">> sys_system_version : <<"Erlang R16B02_basho8 (erts-5.10.3) [source] [64-bit] [smp:4:4] [async-threa

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
Hi Shino, Thanks for your reply. I ran s3cmd and created /root/.s3cfg(uploaded file to this post). I have selected others3 compatible storage and used the same access key/secret key in dragon disk. But it is unable to connect to riak. I'm able to access AWS S3 storage from the same app(dragon d

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
I get below error when I try to create a bucket using s3cmd Test access with supplied credentials? [Y/n] Y Please wait, attempting to list all buckets... Success. Your access key and secret key worked fine :-) Now verifying that encryption works... Success. Encryption and decryption worked fine :

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread Shunichi Shinohara
I asked some questions but the error stack did not answer any. s/Dragon disk/s3cmd/ version of my questions: - Does s3cmd actually attempt to connect to Riak CS? (instead of AWS S3) - If yes, how does TCP communication go on? - If TCP is ok, how is HTTP request/response? - If HTTP is ok, what i

Yokozuna indexes too slow

2015-09-30 Thread ilyas
Hello to the Riak community! I have a cluster of 5 nodes (hardware servers with SSDs, 8 CPU cores, 16GB of RAM, most of it is free). When I store data to the database (up to 1 000 000 keys) without indexes, everything happens very quickly. If I create an index for yokozuna and do the same, the

Re: Riak CS - Unable to create/view bucket details using dragon disk

2015-09-30 Thread G
Dragon disk version - 1.05 S3cmd - 1.1.0-beta3 I think dragon disk is using HTTP to get the data.. Once I add the Riak account in dragon disk below is the output from dragon disk. It is able to issue GET request to riak, but no reply from riak.