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

Support HCD #486

Closed
emerkle826 opened this issue May 15, 2024 · 0 comments · Fixed by #488
Closed

Support HCD #486

emerkle826 opened this issue May 15, 2024 · 0 comments · Fixed by #488
Assignees
Labels
done Issues in the state 'done'

Comments

@emerkle826
Copy link
Contributor

Management API assumes that either Cassandra or DSE is the server database, and that the effective start command is cassandra or dse (respectively), and that he start command exists in a bin directory under the location pointed to by system environment variable CASSANDRA_HOME or DSE_HOME, again respectively.

Problem:

Since #484, HCD (Hyper-Converged Database) is replacing DSE7. While #485 rebranded DSE7 to HCD, it did not account for new start command binaries or new system environment variables (hcd and HCD_HOME respectively).

Solution:

Management API server core needs to accommodate the new HCD environment and support new start command binaries and system variables

@emerkle826 emerkle826 mentioned this issue May 16, 2024
@adejanovski adejanovski added the ready-for-review Issues in the state 'ready-for-review' label May 16, 2024
@emerkle826 emerkle826 self-assigned this May 16, 2024
@adejanovski adejanovski added review Issues in the state 'review' and removed ready-for-review Issues in the state 'ready-for-review' labels May 16, 2024
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels May 16, 2024
emerkle826 added a commit that referenced this issue May 16, 2024
* [CHANGE] [#486](#486) Support HCD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Issues in the state 'done'
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants