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

RND-130-align-the-broker-with-nats-v-2-10-7 #1550

Merged
merged 5 commits into from
Dec 25, 2023

Conversation

daniel-davidd
Copy link
Contributor

No description provided.

server/const.go Outdated
@@ -41,7 +41,7 @@ var (

const (
// VERSION is the current version for the memphis server.
VERSION = "1.4.1" // ** changed by Memphis
VERSION = "1.3.1" // ** changed by Memphis
Copy link
Contributor

Choose a reason for hiding this comment

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

1.4.1, this is a mistake in the cloud. it should be 1.4.1 in the cloud as well so fix it over there as well

}

// ** added by memphis
func newFileStoreWithCreatedMemphis(fcfg FileStoreConfig, cfg StreamConfig, created time.Time, prf keyGen, account *Account) (*fileStore, error) {
func newFileStoreWithCreatedMemphis(fcfg FileStoreConfig, cfg StreamConfig, created time.Time, prf, oldprf keyGen, account *Account) (*fileStore, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

the implementation of this function should exactly the same as newFileStoreWithCreated, besides the extra account field.
Make sure it is the same in mem store as well

@daniel-davidd daniel-davidd merged commit b163c92 into master Dec 25, 2023
2 checks passed
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.

None yet

3 participants