File cassandra.changes of Package cassandra

-------------------------------------------------------------------
Mon Aug 12 15:27:35 UTC 2024 - Dāvis Mosāns <davispuh@gmail.com>

- update to 4.1.5 

-------------------------------------------------------------------
Wed Jan 23 13:35:05 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

- update to 3.11.3:
  * Validate supported column type with SASI analyzer (CASSANDRA-13669)
  * Remove BTree.Builder Recycler to reduce memory usage (CASSANDRA-13929)
  * Reduce nodetool GC thread count (CASSANDRA-14475)
  * Fix New SASI view creation during Index Redistribution (CASSANDRA-14055)
  * Remove string formatting lines from BufferPool hot path (CASSANDRA-14416)
  * Update metrics to 3.1.5 (CASSANDRA-12924)
  * Detect OpenJDK jvm type and architecture (CASSANDRA-12793)
  * Don't use guava collections in the non-system keyspace jmx attributes (CASSANDRA-12271)
  * Allow existing nodes to use all peers in shadow round (CASSANDRA-13851)
  * Fix cqlsh to read connection.ssl cqlshrc option again (CASSANDRA-14299)
  * Downgrade log level to trace for CommitLogSegmentManager (CASSANDRA-14370)
  * CQL fromJson(null) throws NullPointerException (CASSANDRA-13891)
  * Serialize empty buffer as empty string for json output format (CASSANDRA-14245)
  * Allow logging implementation to be interchanged for embedded testing (CASSANDRA-13396)
  * SASI tokenizer for simple delimiter based entries (CASSANDRA-14247)
  * Fix Loss of digits when doing CAST from varint/bigint to decimal (CASSANDRA-14170)
  * RateBasedBackPressure unnecessarily invokes a lock on the Guava RateLimiter (CASSANDRA-14163)
  * Fix wildcard GROUP BY queries (CASSANDRA-14209)
  * Fix corrupted static collection deletions in 3.0 -> 2.{1,2} messages (CASSANDRA-14568)
  * Fix potential IndexOutOfBoundsException with counters (CASSANDRA-14167)
  * Always close RT markers returned by ReadCommand#executeLocally() (CASSANDRA-14515)
  * Reverse order queries with range tombstones can cause data loss (CASSANDRA-14513)
  * Fix regression of lagging commitlog flush log message (CASSANDRA-14451)
  * Add Missing dependencies in pom-all (CASSANDRA-14422)
  * Cleanup StartupClusterConnectivityChecker and PING Verb (CASSANDRA-14447)
  * Fix deprecated repair error notifications from 3.x clusters to legacy JMX clients (CASSANDRA-13121)
  * Cassandra not starting when using enhanced startup scripts in windows (CASSANDRA-14418)
  * Fix progress stats and units in compactionstats (CASSANDRA-12244)
  * Better handle missing partition columns in system_schema.columns (CASSANDRA-14379)
  * Delay hints store excise by write timeout to avoid race with decommission (CASSANDRA-13740)
  * Deprecate background repair and probablistic read_repair_chance table options
    (CASSANDRA-13910)
  * Add missed CQL keywords to documentation (CASSANDRA-14359)
  * Fix unbounded validation compactions on repair / revert CASSANDRA-13797 (CASSANDRA-14332)
  * Avoid deadlock when running nodetool refresh before node is fully up (CASSANDRA-14310)
  * Handle all exceptions when opening sstables (CASSANDRA-14202)
  * Handle incompletely written hint descriptors during startup (CASSANDRA-14080)
  * Handle repeat open bound from SRP in read repair (CASSANDRA-14330)
  * Respect max hint window when hinting for LWT (CASSANDRA-14215)
  * Adding missing WriteType enum values to v3, v4, and v5 spec (CASSANDRA-13697)
  * Don't regenerate bloomfilter and summaries on startup (CASSANDRA-11163)
  * Fix NPE when performing comparison against a null frozen in LWT (CASSANDRA-14087)
  * Log when SSTables are deleted (CASSANDRA-14302)
  * Fix batch commitlog sync regression (CASSANDRA-14292)
  * Write to pending endpoint when view replica is also base replica (CASSANDRA-14251)
  * Chain commit log marker potential performance regression in batch commit mode (CASSANDRA-14194)
  * Fully utilise specified compaction threads (CASSANDRA-14210)
  * Pre-create deletion log records to finish compactions quicker (CASSANDRA-12763)
  * Fix bug that prevented compaction of SSTables after full repairs (CASSANDRA-14423)
  * Incorrect counting of pending messages in OutboundTcpConnection (CASSANDRA-11551)
  * Fix compaction failure caused by reading un-flushed data (CASSANDRA-12743)
  * Use Bounds instead of Range for sstables in anticompaction (CASSANDRA-14411)
  * Fix JSON queries with IN restrictions and ORDER BY clause (CASSANDRA-14286)
  * Backport circleci yaml (CASSANDRA-14240)
  * Check checksum before decompressing data (CASSANDRA-14284)
  * CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt (CASSANDRA-14183)
- Use %license macro

-------------------------------------------------------------------
Thu Apr  5 16:06:31 UTC 2018 - SGrasley@suse.com

- Set systemd service to restart on-failure (bsc#1087794)

-------------------------------------------------------------------
Wed Mar 14 11:13:42 UTC 2018 - aplanas@suse.com

- Update cassandra to 3.11.2 (bsc#1085265)
  * Fix ReadCommandTest (CASSANDRA-14234)
  * Remove trailing period from latency reports at keyspace level
    (CASSANDRA-14233)
  * Backport CASSANDRA-13080: Use new token allocation for non
    bootstrap case as well (CASSANDRA-14212)
  * Remove dependencies on JVM internal classes from JMXServerUtils
    (CASSANDRA-14173)
  * Add DEFAULT, UNSET, MBEAN and MBEANS to `ReservedKeywords`
    (CASSANDRA-14205)
  * Add Unittest for schema migration fix (CASSANDRA-14140)
  * Print correct snitch info from nodetool describecluster
    (CASSANDRA-13528)
  * Close socket on error during connect on OutboundTcpConnection
    (CASSANDRA-9630)
  * Enable CDC unittest (CASSANDRA-14141)
  * Acquire read lock before accessing CompactionStrategyManager
    fields (CASSANDRA-14139)
  * Split CommitLogStressTest to avoid timeout (CASSANDRA-14143)
  * Avoid invalidating disk boundaries unnecessarily (CASSANDRA-14083)
  * Avoid exposing compaction strategy index externally
    (CASSANDRA-14082)
  * Prevent continuous schema exchange between 3.0 and 3.11 nodes
    (CASSANDRA-14109)
  * Fix imbalanced disks when replacing node with same address with
    JBOD (CASSANDRA-14084)
  * Reload compaction strategies when disk boundaries are invalidated
    (CASSANDRA-13948)
  * Remove OpenJDK log warning (CASSANDRA-13916)
  * Prevent compaction strategies from looping indefinitely
    (CASSANDRA-14079)
  * Cache disk boundaries (CASSANDRA-13215)
  * Add asm jar to build.xml for maven builds (CASSANDRA-11193)
  * Round buffer size to powers of 2 for the chunk cache
    (CASSANDRA-13897)
  * Update jackson JSON jars (CASSANDRA-13949)
  * Avoid locks when checking LCS fanout and if we should defrag
    (CASSANDRA-13930)
  * Correctly count range tombstones in traces and tombstone
    thresholds (CASSANDRA-8527)
- Drop javadoc-encoding.patch patch (included in 3.11.2)
- Use %_fillupdir macro

-------------------------------------------------------------------
Wed Mar 14 01:05:07 CET 2018 - ro@suse.de

- use IBM java on s390x to allow successful build

-------------------------------------------------------------------
Tue Jan 16 13:43:45 UTC 2018 - johannes.grassler@suse.com

- Hardwire Java requires to 1.8 since Cassandra will not build
  with 1.9 and up).

-------------------------------------------------------------------
Tue Jan  9 15:38:32 UTC 2018 - johannes.grassler@suse.com

- Remove commented macros 

-------------------------------------------------------------------
Tue Jan  9 15:33:26 UTC 2018 - johannes.grassler@suse.com

- Switch to pure systemd for service startup 

-------------------------------------------------------------------
Mon Jan  8 14:37:20 UTC 2018 - johannes.grassler@suse.com

- Switch to building from Cassandra source tarball and
  cassandra-kit package
- Add javadoc-encoding.patch (fixes Javadoc documentation build)

-------------------------------------------------------------------
Mon Dec  4 17:42:52 UTC 2017 - sgrasley@suse.com

- Version bump to cassandra-3.11.1 (Fix memory leak in 3.11.0)

-------------------------------------------------------------------
Thu Nov 30 19:09:13 UTC 2017 - sgrasley@suse.com

- version bump to cassandra-3.11.0

-------------------------------------------------------------------
Thu Feb 23 17:04:46 UTC 2017 - nicolas.bock@suse.com

- Cleanup

-------------------------------------------------------------------
Thu Feb 23 17:01:13 UTC 2017 - nicolas.bock@suse.com

- Removed old version

-------------------------------------------------------------------
Thu Feb 23 16:58:42 UTC 2017 - nicolas.bock@suse.com

- Version bump to cassandra-2.2.8
openSUSE Build Service is sponsored by