You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2019/02/11 22:48:14 UTC

[GitHub] [geode] kirklund commented on issue #3180: GEODE-6295: Add Micrometer-based metrics system

Most of these failures are caused by DistributedSystem.connect finding an existing DS connection. The connect then checks to ensure that the existing DS connection is compatible, but this check fails with:

IllegalStateException: A connection to a distributed system already exists in this VM.  It has the following configuration:  ack-severe-alert-threshold="0"

I think we may have introduced a bug involving DistributionConfigImpl, and it seems to involve the value for ack-severe-alert-threshold.

[ Full content available at: https://github.com/apache/geode/pull/3180 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org