riak is not starting but no error is logged

2012-09-22 Thread kamiseq
hej, I couldn't find much about error i have so Im bit frustrated the bacground is : Im using centos 6.3 hosted locally on virtualbox, I ve followed instructions how to install riak from http://wiki.basho.com/Installing-on-RHEL-and-CentOS.html#From-source and compiled riak from sources because I u

Re: riak is not starting but no error is logged

2012-09-24 Thread kamiseq
__ On 22 September 2012 12:49, kamiseq wrote: > hej, > I couldn't find much about error i have so Im bit frustrated > > the bacground is : > Im using centos 6.3 hosted locally on virtualbox, I ve followed > instructions how to install riak from > http://wiki.ba

Re: riak is not starting but no error is logged

2012-09-24 Thread kamiseq
says that you have two erlang vms running that register them > selves using the same name, > > Kresten > Trifork > > On Sep 24, 2012, at 2:32 PM, kamiseq > mailto:kami...@gmail.com>> wrote: > > hej, > I would really appreciate any feedback on this. > maybe i

Re: riak is not starting but no error is logged

2012-09-24 Thread kamiseq
add steps to change cookie and name? thanks for help pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 24 September 2012 15:23, kamiseq wrote: > ok > > as for double name I already look at that before writing here and I > really couldnt

is java pb client and cluster client thread safe

2012-09-28 Thread kamiseq
probably it was mentioned before but all I can goolge is the post about python client. I couldnt find it anywhere on github's wiki. Reading readme for legacy pb java client I found that that client was thread safe. and if that implementation was used later as base for curent riak java pb client I g

Re: riak search and basic write operations

2012-10-03 Thread kamiseq
t; Enable 2i in Riak, annotate your POJO as you have, and use the default > Converter and you should be fine; nothing else is needed. > > On Tue, Oct 2, 2012 at 4:03 PM, kamiseq wrote: >> hej I am a bit confused about search functionality and basic >> read/write operations.

Re: riak search and basic write operations

2012-10-03 Thread kamiseq
inski@gmail.com __ On 3 October 2012 18:24, kamiseq wrote: > ok, > I admit that somehow I didn't catch at first that example shows second > index usage - so thanks for pointing this out. > > what about questions 1,4,5?? > > pozdrawiam > Pa

Re: riak search and basic write operations

2012-10-04 Thread kamiseq
ok, I think Im just too tired ;] One more question about search if I understand it right only new stored or updated objects will be indexed. can I look somewhere and see that something was indexed?? It would be great to have something like solr admin console. thanks again for helping me. pozdr

default bucket settings

2012-10-08 Thread kamiseq
Im looking for explanation what exactly r, pr, w, dw, pw, rw stands for. Im sorry if this was already posted but I cannot find anything on that. I tried wiki.basho.com/Riak-Glossary.html, http://wiki.basho.com/HTTP-API.html#Bucket-Operations, http://wiki.basho.com/Buckets.html but it only describe

Re: default bucket settings

2012-10-09 Thread kamiseq
oftware Pilot* > ** ** > Trifork A/S > Margrethepladsen 4 · 8000 Aarhus C. · Denmark > Mobile +45 31 12 10 59 > ** ** > > > Den 08/10/2012 kl. 22.56 skrev kamiseq : > > Im looking for explanation what exactly r, pr, w, dw, pw, rw stands for. > > Im s

Re: default bucket settings

2012-10-09 Thread kamiseq
object http API specification. still I dont get difference between w and dw but I guess it is not that important for now pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __ On 9 October 2012 09:19, kamiseq wrote: > thanks, > I also visited that section

Re: default bucket settings

2012-10-09 Thread kamiseq
sent the write to the disk. So with dw, you trade off > latency for a bit more safety. > > > On Tue, Oct 9, 2012 at 10:14 AM, kamiseq wrote: > >> you know what, after another day of searching I ve found out that >> (following http://wiki.basho.com/HTTP-Delete-Obj

Re: default bucket settings

2012-10-09 Thread kamiseq
gt;> GitHub repo about what we need to clarify/tweak? >> >> https://github.com/basho/basho_docs >> >> Best, >> >> Mark >> >> >> >> On Tue, Oct 9, 2012 at 10:40 AM, kamiseq wrote: >> >>> thanks for replay. >>> >>>

riak search - creating many indexes for one inserted object

2012-10-09 Thread kamiseq
hi all, right now we are using solr as search index and we are inserting data manually. so there is nothing to stop us from creating many indexes (sort of views) on same entity, aggregate data and so on. can something like that be achieved with riak search?? I think that commit hooks are good poi

Re: Riak JAVA Client Performance

2012-10-10 Thread kamiseq
maybe the good start is to share pbclient object and only create bucket per request, you will save few steps on client configuration. have you tried balancing requests to cluster and distribute them over all nodes? pozdrawiam Paweł Kamiński kami...@gmail.com pkaminski@gmail.com __

Re: Riak JAVA Client Performance

2012-10-10 Thread kamiseq
higher throughput. > > Pavel > > > On Wed, Oct 10, 2012 at 9:21 AM, kamiseq wrote: >> >> maybe the good start is to share pbclient object and only create >> bucket per request, you will save few steps on client configuration. >> have you tried balancing r

Re: Riak JAVA Client Performance

2012-10-10 Thread kamiseq
iguration: https://gist.github.com/1507077 >>> >>> Once we switched to HA proxy we just use a simple client without >>> cluster >>> config, so the Java client doesn't know anything about the load balancing >>> going on. It works well, I can upgrade an

Re: riak search - creating many indexes for one inserted object

2012-10-23 Thread kamiseq
pkaminski@gmail.com __ On 19 October 2012 18:21, Ryan Zezeski wrote: > Pawel, > > On Tue, Oct 9, 2012 at 5:21 PM, kamiseq wrote: >> >> hi all, >> >> right now we are using solr as search index and we are inserting data >> manually. so th

N val nad W - can write ever fail??

2012-11-12 Thread kamiseq
this is funny but recently I started to think again about how riak works and I thought I know more or less the basics ;] but I start digging and again I read http://docs.basho.com/riak/latest/tutorials/fast-track/Tunable-CAP-Controls-in-Riak/and then made few tests with riak bucket configured as f

Re: N val nad W - can write ever fail??

2012-11-13 Thread kamiseq
odes (well, vnodes) have responded, your > write is considered a success. In the background, Riak will still ensure > that third node is replicated to, giving you three total replicas. > > Hope that helps, > Eric > > > > On Nov 12, 2012, at 3:01 PM, kamiseq wrote: > > this i