Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Christopher Mancini
Hi Toby,

I am actually working on a rewrite of the Galaxy role that we used to have
up there to be simpler and support all of the 2.x features of Riak. You can
access it here: https://github.com/basho-labs/ansible-riak/tree/dev-2.x

I would greatly appreciate any feedback, suggestions as well as any
contributions you may have from your testing on Ubuntu / Debian, since I am
using it with CentOS7 and may not have time to test it with Ubuntu for a
little while still.

Chris

On Wed, May 27, 2015 at 2:35 AM, Toby Corkindale t...@dryft.net wrote:

 Hi,
 Searching for riak roles on Ansible Galaxy brings up this one:
 https://galaxy.ansible.com/list#/roles/777

 However this is listed as only supporting RHEL 6 and Ubuntu 12.04.

 Ubuntu 14.04 is the current long-term-support version, and what we're
 deploying stuff to; it'd be great if the Ansible roles available could
 support it too.

 Cheers,
 Toby

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




-- 
Sincerely,

Christopher Mancini
-

employee = {
purpose: solve problems with code,
phone:7164625591,
email: cmanc...@basho.com,
github:http://www.github.com/christophermancini
}
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Unable to start riak in ubuntu after changing IP address

2015-05-27 Thread Charlie Voiselle
Sambit:

If you change the `nodename` on a node after starting it, you will create a 
condition where the node will no longer be able to find its name in the ring at 
startup and the startup will fail.  If this is a single node cluster, you can 
just wipe the contents of `/var/lib/riak/ring` and a new ring will be 
generated.  If you need to do this for multiple nodes, I would encourage you to 
review http://docs.basho.com/riak/latest/ops/running/nodes/renaming/ 
http://docs.basho.com/riak/latest/ops/running/nodes/renaming/ which is fairly 
exhaustive on the subject of renaming nodes.

Hope this gets you back up and going,

Charlie Voiselle
Client Services, Basho


 
 On May 25, 2015, at 11:43 AM, Vitaly E 13vitam...@gmail.com wrote:
 
 Which version of Riak are you using? Do you see any error messages? 
 
 Also, what Java program are you reffering to? Can you post a link please?
 
 Regards,
 Vitaly
 
 On Fri, May 22, 2015 at 9:29 AM, sambit sambitte...@gmail.com 
 mailto:sambitte...@gmail.com wrote:
 Hi I have successfully installed Riak in ubuntu in my vmware virtual box in
 windows 7. It was working fine when I was applying some command from
 terminal. I want to use Riak from my Eclipse from Windows environment. I am
 using the java program provided by Riak site. I changed the riak IP address,
 after changing I am unable to start Riak. Please help me in this regard. I
 have made the following changes in riak.conf file.
 
 nodename = riak@192.168.17.11 mailto:riak@192.168.17.11
 
 
 listener.http.internal = 192.168.17.11:8098 http://192.168.17.11:8098/
 
 I refered to the following sites.
 
 http://stackoverflow.com/questions/13859906/riak-node-no-longer-working-after-changing-ip-address
  
 http://stackoverflow.com/questions/13859906/riak-node-no-longer-working-after-changing-ip-address
 http://docs.basho.com/riak/1.2.0/references/Command-Line-Tools---riak-admin/#reip
  
 http://docs.basho.com/riak/1.2.0/references/Command-Line-Tools---riak-admin/#reip
 
 Please help to start Riak and suggest me how to run the built-in java
 program from Eclipse in windows 7.
 
 
 
 --
 View this message in context: 
 http://riak-users.197444.n3.nabble.com/Unable-to-start-riak-in-ubuntu-after-changing-IP-address-tp4033065.html
  
 http://riak-users.197444.n3.nabble.com/Unable-to-start-riak-in-ubuntu-after-changing-IP-address-tp4033065.html
 Sent from the Riak Users mailing list archive at Nabble.com.
 
 ___
 riak-users mailing list
 riak-users@lists.basho.com mailto:riak-users@lists.basho.com
 http://lists.basho.com/mailman/listinfo/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


upgrading a node in a 27 nodes cluster

2015-05-27 Thread Damien Krotkine
Hi,

In a cluster with 27 nodes, running 2.0.0, I upgraded one node to 2.1.1
(riak-2.1.1-1.el6.x86_64.rpm). Since them, this node is producing these
kind of logs, every couple of minutes:

2015-05-27 14:56:31.978 [info]
0.94.0@riak_core_sysmon_handler:handle_event:92 monitor long_schedule
0.1201.0
[{initial_call,{riak_core_vnode,init,1}},{almost_current_function,{gen,do_call,4}},{message_queue_len,1}]
[{timeout,1329},{in,{gen,do_call,4}},{out,{gen,do_call,4}}]


Any idea what this is and if it's harmful? I'd like to double check
before upgrading the other nodes

Thanks
dams.

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


Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Johan Sommerfeld
Hi,

I'm using the ansible role as well, and would love to help as well.

I've just started to look at the v2 branch to try and prepare for
rolling upgrade from 1.4 to 2.0/2.1.

/J

On 27 May 2015 at 18:34, Matthew Brender mbren...@basho.com wrote:
 Hey Toby,

 While I'm not thrilled our role is out of date, I'm excited to hear
 you care. We're actively looking for a maintainer of the Ansible Riak
 repo [1]. A quick review of the branching shows that it's a little
 wild west in there.

 If you're game to step up as the maintainer, I'd love to sync up with
 you. We have some great resources (people and existing code) and we're
 in need of someone who wants to curate them all.

 [1] https://github.com/basho-labs/ansible-riak

 Thanks,

 Matt Brender | Developer Advocacy Lead
 Basho Technologies
 t: @mjbrender



 On Wed, May 27, 2015 at 5:24 AM, Christopher Mancini cmanc...@basho.com 
 wrote:
 Hi Toby,

 I am actually working on a rewrite of the Galaxy role that we used to have
 up there to be simpler and support all of the 2.x features of Riak. You can
 access it here: https://github.com/basho-labs/ansible-riak/tree/dev-2.x

 I would greatly appreciate any feedback, suggestions as well as any
 contributions you may have from your testing on Ubuntu / Debian, since I am
 using it with CentOS7 and may not have time to test it with Ubuntu for a
 little while still.

 Chris

 On Wed, May 27, 2015 at 2:35 AM, Toby Corkindale t...@dryft.net wrote:

 Hi,
 Searching for riak roles on Ansible Galaxy brings up this one:
 https://galaxy.ansible.com/list#/roles/777

 However this is listed as only supporting RHEL 6 and Ubuntu 12.04.

 Ubuntu 14.04 is the current long-term-support version, and what we're
 deploying stuff to; it'd be great if the Ansible roles available could
 support it too.

 Cheers,
 Toby

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




 --
 Sincerely,

 Christopher Mancini
 -

 employee = {
 purpose: solve problems with code,
 phone:7164625591,
 email: cmanc...@basho.com,
 github:http://www.github.com/christophermancini
 }

 ___
 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



-- 
Johan Sommerfeld
tel: +46 (0) 70 769 15 73
S2HC Sweden AB
Litsbyvägen 56
187 46 Täby

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


Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Matthew Brender
Hey Toby,

While I'm not thrilled our role is out of date, I'm excited to hear
you care. We're actively looking for a maintainer of the Ansible Riak
repo [1]. A quick review of the branching shows that it's a little
wild west in there.

If you're game to step up as the maintainer, I'd love to sync up with
you. We have some great resources (people and existing code) and we're
in need of someone who wants to curate them all.

[1] https://github.com/basho-labs/ansible-riak

Thanks,

Matt Brender | Developer Advocacy Lead
Basho Technologies
t: @mjbrender



On Wed, May 27, 2015 at 5:24 AM, Christopher Mancini cmanc...@basho.com wrote:
 Hi Toby,

 I am actually working on a rewrite of the Galaxy role that we used to have
 up there to be simpler and support all of the 2.x features of Riak. You can
 access it here: https://github.com/basho-labs/ansible-riak/tree/dev-2.x

 I would greatly appreciate any feedback, suggestions as well as any
 contributions you may have from your testing on Ubuntu / Debian, since I am
 using it with CentOS7 and may not have time to test it with Ubuntu for a
 little while still.

 Chris

 On Wed, May 27, 2015 at 2:35 AM, Toby Corkindale t...@dryft.net wrote:

 Hi,
 Searching for riak roles on Ansible Galaxy brings up this one:
 https://galaxy.ansible.com/list#/roles/777

 However this is listed as only supporting RHEL 6 and Ubuntu 12.04.

 Ubuntu 14.04 is the current long-term-support version, and what we're
 deploying stuff to; it'd be great if the Ansible roles available could
 support it too.

 Cheers,
 Toby

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




 --
 Sincerely,

 Christopher Mancini
 -

 employee = {
 purpose: solve problems with code,
 phone:7164625591,
 email: cmanc...@basho.com,
 github:http://www.github.com/christophermancini
 }

 ___
 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: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Matthew Brender
I should also note that I removed our ansible-galaxy roles from the
Basho account [1] because I found it wasn't in a healthy enough state
to put out there. If the collective group of Toby, J and Christopher
bring this up-to-date, we can get this back online. I'd feel confident
doing so once we have at least one public maintainer.

[1] https://galaxy.ansible.com/list#/users/1531

Matt Brender | Developer Advocacy Lead
Basho Technologies
t: @mjbrender
c: +1 617.817.3195


On Wed, May 27, 2015 at 9:40 AM, Johan Sommerfeld jo...@s2hc.se wrote:
 Hi,

 I'm using the ansible role as well, and would love to help as well.

 I've just started to look at the v2 branch to try and prepare for
 rolling upgrade from 1.4 to 2.0/2.1.

 /J

 On 27 May 2015 at 18:34, Matthew Brender mbren...@basho.com wrote:
 Hey Toby,

 While I'm not thrilled our role is out of date, I'm excited to hear
 you care. We're actively looking for a maintainer of the Ansible Riak
 repo [1]. A quick review of the branching shows that it's a little
 wild west in there.

 If you're game to step up as the maintainer, I'd love to sync up with
 you. We have some great resources (people and existing code) and we're
 in need of someone who wants to curate them all.

 [1] https://github.com/basho-labs/ansible-riak

 Thanks,

 Matt Brender | Developer Advocacy Lead
 Basho Technologies
 t: @mjbrender



 On Wed, May 27, 2015 at 5:24 AM, Christopher Mancini cmanc...@basho.com 
 wrote:
 Hi Toby,

 I am actually working on a rewrite of the Galaxy role that we used to have
 up there to be simpler and support all of the 2.x features of Riak. You can
 access it here: https://github.com/basho-labs/ansible-riak/tree/dev-2.x

 I would greatly appreciate any feedback, suggestions as well as any
 contributions you may have from your testing on Ubuntu / Debian, since I am
 using it with CentOS7 and may not have time to test it with Ubuntu for a
 little while still.

 Chris

 On Wed, May 27, 2015 at 2:35 AM, Toby Corkindale t...@dryft.net wrote:

 Hi,
 Searching for riak roles on Ansible Galaxy brings up this one:
 https://galaxy.ansible.com/list#/roles/777

 However this is listed as only supporting RHEL 6 and Ubuntu 12.04.

 Ubuntu 14.04 is the current long-term-support version, and what we're
 deploying stuff to; it'd be great if the Ansible roles available could
 support it too.

 Cheers,
 Toby

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




 --
 Sincerely,

 Christopher Mancini
 -

 employee = {
 purpose: solve problems with code,
 phone:7164625591,
 email: cmanc...@basho.com,
 github:http://www.github.com/christophermancini
 }

 ___
 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



 --
 Johan Sommerfeld
 tel: +46 (0) 70 769 15 73
 S2HC Sweden AB
 Litsbyvägen 56
 187 46 Täby

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


RIak Ruby Client 2.2.0 released

2015-05-27 Thread Bryce Kerley
The Riak Ruby client version 2.2.0 is now available. This gem is an 
officially-supported client for the Riak key-value database, including support 
for key-value objects, buckets, bucket types, bucket properties, Riak 
Search/Yokozuna, secondary indexes, and more.

This version, 2.2.0, is a feature release.

New features:

* Object-oriented Riak Search (Yokozuna) API.
* Object-oriented Bucket Properties API.
* Bucket type properties are readable.
* Bucket-typed buckets without properties expose properties of bucket type.
* An interface to get a preflist for Riak KV objects has been added.

Small improvements and changes:

* In line with recent Riak documentation and implementation changes, `vclock`
  can also be referred to as `causal_context`.
* Support for synchronous Riak Search index creation with timeouts has been
  added.

Bug fixes:

* Accessing a flag in a non-existent CRDT map returns false now.
* Escaping text in situations that require it is faster, thanks to Jordan
  Goldstein.
* Loading and storing objects from bucket-typed buckets is more reliable and
  correct thanks to Takeshi Akima.

Updating your applications that pull in the gem directly with Bundler is easy: 
make sure the Gemfile doesn’t exclude 2.2.0, and `bundle update riak-client`. 
Gems and applications that transitively depend on riak-client may have a more 
complex update procedure, or it may be as simple as a bundle update. Make sure 
your tests pass before putting it into production!

Thanks to everyone who has participated in developing, testing, using, and 
improving this gem!

Bryce Kerley
Software Engineer
Basho


signature.asc
Description: Message signed with OpenPGP using GPGMail
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Toby Corkindale
Hi,
Searching for riak roles on Ansible Galaxy brings up this one:
https://galaxy.ansible.com/list#/roles/777

However this is listed as only supporting RHEL 6 and Ubuntu 12.04.

Ubuntu 14.04 is the current long-term-support version, and what we're
deploying stuff to; it'd be great if the Ansible roles available could
support it too.

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


Re: Ansible galaxy roles only support three-year-old Ubuntu 12.04

2015-05-27 Thread Toby Corkindale
Hi guys,
I'm afraid I'm already wearing too many hats to pick up the role of
maintainer of the Ansible-riak repository. However, definitely happy to
help out a little.
I'll take a look at the dev-2.x branch and see what I have to change to
make it run on Ubuntu 14.04.

Cheers,
Toby


  On 27 May 2015 at 18:34, Matthew Brender mbren...@basho.com wrote:
  Hey Toby,
 
  While I'm not thrilled our role is out of date, I'm excited to hear
  you care. We're actively looking for a maintainer of the Ansible Riak
  repo [1]. A quick review of the branching shows that it's a little
  wild west in there.
 
  If you're game to step up as the maintainer, I'd love to sync up with
  you. We have some great resources (people and existing code) and we're
  in need of someone who wants to curate them all.
 
  [1] https://github.com/basho-labs/ansible-riak
 
  Thanks,
 
  Matt Brender | Developer Advocacy Lead
  Basho Technologies
  t: @mjbrender
 
 
 
  On Wed, May 27, 2015 at 5:24 AM, Christopher Mancini 
 cmanc...@basho.com wrote:
  Hi Toby,
 
  I am actually working on a rewrite of the Galaxy role that we used to
 have
  up there to be simpler and support all of the 2.x features of Riak.
 You can
  access it here:
 https://github.com/basho-labs/ansible-riak/tree/dev-2.x
 
  I would greatly appreciate any feedback, suggestions as well as any
  contributions you may have from your testing on Ubuntu / Debian, since
 I am
  using it with CentOS7 and may not have time to test it with Ubuntu for
 a
  little while still.
 
  Chris
 


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