-
Notifications
You must be signed in to change notification settings - Fork 190
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
Remove stream_positions
table
#17047
Commits on Mar 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de5fb2c - Browse repository at this point
Copy the full SHA de5fb2cView commit details -
_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.
Configuration menu - View commit details
-
Copy full SHA for 62e053e - Browse repository at this point
Copy the full SHA 62e053eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ab5484c - Browse repository at this point
Copy the full SHA ab5484cView commit details -
Update unit tests to remove references to
stream_positions
. Some te……sts will fail at this point
Configuration menu - View commit details
-
Copy full SHA for 2e3c09b - Browse repository at this point
Copy the full SHA 2e3c09bView commit details -
Remove old generation of min_stream_id as it is already handled, and …
…add some explanation around the rationale
Configuration menu - View commit details
-
Copy full SHA for aff92f0 - Browse repository at this point
Copy the full SHA aff92f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec51f6 - Browse repository at this point
Copy the full SHA cec51f6View commit details -
Drive-by small comment typo/grammer/spelling fixups(because I don't l…
…ike lines on my scrollbar in pycharm)
Configuration menu - View commit details
-
Copy full SHA for 644fe9b - Browse repository at this point
Copy the full SHA 644fe9bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0c8ded9 - Browse repository at this point
Copy the full SHA 0c8ded9View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12e8977 - Browse repository at this point
Copy the full SHA 12e8977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 547569d - Browse repository at this point
Copy the full SHA 547569dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e98b03b - Browse repository at this point
Copy the full SHA e98b03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc9595 - Browse repository at this point
Copy the full SHA 8bc9595View commit details