Node not responding to pings.

2013-08-26 Thread bugra
Hi,

I am trying out Riak and experience some failure messages. When starting
Riak it always tells me, that the node 'r...@my.ipa.ddr.ess' is not
responding. The IP address of my host is the same as the node name
configured in the vm.args file. Also the http and pb options are configured
with the same IP address of the host.

Reading some other forum posts, the usual hint is to delete the
/var/lib/riak/ring fodler and restart Riak. This unfortunately doesn't help
me. After taking a look in the 'riak-admin console' option I saw following
console log.

-
Node 'riak@192.168.75.227' not responding to pings.
config is OK
Exec: /usr/lib/riak/erts-5.9.1/bin/erlexec -boot
/usr/lib/riak/releases/1.4.1/riak  -config /etc/riak/app.config 
   
-pa /usr/lib/riak/lib/basho-patches -args_file /etc/riak/vm.args
-- console
Root: /usr/lib/riak
Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:2:2] [async-threads:64]
[kernel-poll:true]

/usr/lib/riak/lib/os_mon-2.2.9/priv/bin/memsup: Erlang has closed. 
   Erlang
has closed

   
{"Kernel pid
terminated",application_controller,"{application_start_failure,riak_core,{shutdown,{riak_core_app,start,[normal,[]]}}}"}

Crash dump was written to: /var/log/riak/erl_crash.dump
Kernel pid terminated (application_controller)
({application_start_failure,riak_core,{shutdown,{riak_core_app,start,[normal,[]]}}})
-

I can't proceed with the error search. I am trying to figure out what is
going wrong. So, any help is appreciated. Maybe you have some good hints or
tips.



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Node-not-responding-to-pings-tp4028955.html
Sent from the Riak Users mailing list archive at Nabble.com.

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Repeated key exchange between 2 nodes

2013-08-26 Thread Daniil Churikov
Any thoughts that could shed some light to this? Anyone?

Btw by "periodically" I mean every 20-30 min.



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Repeated-key-exchange-between-2-nodes-tp4028932p4028956.html
Sent from the Riak Users mailing list archive at Nabble.com.

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Node not responding to pings.

2013-08-26 Thread bugra
Ok. Found the failure. The app.config file was not valid and therefore Riak
had troubles to execute. Thanks anyway.



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Node-not-responding-to-pings-tp4028955p4028957.html
Sent from the Riak Users mailing list archive at Nabble.com.

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Error while deleting a whole Bucket using Contrib Reducer

2013-08-26 Thread sandeep
Hi,

I am getting similar error on running a mr job on full bucket.
Can any one update with the possible solution.
Error sinppet:

[error] <0.26664.0> Webmachine error at path "/mapred" : no case clause
matching
{error,{1,[{module,riak_kv_w_reduce},{partition,776422744832042175295707567380525354192214163456},{details,[{fitting,{fitting,<0.5947.1>,#Ref<0.0.2.136729>,<<135,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255>>,1}},{name,1},{module,riak_kv_w_reduce},{arg,{rct,#Fun,none}},{output,{fitting,<0.5945.1>,#Ref<0.0.2.136729>,sink,undefined}},{options,[{log,sink},{trace,[error]},{sink,{fitting,<0.5945.1>,#Ref<0.0.2.136729>,sink,undefined}},{sink_type,...}]},...]},...]}}
in riak_kv_wm_mapred:pipe_mapred_nonchunked/3



--
View this message in context: 
http://riak-users.197444.n3.nabble.com/Error-while-deleting-a-whole-Bucket-using-Contrib-Reducer-tp4028316p4028958.html
Sent from the Riak Users mailing list archive at Nabble.com.

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Tweaked Riak development process

2013-08-26 Thread John Daily
TL;DR: For improved consistency and easier release testing, Basho is modifying 
the way our engineers use Git and GitHub. This information is primarily of 
interest to anyone who is using our libraries for other projects or who 
experiments with unreleased snapshots of Riak.


Historically, most of Basho's GitHub repositories[1] (including Riak) have used 
one convention for branch structure, while Riak CS has maintained a different 
standard[2], inspired by git-flow[3].

In the interests of unifying our approach and improving the release process, 
all Basho-managed repositories have been converted to use the CS approach.

The most notable change is that the "master" branch, which today undergoes 
active development, will instead reflect the latest stable release. New 
development will be conducted (in the form of pull requests) against a branch 
named "develop".

Additionally, we will introduce a branch named "staging" to some of our 
repositories. This will be a more stable branch for manual testing, with only 
those updates that have passed our automated tests.

A more detailed description of the model is available[4]. Please feel free to 
contact us on this list or via issues on GitHub if you have questions or 
concerns.

[1] https://github.com/basho
[2] https://github.com/basho/riak_cs/wiki/Git-Flow
[3] http://nvie.com/posts/a-successful-git-branching-model/
[4] https://github.com/basho/riak/wiki/Basho-repository-management

-John Daily
Technical Evangelist
Basho


___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com