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
Ruby Driver 1.5.0.rc0 Released
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
  3 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
 
Kyle Banker  
View profile  
 More options Nov 18 2011, 5:24 pm
From: Kyle Banker <k...@10gen.com>
Date: Fri, 18 Nov 2011 14:24:49 -0800 (PST)
Local: Fri, Nov 18 2011 5:24 pm
Subject: Ruby Driver 1.5.0.rc0 Released

The MongoDB Ruby driver v1.5.0.rc0 has been released. The gem command will
not install release candidates by default, but you can force an install
like so:

gem install bson --version 1.5.0.rc0
gem install bson_ext --version 1.5.0.rc0
gem install mongo --version 1.5.0.rc0

Your assistance in testing this new release will be much appreciated. I
believe we've gotten all the bugs, but any exercise in your staging
environments will only help. Please post comments either here or on JIRA.
If no issues are encountered in the next few days, we'll do a full release.

Many thanks for all the bugs reports,
Kyle


 
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.
Chuck Remes  
View profile  
 More options Nov 23 2011, 7:28 am
From: Chuck Remes <cremes.devl...@mac.com>
Date: Wed, 23 Nov 2011 06:28:13 -0600
Local: Wed, Nov 23 2011 7:28 am
Subject: Re: [mongodb-dev] Ruby Driver 1.5.0.rc0 Released
On Nov 18, 2011, at 4:24 PM, Kyle Banker wrote:

> The MongoDB Ruby driver v1.5.0.rc0 has been released. The gem command will not install release candidates by default, but you can force an install like so:

> gem install bson --version 1.5.0.rc0
> gem install bson_ext --version 1.5.0.rc0
> gem install mongo --version 1.5.0.rc0

> Your assistance in testing this new release will be much appreciated. I believe we've gotten all the bugs, but any exercise in your staging environments will only help. Please post comments either here or on JIRA. If no issues are encountered in the next few days, we'll do a full release.

> Many thanks for all the bugs reports,

I've been running this on OSX, Linux & Windows under both Rubinius and JRuby for the past few days. So far I have not encountered any obvious bugs.

I would like to point out that it's surprising that ReplSetConnection's "refresh_mode" no longer supports the :async property. Was the background refresh a source of the recent problems? It had just been introduced a short time ago, so to see it disappear already was a bit surprising to me.

cr


 
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.
Kyle Banker  
View profile  
 More options Nov 23 2011, 5:03 pm
From: Kyle Banker <k...@10gen.com>
Date: Wed, 23 Nov 2011 14:03:18 -0800 (PST)
Local: Wed, Nov 23 2011 5:03 pm
Subject: Re: [mongodb-dev] Ruby Driver 1.5.0.rc0 Released

Hi Chuck,

I appreciate your testing the release. Thanks much!

Yes, I'm quite concerned about the 'async' refresh. Given that you cannot
reliably kill a thread in C Ruby (which represents the vast majority of
users), I have some serious reservations about releasing the functionality.
If the goal of the driver is to be as reliable as possible, I'm not sure
having a background thread with so much responsibility (opening lots of
sockets, etc.) is such a good idea. So I want to hold off on it for now.

As long as 'sync' refresh isn't called frequently, it shouldn't create any
real performance problems. You can always invoke refresh manually via
ReplSetConnection#refresh if you don't want automatic sync refresh.

Kyle


 
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 »