Luwak Info

2012-08-17 Thread Jorge Garrido
Can any provide some information about how to use luwak from erlang api (protobuffs) Thanks. Jorge Garrido - MoreloSoft ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

riak reached_max_restart_intensity

2012-09-07 Thread Jorge Garrido
access riak, using a simple load balancing to my cluster. Is it the problem? How can I configure the ulimit for riak, if it is the problem? Thanks Jorge Garrido ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman

backup size

2012-11-26 Thread Jorge Garrido
Hi Actually we are usign riak in production, but we are worried for the size of our backups, actually the size is 5 GB, is that normally or can we implement any solution for that?? Thanks Jorge Garrido ___ riak-users mailing list riak-users

backup size

2012-11-26 Thread Jorge Garrido
> Sorry, for the limited info, I am worried for cost of storage and time for > transactions since I dont know if it is normally or maybe I am making some > wrong when I > put or get data in riak > > Thanks, > > Jorge Garrido __

{error, <<"timeout">>}

2012-12-19 Thread Jorge Garrido
en {error, <<"timeout">>} happens, my connection to riak node is down (disconnected). Recently our servers are restarted but I dont know if it was the problem or the cluster is not configured correctly, the main question is: Which ones are the cau

Riak Search Using Riak Erlang Client

2013-01-18 Thread Jorge Garrido
Hi I've implemented a riak search using riak-erlang-client like this: First I put an object into Riak using erlang: $ erl -pa > ObjUser1 = riakc_obj:new(<<”users”>>, <<”user_one”>>, [{name, mario}, {age, 10}]). > riakc_pb_socket:put(Pid, ObjUser1)

Riak Search on Updated buckets

2013-01-23 Thread Jorge Garrido
happening? Jorge Garrido Thanks ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Issue on riak search when update bucket

2013-01-24 Thread Jorge Garrido
g the old value and the new value How can I kept only last value (updated) for Riak search? Thanks Jorge Garrido ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Restore Fails!

2013-01-27 Thread Jorge Garrido
uot;src/riak_kv_backup.erl"},{line,125}]},{erl_eval,do_apply,6,[{file,"erl_eval.erl"},{line,572}]},{init,start_it,1,[]},{init,start_em,1,[]}]}} Any ideas? Thanks Jorge Garrido ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Bitcask .write.lock and bad behaviours

2014-02-04 Thread Jorge Garrido
that we found is delete all .lock files, but we know if there any option to prevent this or if this is a issue on riak? We use riak version 1.2.1 and we check the logs but we don't get any info about this problem. Any ideas? Thanks Jorge Ga

Re: Riak Search Pagination

2015-12-21 Thread Jorge Garrido
Great!! But can you explain why this issue? On Monday, December 21, 2015, Zeeshan Lakhani wrote: > Best to provide a specific sort ordering on a field if you can. > > Zeeshan Lakhani > programmer | > software engineer at @basho | > org. member/founder of @papers_we_love | > twitter => @zeeshanla

Error on crash.log

2014-09-15 Thread Jorge Garrido gomez
Hello My team detected the next error on our riak cluster: 2014-09-15 11:09:14 =SUPERVISOR REPORT Supervisor: {local,riak_pipe_fitting_sup} Context:shutdown_error Reason: noproc Offender: [{pid,<0.12743.378>},{name,undefined},{mfargs,{riak_pipe_fitting,start_lin

Error On Riak Search

2014-09-24 Thread Jorge Garrido gomez
Hello, Recenlty we experiment an error on our riak cluster related to riak search: 2014-09-20 14:25:36 =ERROR REPORT ** Generic server <0.29307.896> terminating ** Last message in was {tcp,#Port<0.16938821>,<<0,0,0,128,27,10,115,40,112,104,97,115,101,58,112,104,97,115,101,49,32,65,78,68,32

Riak 2.0 override default schema

2014-10-09 Thread Jorge Garrido gomez
Jorge Garrido ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Delete Objects SOLR

2015-03-30 Thread Jorge Garrido gomez
Hello, On riak version 1.x when the search indexes are deleted then the data base is corrupted, is the issue present on riak 2.x with YOKOZUNA and SOLR? The question is because we want delete the objects indexed into Riak Search 2.0 Thank you! Jorge Garrido

Re: Error on crash.log

2015-11-09 Thread Jorge Garrido gomez
Hello, Recently we upgrade our core application written in erlang that uses riak erlang client with protobuffs, before this upgrade we use a simple load balancer between nodes, so in a simple gen_server a pid is created and keep into the state, but some times the pid will be disconnected and we

Mod callback on Pid

2015-11-09 Thread Jorge Garrido gomez
Hello, this is our last commit: https://github.com/zgbjgg/riak-erlang-client/commit/0f5d170e9ba605a668eea09a55b2318ce5927c40 <https://github.com/zgbjgg/riak-erlang-client/commit/0f5d170e9ba605a668eea09a55b2318ce5927c40> Ignore the previous Thank you > On Nov 9, 2015, at 5:56 PM, Jorg

Re: issue creating a custom index/schema

2016-05-09 Thread Jorge Garrido gomez
Hello Alex, We solved the issue using the Spatial: We use that definition for the field and works perfectly, I hope this can be helpful, if you want more info maybe we can help you Thank you! :-) > On May 9, 2016, at 12:06 PM, Alex De la rosa wrote: > > Ok, i solved the issues for the