[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-30 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-84:
-
  Fix Version/s: 1.0
Source Control Link: 
https://github.com/apache/cassandra-sidecar/commit/b16b89f7f4a15441af757fa5a84b7e1e0420dcba
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: pull-request-available
> Fix For: 1.0
>
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-30 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-84:
-
Status: Ready to Commit  (was: Review In Progress)

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: pull-request-available
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-27 Thread Yifan Cai (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yifan Cai updated CASSANDRASC-84:
-
Reviewers: Yifan Cai
   Status: Review In Progress  (was: Patch Available)

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: pull-request-available
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-16 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-84:
--
Test and Documentation Plan: Added tests to validate additional settings 
being exposed
 Status: Patch Available  (was: In Progress)

PR: https://github.com/apache/cassandra-sidecar/pull/80
CI: https://app.circleci.com/pipelines/github/frankgh/cassandra-sidecar/383

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: pull-request-available
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-16 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRASC-84:
--
Labels: pull-request-available  (was: )

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>  Labels: pull-request-available
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRASC-84) Expose additional node settings

2023-11-16 Thread Francisco Guerrero (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRASC-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francisco Guerrero updated CASSANDRASC-84:
--
Change Category: Semantic
 Complexity: Low Hanging Fruit
 Status: Open  (was: Triage Needed)

> Expose additional node settings
> ---
>
> Key: CASSANDRASC-84
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-84
> Project: Sidecar for Apache Cassandra
>  Issue Type: Improvement
>  Components: Rest API
>Reporter: Francisco Guerrero
>Assignee: Francisco Guerrero
>Priority: Normal
>
> Sidecar exposes settings from the Cassandra node via the node settings API 
> endpoint. The information exposed is limited, and we need to start exposing 
> additional information from the {{system.local}} table, for example 
> {{datacenter}} information, owned token ranges, and the local address and 
> port for the native protocol. This information can be consumed by Sidecar 
> itself, as well as the Cassandra Analytics library. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org