Branch: refs/heads/release/0.8.0
Home:
https://github.com/hawkular/hawkular-metrics
Commit: 744d5ade0163722ecfd29e248df5ffefb320fe7a
https://github.com/hawkular/hawkular-metrics/commit/744d5ade0163722ecfd29...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-04-04 (Mon, 04 Apr 2016)
Changed paths:
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/config/ConfigurationKey.java
Log Message:
-----------
[BZ 1316275] add support for altering gc_grace_seconds in data table
A new config property has been added. It is called DATA_GC_GRACE_SECONDS. At
start up we query the system tables to get the current value of
gc_grace_seconds for the data table. If the current value does not match the
config value, which defaults to 1 day, we update gc_grace_seconds.
Commit: 2d5d57cf4409e67cc1e2393adf3b194ceca01d04
https://github.com/hawkular/hawkular-metrics/commit/2d5d57cf4409e67cc1e23...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-04-12 (Tue, 12 Apr 2016)
Changed paths:
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/config/ConfigurationKey.java
Log Message:
-----------
Merge pull request #475 from jsanda/bug-1316275
[BZ 1316275] add support for altering gc_grace_seconds in data table
Compare:
https://github.com/hawkular/hawkular-metrics/compare/67eb1ec27a69...2d5d5...