Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Release 0.90 branch cut, candidate (0.90.RC1) builds available
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alex Feinberg  
View profile  
 More options Nov 24 2010, 2:31 pm
From: Alex Feinberg <feinb...@gmail.com>
Date: Wed, 24 Nov 2010 11:31:05 -0800
Local: Wed, Nov 24 2010 2:31 pm
Subject: Release 0.90 branch cut, candidate (0.90.RC1) builds available
Hello,

Voldemort 0.90 release branch has been cut. Many new features,
enhancements and bug fixes have been introduced in this release
including, but not limited to:

* Support for topology ("zone") aware routing (see
  https://github.com/voldemort/voldemort/wiki/Multi-datacenter-capability
  for more details)
* Support for hinted handoff, including as a method for restoring
  consistency after a partition between different zones without
  incurring additional latency of cross-zone quorums necessary for
  read repair
* NIO based client with a pipeline based routing layer
  (PipelineRoutedStore)
* Many improvements to the read only storage engine, including support
  for online rebalancing of read only stores

Documentation describing these features in more detail (on the wiki
and the project website/blog) will be coming shortly.

You can browse the release-090 branch on github at
https://github.com/voldemort/voldemort/tree/release-090

Builds i.e., zip and tar archives are available to download from our
Hudson CI server:

http://test.project-voldemort.com:8080/job/release-090/lastSuccessful...

Please feel free to check the new release out and experiment with
it. Once the release branch has been deemed stable (i.e., no further
check-ins of bug fixes are expected), release notes will be upgraded,
builds will be posted on the official downloads page and the
release-090 branch will be merged back into the master branch.

Thanks,
- Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cohen  
View profile  
 More options Nov 26 2010, 6:50 am
From: John Cohen <john.java.w...@gmail.com>
Date: Fri, 26 Nov 2010 03:50:17 -0800 (PST)
Local: Fri, Nov 26 2010 6:50 am
Subject: Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available
Alex,

What about rebalancing?  There are a number of bugs an one Critical.

-john

On Nov 24, 2:31 pm, Alex Feinberg <feinb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Feinberg  
View profile  
 More options Nov 26 2010, 10:27 am
From: Alex Feinberg <feinb...@gmail.com>
Date: Fri, 26 Nov 2010 07:27:41 -0800
Local: Fri, Nov 26 2010 10:27 am
Subject: Re: [project-voldemort] Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available
Hey John,

I have your patch in a special branch, but as I've mentioned, there's
a unit test failure in that branch. Once the test failure is fixed
(the test is originally written by Bhupesh), I'll merge that branch
into the release branch.

Thanks,
- Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bhupesh bansal  
View profile  
 More options Nov 26 2010, 2:15 pm
From: bhupesh bansal <bbansal....@gmail.com>
Date: Fri, 26 Nov 2010 11:15:44 -0800
Local: Fri, Nov 26 2010 2:15 pm
Subject: Re: [project-voldemort] Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available

Guys,

my apologies, I never got time to look into this, will do it tonight once I
get back home.

Alex,

can you point me to the jira and the commit id again ?

Best
Bhupesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Feinberg  
View profile  
 More options Nov 27 2010, 4:51 am
From: Alex Feinberg <feinb...@gmail.com>
Date: Sat, 27 Nov 2010 01:51:27 -0800
Local: Sat, Nov 27 2010 4:51 am
Subject: Re: [project-voldemort] Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available
Here's the issue:

http://code.google.com/p/project-voldemort/issues/detail?id=288

Here is a branch with my changes:

https://github.com/afeinberg/voldemort/tree/issue-288

Thanks Bhupesh!

- Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Cohen  
View profile  
 More options Nov 27 2010, 8:45 pm
From: John Cohen <john.java.w...@gmail.com>
Date: Sat, 27 Nov 2010 20:45:22 -0500
Local: Sat, Nov 27 2010 8:45 pm
Subject: Re: [project-voldemort] Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available

Hi Alex, Bhupesh,

I have noticed other bugs during more rebalancing testing.  I'll include
unit test and patches to others bugs too.  I'll be sending you additional
diff's based on https://github.com/afeinberg/voldemort/tree/issue-288 branch

Keep you all posted,
-john


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
_Mike  
View profile  
 More options Nov 30 2010, 10:24 am
From: _Mike <rappa...@gmail.com>
Date: Tue, 30 Nov 2010 07:24:03 -0800 (PST)
Local: Tues, Nov 30 2010 10:24 am
Subject: Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available
Are there any known issues with moving a 0.81 config with client
routing to a 0.90 config with zone routing?
_Mike

On Nov 24, 2:31 pm, Alex Feinberg <feinb...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Feinberg  
View profile  
 More options Dec 3 2010, 11:50 pm
From: Alex Feinberg <feinb...@gmail.com>
Date: Fri, 3 Dec 2010 20:50:03 -0800
Local: Fri, Dec 3 2010 11:50 pm
Subject: Re: [project-voldemort] Re: Release 0.90 branch cut, candidate (0.90.RC1) builds available
No issue in this, zone-routing is done on the client side. It should
also work with server side routing, but we haven't tested that as
much.

You will have to upgrade the clients, however, to 0.91 before you
enable zone routing. I suggest updating clients first and then servers
(for a zero-downtime release).

Thanks,
- Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »