Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-1163

FileSize exception in db.stats() / DatabaseStatsResult when WiredTiger in use

    • Type: Icon: Bug Bug
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 1.10
    • Component/s: Error Handling
    • None
    • Environment:
      windows 8.1 .net 4.5.2 1.10-rc1

      When using wiredTiger storage engine, all stats return properly except for FileSize:

      dbsr
      {MongoDB.Driver.DatabaseStatsResult}
          base: {MongoDB.Driver.DatabaseStatsResult}
          AverageObjectSize: 1874.7385493229142
          CollectionCount: 246
          DataSize: 1053679929
          ExtentCount: 0
          FileSize: 'dbsr.FileSize' threw an exception of type 'System.Collections.Generic.KeyNotFoundException'
          IndexCount: 2794
          IndexSize: 279265280
          ObjectCount: 562041
          StorageSize: 324399104
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            sallgeud Chad Kreimendahl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: