Bitcask: Hintfile is invalid

2014-04-16 Thread Oleksiy Krivoshey
Hi! I'm getting quite a lot of the errors like this: 2014-04-16 16:45:46.838 [error] <0.2110.0> Hintfile './data/fs_chunks/1370157784997721485815954530671515330927436759040/3.bitcask.hint' invalid running riak_2.0.0_pre20 What can be the reason and does it mean my data is corrupted?

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 3

Re: Bitcask: Hintfile is invalid

2014-04-16 Thread Oleksiy Krivoshey
Thank you! On 16 April 2014 17:09, Brian Sparrow wrote: > 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

[ANN] Riak 2.0.0beta1

2014-04-16 Thread Tom Santero
Hello Riak Users, The Basho Team is happy to release Riak 2.0.0-beta1. The source tarball and pre-built packages are available for download [0]. Note that we've added support for FreeBSD 10, and removed support for SmartOS 1.6. By calling this version "beta" we consider this release feature froze

ykGetIndex: Encountered unknown message tag

2014-04-16 Thread Oleksiy Krivoshey
Hi! I'm trying to update yokozuna code (javascript, protocol buffers) which worked with pre11 for pre20 and I'm getting the following response when issuing RpbYokozunaIndexGetReq: error: undefined reply: { index: [ [Error: Encountered unknown message tag] ] } First problem is that error is retur

Socket returned short packet length 0 - expected 4

2014-04-16 Thread Jason Wang
HI all, In production, we are experiencing "Socket returned short packet length 0 - expected 4" exceptions whenever we try to store an object >20K in size. In addition, the exception typically takes over 60 seconds to manifest. The content of each object is an bytearray. Any idea what could be ca

Re: Socket returned short packet length 0 - expected 4

2014-04-16 Thread Sean Cribbs
Hi Jason, We usually see these errors when someone connects to the HTTP port instead of the PB port. First, check that your client is configured correctly. Also, please check the server logs for any crashes related to riak_api_pb_server, and paste those here if present. It is also conceivable thi

Re: [ANN] Riak 2.0.0beta1

2014-04-16 Thread Andrew Zeneski
No more OS X builds? On Wed, Apr 16, 2014 at 12:51 PM, Tom Santero wrote: > Hello Riak Users, > > The Basho Team is happy to release Riak 2.0.0-beta1. The source tarball > and pre-built packages are available for download [0]. Note that we've > added support for FreeBSD 10, and removed support

Re: [ANN] Riak 2.0.0beta1

2014-04-16 Thread Jared Morrow
That's my fault, I had a script timeout on that package upload and I didn't notice it. Sorry, it will be fixed shortly. -Jared On Wed, Apr 16, 2014 at 2:09 PM, Andrew Zeneski wrote: > No more OS X builds? > > > On Wed, Apr 16, 2014 at 12:51 PM, Tom Santero wrote: > >> Hello Riak Users, >> >>

Re: [ANN] Riak 2.0.0beta1

2014-04-16 Thread Jared Morrow
This is now fixed, sorry for the trouble. -Jared On Wednesday, April 16, 2014, Jared Morrow wrote: > That's my fault, I had a script timeout on that package upload and I > didn't notice it. Sorry, it will be fixed shortly. > > -Jared > > > On Wed, Apr 16, 2014 at 2:09 PM, Andrew Zeneski > >

Re: [ANN] Riak 2.0.0beta1

2014-04-16 Thread Andrew Zeneski
What a relief! Thanks Jared, looking forward to trying out the beta! On April 16, 2014 at 7:45:55 PM EDT, Jared Morrow wrote:This is now fixed, sorry for the trouble.  -JaredOn Wednesday, April 16, 2014, Jared Morrow wrote: That's my fault, I had a script timeout on that package upload a