Re: Handoff won't complete, shows over 100% progress

2016-04-09 Thread Brian Sparrow
Boris, Let's have a look at the logs to gather more information. Please attach the output of riak-debug from .16 and .13. -Brian On Apr 9, 2016 11:56 AM, "Boris Okner" wrote: > Riak 2.1.3, 7-node cluster, some handoffs seem never to be finished, > 'riak-admin transfers'

Fwd: LucidWorks Banana Integration

2015-11-26 Thread Brian Sparrow
Forwarding to list as I didn't hit reply-all. -Brian -- Forwarded message -- From: Brian Sparrow <bspar...@basho.com> Date: Wed, Nov 25, 2015 at 9:38 PM Subject: Re: LucidWorks Banana Integration To: Mark Schmidt <mschm...@orcawave.net> Mark, Take a look at riak-b

Re: Memory usage

2015-02-13 Thread Brian Sparrow
Hello Edgar, The consistent handoff behavior is normally indicative of a network issue which is resulting in frequent fallback vnodes starts. Based on your previous messages, you are handing off quite a few vnodes with 1 object so the vnodes are not long lived. Additionally, the most recent

Re: Riak Corruption

2015-02-12 Thread Brian Sparrow
Hello, This error is noting corruption on one of the AAE hashtrees within the AAE subsystem. This is a non-essential system and does not impact your data. Our suggestion is to stop this node, remove the contents of the anti_entropy data directory, and then start the node. Thanks, Brian On Thu,

Re: AAE disk usage

2014-05-20 Thread Brian Sparrow
Ingo, Sorry for the lack of response. What version of Riak are you using? At this point, i assumee riak-admin aae_status shows alls trees as built across the cluster. How much space is the AAE directory currently using? Thanks, Brian -- Brian Sparrow Developer Advocate Basho Technologies

Re: AAE disk usage

2014-05-20 Thread Brian Sparrow
when nodes go down. Let us know what disk usage looks like after trees are built. Thanks, -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, May 20, 2014 at 12:17 PM, Ingo Rockel wrote: Brian, the used version

Re: Bitcask: Hintfile is invalid

2014-04-16 Thread Brian Sparrow
Hello Oleksiy, Hinfiles can become invalid for a variety of reasons but they are not a required component for normal Riak operation. Hinfiles are used to hasten bitcask startup and to optimize some fold operations. Hintfiles are created during bitcask merge so after the associated data files(i.e

Re: power outage

2014-04-10 Thread Brian Sparrow
Sebastian, Those errors are normal following an outage of this sort. Hintfiles will be regenerated during the next bitcask merge and any data file that is incomplete or has invalid entries will be truncated. This does result in a loss of replicas but as long as at least 1 replica of the data is

Re: Two instances on the same server

2014-03-28 Thread Brian Sparrow
Might also check out riak-manage[1], a tool for quickly setting up and managing clusters. I use it on my Mac Pro to manage local clusters. -Brian [1] https://github.com/basho/riak-manage -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com

Re: Looking for an easy cache solution based on pre-commit hook

2014-03-05 Thread Brian Sparrow
Hello Ivaylo, Yes, you could use a pre-commit hook for this but it's important to understand the limitations of this design. A pre-commit hook blocks the write until the hook comes back successful and then it proceeds. This is going to add latency to write operations on the bitcask backend. An

Re: Riak nodes silently failing, possible problem with handoff_concurrency

2014-03-05 Thread Brian Sparrow
Drew, That message is normal and is a result of handoff throttling done with the riak-admin transfer_limit setting. When you say nodes are silently dropping off what do you mean? Is the beam.smp process shutting down or are they just never finishing this handoff? Thanks, Brian -- Brian

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Brian Sparrow
work out the best way to check this on startup. The mitigation is to shut the node down, change the bitcask_mult data_root to the correct entry and restart. Thanks! -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday

Re: Cluster restarted and doesn’t respond to queries

2013-12-23 Thread Brian Sparrow
Hmm, no i do not. After restarting the node with a fixed config, try again and if the issue persists please attach the console.log, error.log and crash.log. Thanks! -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Monday

Re: Write Timeout

2013-11-27 Thread Brian Sparrow
Hey Andrew, Would you mind attaching a `riak-debug` from that node? That will give us a full picture of the node as well as all the logs. Thanks, Brian -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, November 27

Re: badrecord during transfer

2013-11-27 Thread Brian Sparrow
Hi Ivan, Could you please attach a `riak-debug` from riak@10.197.0.55 (mailto:riak@10.197.0.55) and riak@10.196.50.172 (mailto:riak@10.196.50.172)? Thanks! Brian -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday

Re: Ownership handoff never completes

2013-11-20 Thread Brian Sparrow
Special thanks to Engel Sanchez who quickly came up with those snippets to mark their handoff complete. -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, November 20, 2013 at 1:50 PM, Mark Phillips wrote: Excellent

Re: Riak occasionally not storing objects

2013-10-23 Thread Brian Sparrow
In addition to Andrew’s question, what are the bucket properties for the bucket you are doing the writes against? Thanks, -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, October 23, 2013 at 2:40 PM, Andrew

Re: Deleting data from bitcask backend

2013-09-24 Thread Brian Sparrow
Hello Charl, Everything looks as expected in the vnode status and the logs. Feel free to run `bitcask:merge(/PATH/TO/PARTITION)` for other partitions on the node(s) to reclaim space. Let us know how things go. Thanks, -- Brian Sparrow Developer Advocate Basho Technologies Sent

Re: Node not leaving cluster

2013-09-24 Thread Brian Sparrow
Ahh, gotcha. Let us know how things go and if we can offer any more assistance. Thanks! -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, September 24, 2013 at 5:10 PM, David Greenstein wrote: I'm actually

Re: Corrupted Erlang binary term inside LevelDB

2013-07-30 Thread Brian Sparrow
prepared a gist[1] with all the steps spelled out. Please let me know if you have any issues/questions. Thanks! Brian [1] https://gist.github.com/bsparrow435/6115630 -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, July

Re: Failed to start riak

2013-06-13 Thread Brian Sparrow
directory, and start the node. -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, June 13, 2013 at 1:14 PM, Sanjeev Neelarapu wrote: Hi Quentin, I have created a tar file with the logs present in /var/log/riak

Re: find() Suddenly Works on Quorum Change

2013-02-14 Thread Brian Sparrow
the replicas resulting in a successful read on subsequent requests. -- Brian Sparrow Developer Advocate Basho Technologies On Tuesday, February 12, 2013 at 2:29 PM, Ian Ha wrote: Via the Ripple client library for Ruby, we were doing a User.find() call to our riak cluster and received

Re: first time user setting up a cluster

2013-02-09 Thread Brian Sparrow
Did you change the node name in vm.args after the node had been started once? Remove the ring file in the riak data directory and start the node again. -Brian On Sat, Feb 9, 2013 at 11:30 AM, tech topcis t...@intrawave.net wrote: Hi, I am following the set-up instructions and ran into a

Re: first time user setting up a cluster

2013-02-09 Thread Brian Sparrow
PM, Brian Sparrow wrote: Did you change the node name in vm.args after the node had been started once? Remove the ring file in the riak data directory and start the node again. -Brian On Sat, Feb 9, 2013 at 11:30 AM, tech topcis t...@intrawave.net wrote: Hi, I am following the set-up

Re: Riak Merge On Restarts Only

2013-01-22 Thread Brian Sparrow
What is reported by riak-admin vnode_status? Thanks, Brian -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Tuesday, January 22, 2013 at 10:49 AM, Ian Ha wrote: Thanks Brian. This is very helpful and informative! Only

Re: how to reset a cluster

2013-01-21 Thread Brian Sparrow
stopped will do the trick. Let me know if you have questions. -- Brian Sparrow Developer Advocate Basho Technologies On Monday, January 21, 2013 at 9:59 AM, Kathleen Zhang wrote: Hi, I am experimenting with riak cluster. I set it up with a three nodes with default config values

Re: Test search in riak

2012-12-19 Thread Brian Sparrow
Hi Payal, You need to enable the search kv hook on the bucket[1]. Hope that helps. [1] http://docs.basho.com/riak/latest/cookbooks/Riak-Search---Indexing-and-Querying-Riak-KV-Data/#Setting-up-Indexing Thanks, Brian -- Brian Sparrow Developer Advocate Basho Technologies On Wednesday

Re: Install from source

2012-12-10 Thread Brian Sparrow
/installation/Installing-on-RHEL-and-CentOS/#Installing-From Source (http://docs.basho.com/riak/1.2.0/tutorials/installation/Installing-on-RHEL-and-CentOS/#Installing-From%20Source) [2] http://docs.basho.com/riak/1.2.0/tutorials/installation/Installing-Erlang/ -- Brian Sparrow Developer Advocate Basho

Re: does cluster replace actually replace reip command?

2012-11-28 Thread Brian Sparrow
are as expected 6. riak-admin cluster commit 7. The old node will shut down once it has transferred all data to the new node Aside: The rate of transfer can be tuned via 'riak-admin transfer-limit' Thanks! -- Brian Sparrow Developer Advocate Basho Technologies Sent with Sparrow (http