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

feat(mnesia): WIP rlog prototype, don't merge #4508

Closed
wants to merge 13 commits into from
Closed

Conversation

k32
Copy link
Contributor

@k32 k32 commented Apr 8, 2021

Fixes

If your build fails due to your commit message not passing the build checks, please review the guidelines here: https://github.com/emqx/emqx/blob/master/CONTRIBUTING.md.

PR Checklist

Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • In case of non-backward compatible changes, reviewer should check this item as a write-off, and add details in Backward Compatibility section

Backward Compatibility

More information

priv/emqx.schema Outdated Show resolved Hide resolved
@@ -0,0 +1,12 @@
FROM ubuntu:21.04
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Don't mind these docker files, I will (re?)move them before final version.

@@ -0,0 +1,47 @@
version: '3'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Don't mind these docker files, I will (re?)move them before final version.

@k32 k32 force-pushed the rlog-ekka branch 4 times, most recently from 06e21c1 to 1d5768c Compare April 26, 2021 08:15
@k32 k32 force-pushed the rlog-ekka branch 4 times, most recently from 289fc83 to 63e776e Compare May 3, 2021 15:44
@@ -43,7 +43,7 @@
, {jiffy, {git, "https://github.com/emqx/jiffy", {tag, "1.0.5"}}}
, {cowboy, {git, "https://github.com/emqx/cowboy", {tag, "2.8.2"}}}
, {esockd, {git, "https://github.com/emqx/esockd", {tag, "5.8.0"}}}
, {ekka, {git, "https://github.com/emqx/ekka", {tag, "0.8.1"}}}
, {ekka, {git, "https://github.com/k32/ekka", {branch, "dev/ro_rpc"}}}
Copy link
Contributor Author

@k32 k32 May 30, 2021

Choose a reason for hiding this comment

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

Fixme

  • Merge ekka

@k32 k32 closed this Jul 5, 2021
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.

2 participants