Branch: refs/heads/release/0.23.0
Home:
https://github.com/hawkular/hawkular-metrics
Commit: f16f9a54ed765e88e3ffd941c5a66df396c7c8e2
https://github.com/hawkular/hawkular-metrics/commit/f16f9a54ed765e88e3ffd...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2017-02-05 (Sun, 05 Feb 2017)
Changed paths:
M core/schema/src/main/java/org/hawkular/metrics/schema/SchemaService.java
M core/schema/src/main/resources/org/hawkular/schema/cassalog.groovy
A core/schema/src/main/resources/org/hawkular/schema/updates/schema-0.23.0.groovy
Log Message:
-----------
[HWKMETRICS-556] use TWCS for data_compressed table
We are also switching back to STCS for the data table because we are now doing
range deletes as part of the compression job. Eventually I think we'll switch
over to using what are essentially temporary tables for raw data that we just
drop once we are done writing to them and have compressed the data.
[HWKEMTRICS-556] license header
[HWKMETRICS-556] this is what i get for trying to catch up with work on the weekend
[HWKMETRICS-556] cehckstyle
Commit: a3162f86aca5e82776f29438af97e14a3118e31e
https://github.com/hawkular/hawkular-metrics/commit/a3162f86aca5e82776f29...
Author: Stefan Negrea <stefannegrea(a)users.noreply.github.com>
Date: 2017-02-06 (Mon, 06 Feb 2017)
Changed paths:
M core/schema/src/main/java/org/hawkular/metrics/schema/SchemaService.java
M core/schema/src/main/resources/org/hawkular/schema/cassalog.groovy
A core/schema/src/main/resources/org/hawkular/schema/updates/schema-0.23.0.groovy
Log Message:
-----------
Merge pull request #756 from jsanda/release/0.23.0-hwkmetrics-556
[HWKMETRICS-556]
Compare:
https://github.com/hawkular/hawkular-metrics/compare/965e1ed680f7...a3162...