Build Update for apache/incubator-geode -------------------------------------
Build: #217 Status: Errored Duration: 6 minutes and 33 seconds Commit: 68dab4a (develop) Author: Bruce Schuchardt Message: GEODE-956 Product use log shows duplicate entries The product use logger was adding up the load of all of the servers and displaying it, but each load is a float between zero and 1.0 so the total was always zero. I've modified it to figure out the correct connection count for each CacheServer and also log the subscription queue count. The list of servers now has duplicate entries removed by putting all of the servers into a Set. View the changeset: https://github.com/apache/incubator-geode/compare/8645fe03811c...68dab4af591b View the full build log and details: https://travis-ci.org/apache/incubator-geode/builds/117491750 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
