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. Edit: I think ack-severe-alert-threshold is a red-herrying -- I think someone broke the formatting so that there's a missing line-feed before the 1st gemfire.property being printed out. [ Full content available at: https://github.com/apache/geode/pull/3180 ] This message was relayed via gitbox.apache.org for [email protected]
