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

Stefan Miklosovic commented on CASSANDRA-16911:
-----------------------------------------------

If we want to control whether we want to display that column or not, I think 
that is technically possible to do as we would just "drop displaying the last 
column while constructing the output" for nodetool however keep in mind that 
when it comes to what JMX returns, it will contain that information too. We 
would just somehow not display it by default. 

Anyway, what qualifies for the output to be "too long"? Do we follow some 
measurable policy here? Everybody has screens of a different width and I do not 
know what consitues the output to be "too wide". There is not one answer to 
that. We might indeed stick to "80 chars" as that is kind of default on the 
terminal but I think we already passed this limit and the measurement is more 
or less just subjective here.

> Remove ephemeral snapshot marker file and introduce a flag to SnapshotManifest
> ------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16911
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16911
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Local/Snapshots
>            Reporter: Stefan Miklosovic
>            Assignee: Stefan Miklosovic
>            Priority: Normal
>             Fix For: 4.2
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> While creating an ephemeral snapshot, a marker file is created at disk in a 
> respective snapshot directory. This is not necessary anymore as we have 
> introduced SnapshotManifest in CASSANDRA-16789 so we can move this flag 
> there. By putting the information if a snapshot is ephemeral or not into 
> SnapshotManifest, we simplify and "clean up" the snapshotting process and 
> related codebase.



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

Reply via email to