Bug 956928
Summary: | Set up snappy-java build in brew | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | John Sanda <jsanda> |
Component: | Build System | Assignee: | Stefan Negrea <snegrea> |
Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | JON 3.2 | CC: | hrupp, snegrea |
Target Milestone: | --- | ||
Target Release: | JON 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-09 14:17:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 951619 |
Description
John Sanda
2013-04-26 02:51:07 UTC
Some additional info... Cassandra uses compression in several places. The SSTable files on disk are compressed by default. Compression can be used with gossip. And the CQL binary protocol supports compression as well. By default sstable compression uses snappy. Cassandra also provides out of the box support for Java zip and LZ4 compression using https://github.com/jpountz/lz4-java. Compression can also be disabled for SSTables, gossip, and the CQL transport layer. Not used in RHQ 4.9 / JON 3.2 |