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

Fix workgen tracking of table state across workloads

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 3.6.9, 4.0.2, 4.1.2, WT3.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Engines 2018-08-13

      While chasing WT-4194, I ran into a bug where workgen was not tracking the number of records inserted into tables as expected. In particular, counts were reset to zero in each phase of the workload (each time a Workload object was created in Python).

      I tracked this down to some code in ContextInternal::create_all that assumes sizeof (TableRuntime) == sizeof (uint64_t) – maybe that was true at some point, but not any more.

            Assignee:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Reporter:
            michael.cahill@mongodb.com Michael Cahill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: