You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/10 19:24:19 UTC

[cassandra] branch trunk updated: Update docs describing when a CHANGES.txt entry is necessary and remove 4.0-alpha* entries in CHANGES.txt that don't touch runtime code ref: https://lists.apache.org/thread.html/rde1128131a621e43b0a9c88778398c053a234da0f4c654b82dcbbe0e%40%3Cdev.cassandra.apache.org%3E

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 141ea26  Update docs describing when a CHANGES.txt entry is necessary  and remove 4.0-alpha*  entries in CHANGES.txt that don't touch runtime code  ref: https://lists.apache.org/thread.html/rde1128131a621e43b0a9c88778398c053a234da0f4c654b82dcbbe0e%40%3Cdev.cassandra.apache.org%3E
141ea26 is described below

commit 141ea26733e7e8fe022bc78f7fd68225013e8d14
Author: Eduard Tudenhöfner <ed...@datastax.com>
AuthorDate: Thu Apr 9 09:26:40 2020 +0200

    Update docs describing when a CHANGES.txt entry is necessary
     and remove 4.0-alpha*  entries in CHANGES.txt that don't touch runtime code
     ref: https://lists.apache.org/thread.html/rde1128131a621e43b0a9c88778398c053a234da0f4c654b82dcbbe0e%40%3Cdev.cassandra.apache.org%3E
    
     patch by Eduard Tudenhöfner, Mick Semb Wever; reviewed by Mick Semb Wever, Jon Haddad
---
 CHANGES.txt                        | 23 -----------------------
 doc/source/development/patches.rst |  2 +-
 2 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 878770b..96ce286 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,38 +17,20 @@
  * Set now in seconds in the future for validation repairs (CASSANDRA-15655)
  * Emit metric on preview repair failure (CASSANDRA-15654)
  * Use more appropriate logging levels (CASSANDRA-15661)
- * Added production recommendations and improved compaction doc organization
- * Document usage of EC2Snitch with intra-region VPC peering (CASSANDRA-15337)
- * Fixed flakey test in SASIIndexTest by shutting down its ExecutorService (CASSANDRA-15528)
  * Fixed empty check in TrieMemIndex due to potential state inconsistency in ConcurrentSkipListMap (CASSANDRA-15526)
- * Add compaction allocation measurement test (CASSANDRA-15388)
  * Added UnleveledSSTables global and table level metric (CASSANDRA-15620)
  * Added Virtual Table exposing Cassandra relevant system properties (CASSANDRA-15616, CASSANDRA-15643)
- * Add data modeling introduction (CASSANDRA-15481)
  * Improve the algorithmic token allocation in case racks = RF (CASSANDRA-15600)
  * Fix ConnectionTest.testAcquireReleaseOutbound (CASSANDRA-15308)
  * Include finalized pending sstables in preview repair (CASSANDRA-15553)
  * Reverted to the original behavior of CLUSTERING ORDER on CREATE TABLE (CASSANDRA-15271)
  * Correct inaccurate logging message (CASSANDRA-15549)
- * Add documentation of dynamo (CASSANDRA-15486)
- * Added documentation for Guarantees (CASSANDRA-15482)
- * Added documentation for audit logging (CASSANDRA-15474)
  * Unset GREP_OPTIONS (CASSANDRA-14487)
- * Added streaming documentation (CASSANDRA-15477)
  * Update to Python driver 3.21 for cqlsh (CASSANDRA-14872)
- * Added bulk loading documentation (CASSANDRA-15480)
- * Updated overview documentation (CASSANDRA-15483)
- * Added CDC and speculative retry documentation to DDL section (CASSANDRA-15492)
  * Fix missing Keyspaces in cqlsh describe output (CASSANDRA-15576)
  * Fix multi DC nodetool status output (CASSANDRA-15305)
- * Added documentation covering new Netty based internode messaging (CASSANDRA-15478)
- * Add documentation of hints (CASSANDRA-15491)
  * updateCoordinatorWriteLatencyTableMetric can produce misleading metrics (CASSANDRA-15569)
- * Added documentation for read repair and an example of full repair (CASSANDRA-15485)
  * Make cqlsh and cqlshlib Python 2 & 3 compatible (CASSANDRA-10190)
- * Added documentation for Full Query Logging (CASSANDRA-15475)
- * Added documentation for backups (CASSANDRA-15479)
- * Documentation gives the wrong instruction to activate remote jmx (CASSANDRA-15535)
  * Improve the description of nodetool listsnapshots command (CASSANDRA-14587)
  * allow embedded cassandra launched from a one-jar or uno-jar (CASSANDRA-15494)
  * Update hppc library to version 0.8.1 (CASSANDRA-12995)
@@ -90,7 +72,6 @@ Merged from 2.1:
  * Make sure all exceptions are propagated in DebuggableThreadPoolExecutor (CASSANDRA-15332)
  * Make it possible to resize concurrent read / write thread pools at runtime (CASSANDRA-15277)
  * Close channels on error (CASSANDRA-15407)
- * Add documentation for Java 11 support in Cassandra (CASSANDRA-15428)
  * Integrate SJK into nodetool (CASSANDRA-12197)
  * Ensure that empty clusterings with kind==CLUSTERING are Clustering.EMPTY (CASSANDRA-15498)
  * The flag 'cross_node_timeout' has been set as true by default. This change
@@ -246,7 +227,6 @@ Merged from 3.0:
  * Add a virtual table to expose thread pools (CASSANDRA-14523)
  * Add a virtual table to expose caches (CASSANDRA-14538, CASSANDRA-14626)
  * Fix toDate function for timestamp arguments (CASSANDRA-14502)
- * Revert running dtests by default in circleci (CASSANDRA-14614)
  * Stream entire SSTables when possible (CASSANDRA-14556)
  * Cell reconciliation should not depend on nowInSec (CASSANDRA-14592)
  * Add experimental support for Java 11 (CASSANDRA-9608)
@@ -294,7 +274,6 @@ Merged from 3.0:
    (CASSANDRA-13910)
  * Bind to correct local address in 4.0 streaming (CASSANDRA-14362)
  * Use standard Amazon naming for datacenter and rack in Ec2Snitch (CASSANDRA-7839)
- * Fix junit failure for SSTableReaderTest (CASSANDRA-14387)
  * Abstract write path for pluggable storage (CASSANDRA-14118)
  * nodetool describecluster should be more informative (CASSANDRA-13853)
  * Compaction performance improvements (CASSANDRA-14261) 
@@ -349,7 +328,6 @@ Merged from 3.0:
  * Presize collections (CASSANDRA-13760)
  * Add GroupCommitLogService (CASSANDRA-13530)
  * Parallelize initial materialized view build (CASSANDRA-12245)
- * Fix flaky SecondaryIndexManagerTest.assert[Not]MarkedAsBuilt (CASSANDRA-13965)
  * Make LWTs send resultset metadata on every request (CASSANDRA-13992)
  * Fix flaky indexWithFailedInitializationIsNotQueryableAfterPartialRebuild (CASSANDRA-13963)
  * Introduce leaf-only iterator (CASSANDRA-9988)
@@ -458,7 +436,6 @@ Merged from 3.0:
  * Fix version check to enable streaming keep-alive (CASSANDRA-12929)
  * Make it possible to monitor an ideal consistency level separate from actual consistency level (CASSANDRA-13289)
  * Outbound TCP connections ignore internode authenticator (CASSANDRA-13324)
- * Upgrade junit from 4.6 to 4.12 (CASSANDRA-13360)
  * Cleanup ParentRepairSession after repairs (CASSANDRA-13359)
  * Upgrade snappy-java to 1.1.2.6 (CASSANDRA-13336)
  * Incremental repair not streaming correct sstables (CASSANDRA-13328)
diff --git a/doc/source/development/patches.rst b/doc/source/development/patches.rst
index f3a2cca..92c0553 100644
--- a/doc/source/development/patches.rst
+++ b/doc/source/development/patches.rst
@@ -108,7 +108,7 @@ So you've finished coding and the great moment arrives: it's time to submit your
    a. Attach a patch to JIRA with a single squashed commit in it (per branch), or
    b. Squash the commits in-place in your branches into one
 
- 6. Include a CHANGES.txt entry (put it at the top of the list), and format the commit message appropriately in your patch as below.
+ 6. Include a CHANGES.txt entry (put it at the top of the list), and format the commit message appropriately in your patch as below. Please note that only user-impacting items `should <https://lists.apache.org/thread.html/rde1128131a621e43b0a9c88778398c053a234da0f4c654b82dcbbe0e%40%3Cdev.cassandra.apache.org%3E>`_ be listed in CHANGES.txt. If you fix a test that does not affect users and does not require changes in runtime code, then no CHANGES.txt entry is necessary.
  
     ::
 


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