-
Notifications
You must be signed in to change notification settings - Fork 602
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(license): set default key in production to enable paid features in clusters with a maximum of 4 CPU cores #20296
base: main
Are you sure you want to change the base?
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Hi, there. 📝 Telemetry Reminder:
|
…ejecting new compute nodes from joining Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
Signed-off-by: Bugen Zhao <[email protected]>
…in clusters with a maximum of 4 CPU cores Signed-off-by: Bugen Zhao <[email protected]>
68b6ce5
to
3fcb446
Compare
d51d2b7
to
b3f8c00
Compare
This pull request has been modified. If you want me to regenerate unit test for any of the files related, please find the file in "Files Changed" tab and add a comment |
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
Based on #20276, a license key with
Paid
tier and CPU limit of 4 is set by default for production cluster in this PR. This allow users' evaluation of paid features on a small scale.Checklist
Documentation
Release note
RisingWave now includes a trial of paid features for clusters with up to 4 compute node CPUs for users to evaluate those features on a small scale. When there are more CPUs in the cluster, the trial will be unavailable for both existing and future jobs, and users will need to acquire a license key to continue using the paid features.
For a fresh deployment, this comes automatically. For an existing deployment upgrading to this version, users may need to refresh the license key by executing
ALTER SYSTEM SET license_key TO DEFAULT;
in the SQL shell to activate the trial.