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

Add schema to allow further controls of tictacaae (#46) #48

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

martinsumner
Copy link

  • Add schema to allow further controls of tictacaae

This allows:

  • setting of log_level for AAE Backend;
  • setting of log_level for TictacAAE overall (hidden);
  • setting of compression method (support switch to better performing zstd).

Previously all AAE backends had the database ID 2 ^16 - 1. They now have an ID 2 ^ 16 + Partition Number e.g. with a ring size of 1024 the partition numbers will be 0 to 1023). This allow leveled logs in parallel mode AAE to be distinguished from leveled vnode logs, and also distinguished between vnodes.

  • Revert to openriak-3.2 after merge of dependent PR

* Add schema to allow further controls of tictacaae

This allows:

- setting of log_level for AAE Backend;
- setting of log_level for TictacAAE overall (hidden);
- setting of compression method (support switch to better performing zstd).

Previously all AAE backends had the database ID 2 ^16 - 1.  They now have an ID 2 ^ 16 + Partition Number e.g. with a ring size of 1024 the partition numbers will be 0 to 1023).  This allow leveled logs in parallel mode AAE to be distinguished from leveled vnode logs, and also distinguished between vnodes.

* Revert to openriak-3.2 after merge of dependent PR
@martinsumner martinsumner merged commit f353539 into openriak-3.4 Dec 3, 2024
2 checks passed
@martinsumner martinsumner deleted the mas-o34-pr46 branch December 3, 2024 12:33
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.

1 participant