Skip to content

Commit

Permalink
Final PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
aratno committed Jul 17, 2022
1 parent 9b98c30 commit efa31b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,5 +1,5 @@
4.2
* `nodetool version --verbose` now includes GitSHA
* `nodetool version --verbose` now includes GitSHA; build depends on Git install locally
* Add a virtual table that exposes currently running queries (CASSANDRA-15241)
* Allow sstableloader to specify table without relying on path (CASSANDRA-16584)
* Fix TestGossipingPropertyFileSnitch.test_prefer_local_reconnect_on_listen_address (CASSANDRA-17700)
Expand Down
2 changes: 0 additions & 2 deletions NEWS.txt
Expand Up @@ -70,8 +70,6 @@ New features
- Whether ALTER TABLE commands are allowed to mutate columns
- Whether SimpleStrategy is allowed on keyspace creation or alteration
- Maximum replication factor
- `nodetool version` now includes the Git SHA the project was built with, and whether it was built with a dirty Git
index; build now depends on a local Git installation

Upgrading
---------
Expand Down
1 change: 0 additions & 1 deletion src/java/org/apache/cassandra/tools/nodetool/Version.java
Expand Up @@ -18,7 +18,6 @@
package org.apache.cassandra.tools.nodetool;

import io.airlift.airline.Command;

import io.airlift.airline.Option;
import org.apache.cassandra.tools.NodeProbe;
import org.apache.cassandra.tools.NodeTool.NodeToolCmd;
Expand Down

0 comments on commit efa31b0

Please sign in to comment.