Getting MongoInternalException "can't do getmore" while working on data > 10,000. Dont get the exception when working with lesser amounts of data

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: API
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      DBCursor usersiteResult =
      usersiteCollection.find( userSiteConditionObj );

      try
      {

      while ( usersiteResult.hasNext() )

      { //Do operation }

      catch(MongoInternalException e){
      }

            Assignee:
            Unassigned
            Reporter:
            Nivi Kumar
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: