You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Berenguer Blasi (Jira)" <ji...@apache.org> on 2021/02/15 11:00:07 UTC

[jira] [Comment Edited] (CASSANDRA-16412) nodetool status doesn't work without system_traces

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

Berenguer Blasi edited comment on CASSANDRA-16412 at 2/15/21, 11:00 AM:
------------------------------------------------------------------------

Hi quick q to see if iiuc. Are you guys suggesting?

{noformat}
./nodetool status

Error: The node does not have system_traces yet, probably still bootstrapping
{noformat}

P.D.: Bonus points for a weird jira bug where you type 'still bootstrapping' but the message displays as 'still boostrapping' :facepalm:
should instead be?

{noformat}
./nodetool status
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load       Tokens  Owns  Host ID                               Rack 
UN  127.0.0.1  79.49 KiB  16      ?     39a22b2d-cd2e-41cc-b613-53ba78b6564b  rack1

Note: Unkown ownership as we're still boostrapping.
{noformat}


was (Author: bereng):
Hi quick q to see if iiuc. Are you guys suggesting?

{noformat}
./nodetool status

Error: The node does not have system_traces yet, probably still bootstrapping
{noformat}

should instead be?

{noformat}
./nodetool status
Datacenter: datacenter1
=======================
Status=Up/Down
|/ State=Normal/Leaving/Joining/Moving
--  Address    Load       Tokens  Owns  Host ID                               Rack 
UN  127.0.0.1  79.49 KiB  16      ?     39a22b2d-cd2e-41cc-b613-53ba78b6564b  rack1

Note: Unkown ownership as we're still boostrapping.
{noformat}

> nodetool status doesn't work without system_traces
> --------------------------------------------------
>
>                 Key: CASSANDRA-16412
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16412
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Brandon Williams
>            Assignee: Berenguer Blasi
>            Priority: Normal
>             Fix For: 4.0-rc
>
>
> bq. Error: The node does not have system_traces yet, probably still bootstrapping
> There's no reason we can't show status because of this, we can simply log that the effective ownership is unknown, like we used to, rather than forcing a user to go to another machine to find out what's going on in the ring.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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