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
MongoDB Development 1.5.6 (1.6RC1) 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
  7 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
 
Eliot Horowitz  
View profile  
 More options Jul 24 2010, 1:29 pm
From: Eliot Horowitz <eliothorow...@gmail.com>
Date: Sat, 24 Jul 2010 13:29:18 -0400
Local: Sat, Jul 24 2010 1:29 pm
Subject: MongoDB Development 1.5.6 (1.6RC1) Released
MongoDB 1.5.6 is out and ready for testing.

We're wrapping up development for 1.6.0 and could use all the help we
can get testing this release.
Depending on what we find, we'll be targeting 1.5.7 as the final 1.5.x
version for Tuesday or Wednesday next week, and release 1.6.0 either
Friday 7/30 or Monday 8/2.

Major features to test:
- Replica Sets : ready for testing.  some loose ends we're still
fixing, but testers would be greatly appreciate
- Sharding : lots of stability/maturity improvements - testers would be great

Downloads: http://www.mongodb.org/downloads
Change Log: http://jira.mongodb.org/browse/SERVER/fixforversion/10179

For issues with replica sets and sharding, the best would be to report
them to http://jira.mongodb.org/ or
http://groups.google.com/group/mongodb-dev

Thanks for the help and support,
-Eliot


 
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.
iragsdale  
View profile  
 More options Jul 27 2010, 5:21 pm
From: iragsdale <ian.ragsd...@gmail.com>
Date: Tue, 27 Jul 2010 14:21:50 -0700 (PDT)
Local: Tues, Jul 27 2010 5:21 pm
Subject: Re: MongoDB Development 1.5.6 (1.6RC1) Released
I see that replica pairs are going away in 1.6, but is master/slave
still supposed to work?  I can't get a slave to replicate using 1.5.6
as master.  It starts up and begins to replicate, but seems to get
stuck on the first DB it hits (which is very small).  If I switch to
using 1.4.4 as master, a 1.5.6 slave replicates fine.

The logs show it creating a bunch of temporary collections from the
map-reduces we run, and I just see a bunch of this:

[replslave] Tue Jul 27 21:20:09 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:10 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:12 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:13 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:14 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:15 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:15 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:20 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:26 info DFM::findAll(): extent 0:2700 was
empty, skipping ahead local.sources
[replslave] Tue Jul 27 21:20:38 repl:   checkpoint applied 1425
operations
[replslave] Tue Jul 27 21:20:38 repl:   syncedTo: Tue Jul 27 21:20:38
2010 4c4f4da6:6

Any suggestions?

Thanks,
Ian

On Jul 24, 12:29 pm, Eliot Horowitz <eliothorow...@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.
iragsdale  
View profile  
 More options Jul 27 2010, 11:28 pm
From: iragsdale <ian.ragsd...@gmail.com>
Date: Tue, 27 Jul 2010 20:28:11 -0700 (PDT)
Local: Tues, Jul 27 2010 11:28 pm
Subject: Re: MongoDB Development 1.5.6 (1.6RC1) Released
Seems like master/slave still works, but the behavior is different. I
reverted the master to 1.4.4 and started up the slave on 1.5.6.  It
did a full resync of around 100GB in a few hours.  I then upgraded the
master back to 1.5.6, and the slave seems to still be replicating, but
instead of staying within a second or two of the master, it waits a
full minute before grabbing the most recent changes, so it could be up
to a minute behind at any point.  Is this expected behavior?

- Ian

On Jul 27, 4:21 pm, iragsdale <ian.ragsd...@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.
Eliot Horowitz  
View profile  
 More options Jul 27 2010, 11:31 pm
From: Eliot Horowitz <eliothorow...@gmail.com>
Date: Tue, 27 Jul 2010 23:31:32 -0400
Local: Tues, Jul 27 2010 11:31 pm
Subject: Re: [mongodb-user] Re: MongoDB Development 1.5.6 (1.6RC1) Released
How are you measuring?

The change we made is that the slave does a long poll to the master so
changes should be more real time rather than less.


 
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.
Ian Ragsdale  
View profile  
 More options Jul 27 2010, 11:33 pm
From: Ian Ragsdale <ian.ragsd...@gmail.com>
Date: Tue, 27 Jul 2010 22:33:20 -0500
Local: Tues, Jul 27 2010 11:33 pm
Subject: Re: [mongodb-user] Re: MongoDB Development 1.5.6 (1.6RC1) Released
I'm just looking at db.printSlaveReplicationInfo() - is that wrong?

> db.printSlaveReplicationInfo()

source:   10.242.73.123
         syncedTo: Wed Jul 28 2010 03:31:51 GMT+0000 (UTC)
                 = 43secs ago (0.01hrs)

- Ian

On Jul 27, 2010, at 10:31 PM, Eliot Horowitz 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.
Eliot Horowitz  
View profile  
 More options Jul 28 2010, 12:16 am
From: Eliot Horowitz <eliothorow...@gmail.com>
Date: Wed, 28 Jul 2010 00:16:49 -0400
Local: Wed, Jul 28 2010 12:16 am
Subject: Re: [mongodb-user] Re: MongoDB Development 1.5.6 (1.6RC1) Released
Its kind of wrong.
That records the last time a sync pass finished.
Since a sync pass now blocks for up to a minute in the server, that
time could be anywhere from 0 to 60 seconds.
Maybe we should add # of ops applied last time - that way you'll be
able to see if it steady state or not.


 
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.
Ian Ragsdale  
View profile  
 More options Jul 28 2010, 6:07 pm
From: Ian Ragsdale <ian.ragsd...@gmail.com>
Date: Wed, 28 Jul 2010 17:07:56 -0500
Local: Wed, Jul 28 2010 6:07 pm
Subject: Re: [mongodb-user] Re: MongoDB Development 1.5.6 (1.6RC1) Released
I've confirmed this by looking for new documents, and they do show up even when replication appears to be behind.  So, I think we're good, the output of db.printSlaveReplicationInfo() is just a bit confusing.  

However, that still doesn't explain why I couldn't get a full resync to work with 1.5.6 as the master, unless the query blocks for 60 seconds even when behind.  In that case, it would probably take a really really long time to get a resync to happen, right?

- Ian

On Jul 27, 2010, at 11:16 PM, Eliot Horowitz 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.
End of messages
« Back to Discussions « Newer topic     Older topic »