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

Implement code to parse fail points into internal data structures

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 5

      Design and code the internal (session scoped) data structures that save the current state of fault points configured. The data structures need to work with the API to be able to set/get the faults and their states. Consider that a fault could be:

      • enabled / disabled
      • All the faults could be reset to their default state
      • A fault might carry a user-provided value
      • A fault might carry a state of either being disabled after being hit, or remain enabled all the time (or disable after hitting N times)
      • A fault could carry a probability with which it gets hit (fault triggers 1 out of N times that it gets hit)
        .. etc ..

      We will need to work along with API definition to be able to provide the data structure that can efficiently manage the faults.

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            deepti.hasija@mongodb.com Deepti Hasija
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: