[
https://issues.apache.org/jira/browse/CASSSIDECAR-151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907166#comment-17907166
]
Arjun Ashok commented on CASSSIDECAR-151:
-----------------------------------------
Published PR following rebase of job-management framework (CASSANDRASC-150).
Also refactors parts of job-management framework.
PR: [https://github.com/apache/cassandra-sidecar/pull/144]
CI:
[https://app.circleci.com/pipelines/github/arjunashok/cassandra-sidecar/125/workflows/b846116a-ae00-44eb-a7f2-99df413240e3]
> Sidecar endpoint to support node decommission operation
> -------------------------------------------------------
>
> Key: CASSSIDECAR-151
> URL: https://issues.apache.org/jira/browse/CASSSIDECAR-151
> Project: Sidecar for Apache Cassandra
> Issue Type: Improvement
> Components: Rest API
> Reporter: Arjun Ashok
> Assignee: Arjun Ashok
> Priority: Normal
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> This proposal is part of an effort to introduce bespoke Sidecar APIs to
> support key operational functionality currently managed through nodetool
> commands. Introducing these APIs offers several benefits:
>
> * Strong Contract Definition: APIs provide a well-defined contract for both
> request and response structures, reducing errors in operational tooling by
> eliminating the need to parse command results.
> * Error Handling: A clear response contract allows for meaningful error
> messages to be communicated to clients, without exposing internal
> implementation details.
> * Input Validation: APIs can incorporate input validation to enhance
> security by protecting against command injection attacks.
> * Version Compatibility: By exposing a standardized interface, APIs ensure
> compatibility across different Cassandra versions, through the sidecar's
> abstraction.
> * Access Control: APIs enable fine-grained access control, leveraging
> permissions and roles associated with client identities for precise
> authorization.
>
> This specific task introduces an endpoint that performs the node decommission
> operation on the corresponding Cassandra node. Since decommissioning is a
> long-running operation, this API will leverage the async job management
> framework tracked in CASSANDRASC-150.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]