Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-3571

clsm_open_cursors() set incorrct chunk->count

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.6.0-rc0, WT3.0.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage 2017-10-02

      Please check
      https://github.com/wiredtiger/wiredtiger/blob/master/src/lsm/lsm_cursor.c#L677

      clsm->chunks[i]->count = lsm_tree->chunk[i]->count;
      

      should be

       
      clsm->chunks[i]->count = lsm_tree->chunk[start_chunk + i]->count;
      

            Assignee:
            sulabh.mahajan@mongodb.com Sulabh Mahajan
            Reporter:
            kg.xu keguang xu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: