Formalize and version logical size snapshot schema

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Execution
    • Fully Compatible
    • Storage Execution 2026-07-06
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      SERVER-128940 introduces theĀ LogicalSizeTracker class and the concept of a LogicalSizeTracker::Snapshot.

         struct LogicalSizeTracker::Snapshot {
              long long logicalBytesHot{0};
              long long logicalBytesCold{0};
          };
      

      This data needs to include a version, and should be formalized so PALI can parse correctly and be robust against field changes and additions in the future.

            Assignee:
            Haley Connelly
            Reporter:
            Haley Connelly
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: