Branch: refs/heads/master
Home:
https://github.com/hawkular/hawkular-metrics
Commit: 6ca90595db5ac7779c77cfccfe33733814d3177a
https://github.com/hawkular/hawkular-metrics/commit/6ca90595db5ac7779c77c...
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M api/diff.txt
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
Log Message:
-----------
NPE when app is deployed but Session is not created
If Metrics has been started but Cassandra is not up, the Session object
is never created. Then, if you stop Metrics, you get an NPE.
Commit: b91becde758c300afeb983b22849ce2ec99de970
https://github.com/hawkular/hawkular-metrics/commit/b91becde758c300afeb98...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M api/diff.txt
M
api/metrics-api-common/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
Log Message:
-----------
Merge pull request #365 from tsegismont/clean_stop
NPE when app is deployed but Session is not created
Compare:
https://github.com/hawkular/hawkular-metrics/compare/e7658ede1c2d...b91be...