Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-340

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

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

      DBCursor usersiteResult =
      usersiteCollection.find( userSiteConditionObj );

      try
      {

      while ( usersiteResult.hasNext() )

      { //Do operation }

      catch(MongoInternalException e){
      }

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

              Created:
              Updated:
              Resolved: