unhandled msg in cluster StressSpec

This commit is contained in:
Patrik Nordwall 2013-06-25 22:10:05 +02:00
parent 007a8b2399
commit f34909c490

View file

@ -463,6 +463,7 @@ private[cluster] object StressMultiJvmSpec extends MultiNodeConfig {
} }
case Reset case Reset
startStats = None startStats = None
case _: CurrentClusterState // not interesting here
} }
} }