Re: Reg: PUT operations

2015-02-06 Thread Shawn Debnath
On exceptions, your connection to Riak is dropped. Try reconnecting and issuing the get again. {noproc, {gen_server,call is typically the symptom for these scenarios. On 2/6/15, 3:30 AM, "Babu Sunil" mailto:ssb491...@gmail.com>> wrote: Dear all, I am facing an issue during PUT operation in RI

Reg: PUT operations

2015-02-06 Thread Babu Sunil
Dear all, I am facing an issue during PUT operation in RIAK-Erlang. *Problem Details: * *1.* When I try to PUT a record its showing the below error message. *Code :* riakc_pb_socket:put(Pid, CustObj). *Error:* {error,<<"{error,locked}">>} *2. When I perform GET operations I am facing the bel