Riak upgrade from 1.4.10 to 2.0.2 failed

2014-11-13 Thread Guido Medina

Hi,

Failed miserably trying to upgrade Riak 1.4.10 to 2.0.2 after created 
all the patch files to use the new riak.conf, I noticed that we don't 
need custom parameters any longer so the only thing we changed was the 
backend to be leveldb


Is it level DB max open files parameter needed any longer? I couldn't 
find it at the advanced config docs. Hence I'm not using it.


Any hints?

Regards,

Guido.

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


Re: Riak upgrade from 1.4.10 to 2.0.2 failed

2014-11-13 Thread Guido Medina

Forgot to paste the error message:

   2014-11-13 14:16:06.524 [info] 0.7.0 Application mochiweb started
   on node nonode@nohost
   2014-11-13 14:16:06.528 [info] 0.7.0 Application webmachine
   started on node nonode@nohost
   2014-11-13 14:16:06.528 [info] 0.7.0 Application basho_stats
   started on node nonode@nohost
   2014-11-13 14:16:06.531 [info] 0.7.0 Application bitcask started
   on node nonode@nohost
   2014-11-13 14:16:06.531 [info] 0.7.0 Application eleveldb started
   on node nonode@nohost
   2014-11-13 14:16:06.531 [info] 0.7.0 Application pbkdf2 started on
   node nonode@nohost
   2014-11-13 14:16:06.531 [info] 0.7.0 Application poolboy started
   on node nonode@nohost
   2014-11-13 14:16:06.819 [error] 0.144.0 Supervisor riak_core_sup
   had child riak_core_broadcast started with
   riak_core_broadcast:start_link() at undefined exit with reason
   
{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['r...@x1.clonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',['r...@x6.clonmel.temetra.com',...]}]],...},...]}}
   in context start_error
   2014-11-13 14:16:06.819 [error] 0.142.0 CRASH REPORT Process
   0.142.0 with 0 neighbours exited with reason:
   
{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['r...@x1.clonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}
   in application_master:init/4 line 133
   2014-11-13 14:16:06.819 [info] 0.7.0 Application riak_core exited
   with reason:
   
{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['r...@x1.clonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}


On 13/11/14 14:32, Guido Medina wrote:

Hi,

Failed miserably trying to upgrade Riak 1.4.10 to 2.0.2 after created 
all the patch files to use the new riak.conf, I noticed that we don't 
need custom parameters any longer so the only thing we changed was the 
backend to be leveldb


Is it level DB max open files parameter needed any longer? I couldn't 
find it at the advanced config docs. Hence I'm not using it.


Any hints?

Regards,

Guido.


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


Re: Riak upgrade from 1.4.10 to 2.0.2 failed

2014-11-13 Thread Guido Medina

Why is it Riak assuming the node is called nonode@nohost?

I didn't have to set that before and somehow my vm.args ended with the 
proper node name, in this case this one should be 
r...@x1.clonmel.temetra.com


Regards,

Guido.

On 13/11/14 14:34, Guido Medina wrote:

Forgot to paste the error message:

2014-11-13 14:16:06.524 [info] 0.7.0 Application mochiweb
started on node nonode@nohost
2014-11-13 14:16:06.528 [info] 0.7.0 Application webmachine
started on node nonode@nohost
2014-11-13 14:16:06.528 [info] 0.7.0 Application basho_stats
started on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application bitcask started
on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application eleveldb
started on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application pbkdf2 started
on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application poolboy started
on node nonode@nohost
2014-11-13 14:16:06.819 [error] 0.144.0 Supervisor riak_core_sup
had child riak_core_broadcast started with
riak_core_broadcast:start_link() at undefined exit with reason

{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['r...@x1.clonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',['r...@x6.clonmel.temetra.com',...]}]],...},...]}}
in context start_error
2014-11-13 14:16:06.819 [error] 0.142.0 CRASH REPORT Process
0.142.0 with 0 neighbours exited with reason:

{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['riak@x1.c

lonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}
in application_master:init/4 line 133
2014-11-13 14:16:06.819 [info] 0.7.0 Application riak_core
exited with reason:

{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['riak@x1.clonmel

.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}


On 13/11/14 14:32, Guido Medina wrote:

Hi,

Failed miserably trying to upgrade Riak 1.4.10 to 2.0.2 after created 
all the patch files to use the new riak.conf, I noticed that we don't 
need custom parameters any longer so the only thing we changed was 
the backend to be leveldb


Is it level DB max open files parameter needed any longer? I couldn't 
find it at the advanced config docs. Hence I'm not using it.


Any hints?

Regards,

Guido.




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


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


Re: Riak upgrade from 1.4.10 to 2.0.2 failed

2014-11-13 Thread Guido Medina
Disregard please, our patch file uses FQDN and it was pointing to the 
wrong file (vm.args)


Guido.

On 13/11/14 14:43, Guido Medina wrote:

Why is it Riak assuming the node is called nonode@nohost?

I didn't have to set that before and somehow my vm.args ended with the 
proper node name, in this case this one should be 
r...@x1.clonmel.temetra.com


Regards,

Guido.

On 13/11/14 14:34, Guido Medina wrote:

Forgot to paste the error message:

2014-11-13 14:16:06.524 [info] 0.7.0 Application mochiweb
started on node nonode@nohost
2014-11-13 14:16:06.528 [info] 0.7.0 Application webmachine
started on node nonode@nohost
2014-11-13 14:16:06.528 [info] 0.7.0 Application basho_stats
started on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application bitcask
started on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application eleveldb
started on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application pbkdf2 started
on node nonode@nohost
2014-11-13 14:16:06.531 [info] 0.7.0 Application poolboy
started on node nonode@nohost
2014-11-13 14:16:06.819 [error] 0.144.0 Supervisor
riak_core_sup had child riak_core_broadcast started with
riak_core_broadcast:start_link() at undefined exit with reason

{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['r...@x1.clonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',['r...@x6.clonmel.temetra.com',...]}]],...},...]}}
in context start_error
2014-11-13 14:16:06.819 [error] 0.142.0 CRASH REPORT Process
0.142.0 with 0 neighbours exited with reason:

{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['riak@x1.c

lonmel.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}
in application_master:init/4 line 133
2014-11-13 14:16:06.819 [info] 0.7.0 Application riak_core
exited with reason:

{{shutdown,{failed_to_start_child,riak_core_broadcast,{'EXIT',{function_clause,[{orddict,fetch,[nonode@nohost,[{'r...@x1.clonmel.temetra.com',['r...@x2.clonmel.temetra.com','r...@x3.clonmel.temetra.com']},{'r...@x2.clonmel.temetra.com',['r...@x5.clonmel.temetra.com','r...@x6.clonmel.temetra.com']},{'r...@x3.clonmel.temetra.com',['riak@x1.clonmel

.temetra.com','r...@x2.clonmel.temetra.com']},{'r...@x5.clonmel.temetra.com',['r...@x3.clonmel.temetra.com','r...@x5.clonmel.temetra.com']},{'r...@x6.clonmel.temetra.com',...}]],...},...],...}


On 13/11/14 14:32, Guido Medina wrote:

Hi,

Failed miserably trying to upgrade Riak 1.4.10 to 2.0.2 after 
created all the patch files to use the new riak.conf, I noticed that 
we don't need custom parameters any longer so the only thing we 
changed was the backend to be leveldb


Is it level DB max open files parameter needed any longer? I 
couldn't find it at the advanced config docs. Hence I'm not using it.


Any hints?

Regards,

Guido.




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




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


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