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

rename persist-txn to txn-wal #27242

Merged
merged 4 commits into from
May 23, 2024

Conversation

jkosh44
Copy link
Contributor

@jkosh44 jkosh44 commented May 22, 2024

Motivation

This PR refactors existing code.

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered. (trigger-ci for additional test/nightly runs)
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • This PR includes the following user-facing behavior changes:
    • There are no user-facing behavior changes.

@jkosh44 jkosh44 force-pushed the change-persist-txn-name branch 5 times, most recently from c29fdd4 to 06d2684 Compare May 23, 2024 14:53
@@ -131,6 +130,7 @@
/src/testdrive @MaterializeInc/testing
/src/timely-util @MaterializeInc/compute
/src/transform @MaterializeInc/compute
/src/txn-wal @aljoscha @danhhz @jkosh44
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't really sure what to put here. Maybe it's time to make a Pv2 team in GH?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from me!

@jkosh44 jkosh44 marked this pull request as ready for review May 23, 2024 15:06
@jkosh44 jkosh44 requested a review from a team May 23, 2024 15:06
@jkosh44 jkosh44 requested review from a team and danhhz as code owners May 23, 2024 15:06
@jkosh44 jkosh44 requested a review from a team May 23, 2024 15:06
@jkosh44 jkosh44 requested review from a team and benesch as code owners May 23, 2024 15:06
@jkosh44 jkosh44 requested a review from maddyblue May 23, 2024 15:06
Copy link
Contributor

@danhhz danhhz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm modulo the catalog changes and migration, I don't feel confident in my ability to reason about those, so it'd be lovely to get someone else to stamp that part

There were a couple name flips that I think probably could have stayed as they were before, but they were all marginal so I didn't bother nit-ing them

@@ -131,6 +130,7 @@
/src/testdrive @MaterializeInc/testing
/src/timely-util @MaterializeInc/compute
/src/transform @MaterializeInc/compute
/src/txn-wal @aljoscha @danhhz @jkosh44
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 from me!

…nge-persist-txn-name

# Conflicts:
#	src/catalog/src/durable/upgrade.rs
@jkosh44 jkosh44 enabled auto-merge (squash) May 23, 2024 18:38
Copy link
Member

@antiguru antiguru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compute changes LGTM

@jkosh44 jkosh44 merged commit cd26975 into MaterializeInc:main May 23, 2024
78 checks passed
@jkosh44 jkosh44 deleted the change-persist-txn-name branch May 24, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants