Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stream_positions table #17047

Closed

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    de5fb2c View commit details
    Browse the repository at this point in the history
  2. _current_positions will have no values at this point in startup, as i…

    …t's near the beginning of the init process. Just set it to the 1 as the default.
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    62e053e View commit details
    Browse the repository at this point in the history
  3. Replace the SQL loading positions from stream_positions at start wi…

    …th new SQL looking up the data directly in the associated tables for a given stream writer
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ab5484c View commit details
    Browse the repository at this point in the history
  4. Update unit tests to remove references to stream_positions. Some te…

    …sts will fail at this point
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2e3c09b View commit details
    Browse the repository at this point in the history
  5. Remove old generation of min_stream_id as it is already handled, and …

    …add some explanation around the rationale
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    aff92f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec51f6 View commit details
    Browse the repository at this point in the history
  7. Drive-by small comment typo/grammer/spelling fixups(because I don't l…

    …ike lines on my scrollbar in pycharm)
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    644fe9b View commit details
    Browse the repository at this point in the history
  8. Update unit test MultiTableMultiWriterIdGeneratorTestCase.test_load_e…

    …xisting_stream()
    
    Without a `stream_positions` table to lean on, this only needed a few small tweaks to
    wording and actual representative positions
    realtyem committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0c8ded9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    12e8977 View commit details
    Browse the repository at this point in the history
  2. save a note

    realtyem committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    547569d View commit details
    Browse the repository at this point in the history
  3. changelog

    realtyem committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e98b03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bc9595 View commit details
    Browse the repository at this point in the history