You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Bruce Schuchardt <bs...@pivotal.io> on 2020/03/23 18:45:49 UTC

If you see a test fail with "Message distribution has terminated"

I’ve traced it down to the fix for GEODE-7727 while I was working on GEODE-6008 with Mark Hanson on Friday.

 

https://issues.apache.org/jira/browse/GEODE-7727

 

It’s a timing issue that seems to mostly hit tests using SSL but could show up anywhere.

 

There’s a PR up with a fix for the problem: https://github.com/apache/geode/pull/4839