schema-disagg-abort: Let schema publish operations straddle step-down timestamp

    • Storage Engines - Foundations
    • 33.088
    • None
    • 3

      In the schema-disagg-abort test all schema operations (create and drop) issued their corresponding publish calls before the step_down_timestamp is set.

      It looks like a leftover from the early days of schema epoch implementation. There is no reason to issue all outstanding publish events before step-down starts.

      TODO:

      1. Investigate that publish (for create and drop) can be called after step_down_timestamp is set. Establish correct timestamp for this publish.
      2. Do not flush pending publish events before step-down starts. Let the publish events flow naturally across step-down.

            Assignee:
            Alex Blekhman
            Reporter:
            Alex Blekhman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: