Re: Loopback Address as Handoff IP/Interface

2015-05-04 Thread Magnus Kessler
On 3 May 2015 at 12:19, Praveen Baratam wrote: > Hello Everybody, > > I am trying to setup a single node Riak cluster and want to use a loopback > address (127.0.0.x) for the Handoff IP to keep the instance private and > invisible to others. > > But the Riak node fails to start and throws an erro

Does riak dotnet client work with Mono?

2015-05-04 Thread syed shabeer
Hi, Does riak dotnet client 2.0 work with Mono? if yes, then please share the steps to add and configure in mono. Thanks, Shabeer ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Does riak dotnet client work with Mono?

2015-05-04 Thread Alex Moore
Hi Shabeer, The .NET client does work with Mono under a .Net 4.0+ runtime, and you can download it through Nuget (http://www.nuget.org/Packages/RiakClient/).   If you don’t have NuGet, you can install an extension to MonoDevelop (https://github.com/mrward/monodevelop-nuget-addin), or use

Re: Different results to same queries

2015-05-04 Thread Christopher Meiklejohn
> On Apr 22, 2015, at 6:45 PM, Sadykov Rustem wrote: > > Hello. > I'm testing riak 1.4.10 on 2 node cluster (on different servers), but result > is same on 3 nodes cluster and on single node also. > > I try to count records in my bucket and always get 3-4 different results. > Query is: > > cu

Re: No WM route

2015-05-04 Thread Christopher Meiklejohn
> On Apr 23, 2015, at 5:42 PM, Amit Anand wrote: > > Hi all Im very new to Riak CS so please bear with me! Finally managed to get > Riak, Riak CS and Stanchion all running and now Im trying to add the admin > user. When I run my curl command I get nothing back and in the logs I see > this err

Re: [Riak-Users]Why riak search only return 1 result every query, how to return all results at once

2015-05-04 Thread Christopher Meiklejohn
> On Apr 21, 2015, at 4:07 PM, 寂寂 <44290...@qq.com> wrote: > > And I create the bucket type by myself: > > riak-admin bucket-type create video '{"props":{"search_index":"videos"}}' > riak-admin bucket-type activate vide > > > -- Original -- > From: "寂寂 ";<44290

Re: [Riak-Users]Why riak search only return 1 result every query, how to return all results at once

2015-05-04 Thread Zeeshan Lakhani
To include with Chris’s questions, are you using a custom or the “default” bucket type? Thanks. Zeeshan Lakhani programmer | software engineer at @basho | org. member/founder of @papers_we_love | paperswelove.org twitter => @zeeshanlakhani > On May 5, 2015, at 4:22 AM, Christopher Meiklejohn

Re: my cluster spontaneously loses a node after ~48hrs

2015-05-04 Thread Scott Lystig Fritchie
Hi, Jason. Have you tried using the system inspection utilities bundled with Riak? http://docs.basho.com/riak/latest/ops/running/tools/riak-admin/#top http://docs.basho.com/riak/latest/ops/running/tools/riak-admin/#cluster-info http://docs.basho.com/riak/latest/ops/upgrading/production-checklist/