[jira] [Commented] (CASSANDRASC-48) Add an endpoint that gives information about the release version & partitioner name of a node

2022-11-18 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRASC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17636046#comment-17636046
 ] 

ASF subversion and git services commented on CASSANDRASC-48:


Commit 252d983cc11af3dee3588a1c328eac7a080bd462 in cassandra-sidecar's branch 
refs/heads/trunk from jkonisa
[ https://gitbox.apache.org/repos/asf?p=cassandra-sidecar.git;h=252d983 ]

CASSANDRASC-48: Adding new endpoint that gives information about the release 
version & partitioner name of a node

Adds new APIs

GET /api/v1/cassandra/status
  - Returns the NodeStatus with release version & partitioner info of the node 
receiving the request
GET /api/v1/cassandra/status?instanceId={id}
  - Returs the NodeStatus with release version & partitioner info of a given 
instanceId

patch by Jyothsna Konisa; reviewed by Dinesh Joshi, Francisco Guerrero, Yifan 
Cai for CASSANDRASC-48


> Add an endpoint that gives information about the release version & 
> partitioner name of a node
> -
>
> Key: CASSANDRASC-48
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Rest API
>Reporter: Jyothsna Konisa
>Assignee: Jyothsna Konisa
>Priority: Normal
>  Labels: pull-request-available
>
> Add a new endpoint in sidecar that gives information about the release 
> version & partitioner name of a node.
> GET /api/v1/cassandra/status
> GET /api/v1/cassandra/status?instanceId={id}
> Response
> {
>  releaseVersion: "4.2-SNAPSHOT",
>  partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
> }



--
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] [Commented] (CASSANDRASC-48) Add an endpoint that gives information about the release version & partitioner name of a node

2022-11-18 Thread Dinesh Joshi (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRASC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635990#comment-17635990
 ] 

Dinesh Joshi commented on CASSANDRASC-48:
-

+1 thanks for the patch!

> Add an endpoint that gives information about the release version & 
> partitioner name of a node
> -
>
> Key: CASSANDRASC-48
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Rest API
>Reporter: Jyothsna Konisa
>Assignee: Jyothsna Konisa
>Priority: Normal
>  Labels: pull-request-available
>
> Add a new endpoint in sidecar that gives information about the release 
> version & partitioner name of a node.
> GET /api/v1/cassandra/status
> GET /api/v1/cassandra/status?instanceId={id}
> Response
> {
>  releaseVersion: "4.2-SNAPSHOT",
>  partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
> }



--
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] [Commented] (CASSANDRASC-48) Add an endpoint that gives information about the release version & partitioner name of a node

2022-11-18 Thread Yifan Cai (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRASC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635984#comment-17635984
 ] 

Yifan Cai commented on CASSANDRASC-48:
--

+1 on the patch!

> Add an endpoint that gives information about the release version & 
> partitioner name of a node
> -
>
> Key: CASSANDRASC-48
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Rest API
>Reporter: Jyothsna Konisa
>Assignee: Jyothsna Konisa
>Priority: Normal
>  Labels: pull-request-available
>
> Add a new endpoint in sidecar that gives information about the release 
> version & partitioner name of a node.
> GET /api/v1/cassandra/status
> GET /api/v1/cassandra/status?instanceId={id}
> Response
> {
>  releaseVersion: "4.2-SNAPSHOT",
>  partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
> }



--
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] [Commented] (CASSANDRASC-48) Add an endpoint that gives information about the release version & partitioner name of a node

2022-11-16 Thread Francisco Guerrero (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRASC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17634940#comment-17634940
 ] 

Francisco Guerrero commented on CASSANDRASC-48:
---

The patch looks good to me. +1 (non-committer) 

> Add an endpoint that gives information about the release version & 
> partitioner name of a node
> -
>
> Key: CASSANDRASC-48
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>  Components: Rest API
>Reporter: Jyothsna Konisa
>Assignee: Jyothsna Konisa
>Priority: Normal
>  Labels: pull-request-available
>
> Add a new endpoint in sidecar that gives information about the release 
> version & partitioner name of a node.
> GET /api/v1/cassandra/status
> GET /api/v1/cassandra/status?instanceId={id}
> Response
> {
>  releaseVersion: "4.2-SNAPSHOT",
>  partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
> }



--
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] [Commented] (CASSANDRASC-48) Add an endpoint that gives information about the release version & partitioner name of a node

2022-11-10 Thread Jyothsna Konisa (Jira)


[ 
https://issues.apache.org/jira/browse/CASSANDRASC-48?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631922#comment-17631922
 ] 

Jyothsna Konisa commented on CASSANDRASC-48:


PR: https://github.com/apache/cassandra-sidecar/pull/42

> Add an endpoint that gives information about the release version & 
> partitioner name of a node
> -
>
> Key: CASSANDRASC-48
> URL: https://issues.apache.org/jira/browse/CASSANDRASC-48
> Project: Sidecar for Apache Cassandra
>  Issue Type: New Feature
>Reporter: Jyothsna Konisa
>Assignee: Jyothsna Konisa
>Priority: Normal
>  Labels: pull-request-available
>
> Add a new endpoint in sidecar that gives information about the release 
> version & partitioner name of a node.
> GET /api/v1/cassandra/status
> GET /api/v1/cassandra/status?instanceId={id}
> Response
> {
>  releaseVersion: "4.2-SNAPSHOT",
>  partitioner: "org.apache.cassandra.dht.Murmur3Partitioner"
> }



--
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