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
CURSOR_NOT_FOUND with timeout: false
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
  Messages 26 - 30 of 30 - Collapse all  -  Translate all to Translated (View all originals) < Older 
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 Feb 28 2012, 1:35 pm
From: Kyle Banker <kyleban...@gmail.com>
Date: Tue, 28 Feb 2012 10:35:06 -0800 (PST)
Local: Tues, Feb 28 2012 1:35 pm
Subject: [mongodb-user] Re: CURSOR_NOT_FOUND with timeout: false
I notice that you've set the max_retries_on_connection_failure. This
could be causing you issues. Imagine you have a connection failure
between an initial query and a getmore. The driver will reconnect, but
it's not guaranteed that it will be routed to the same mongos. Do you
whether these kinds of failures are happening?

Is there any way you can share your sidekiq code via email, perhaps a
link to a private gist?

Another step would be to enable verbose logging on the mongos
instances. That way, we can verify that the initial query and getmore
are in fact being sent to different mongos nodes.

On Feb 28, 1:06 pm, fbjork <fredrik.bj...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.

 
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.
fbjork  
View profile  
 More options Feb 28 2012, 2:08 pm
From: fbjork <fredrik.bj...@gmail.com>
Date: Tue, 28 Feb 2012 11:08:04 -0800 (PST)
Local: Tues, Feb 28 2012 2:08 pm
Subject: [mongodb-user] Re: CURSOR_NOT_FOUND with timeout: false

I could try removing the max retries to see if that helps.

The sidekiq code can be found here:

https://github.com/mperham/sidekiq/blob/master/lib/sidekiq/processor.rb

The workers we have look like this:

class HardWorker
  include Sidekiq::Worker

  def perform(name, count)
    puts 'Doing hard work'
  endend

Let me know if you need more information on sidekiq.

--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mongodb-user/-/PKWPQ0Ra-9EJ.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.

 
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.
Bill Hayward  
View profile  
 More options Mar 13 2012, 3:24 pm
From: Bill Hayward <b...@10gen.com>
Date: Tue, 13 Mar 2012 12:24:43 -0700 (PDT)
Local: Tues, Mar 13 2012 3:24 pm
Subject: [mongodb-user] Re: CURSOR_NOT_FOUND with timeout: false

Has the max retry removal provided any benefit to you? We will look at the
code as soon as possible...

--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mongodb-user/-/9HZm3TXpT0QJ.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.

 
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.
fbjork  
View profile  
 More options Mar 14 2012, 9:58 pm
From: fbjork <fredrik.bj...@gmail.com>
Date: Wed, 14 Mar 2012 18:58:29 -0700 (PDT)
Local: Wed, Mar 14 2012 9:58 pm
Subject: [mongodb-user] Re: CURSOR_NOT_FOUND with timeout: false

I tried removing the retries from mongoid.yml, but the cursors take a
really long time and timeout at random.

--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mongodb-user/-/ORf3HOtMN9YJ.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.

 
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 Mar 14 2012, 11:15 pm
From: Kyle Banker <kyleban...@gmail.com>
Date: Wed, 14 Mar 2012 20:15:51 -0700 (PDT)
Local: Wed, Mar 14 2012 11:15 pm
Subject: [mongodb-user] Re: CURSOR_NOT_FOUND with timeout: false
If the queries are taking a long time, that's probably because MongoDB
itself is being slow to respond and because you have a lot more
threads than socket connections.

On Mar 14, 9:58 pm, fbjork <fredrik.bj...@gmail.com> wrote:

--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongodb-user@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.

 
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 < Older 
« Back to Discussions « Newer topic     Older topic »