You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Timur Abishev <ta...@twitter.com> on 2017/01/10 00:20:09 UTC

Exception with LocalCluster after 0.9.x to 1.0.x upgrade

Hi!

I'm working on upgrade of https://github.com/twitter/tormenta project from
Storm 0.9.x to 1.0.x API.
In process of upgrade I discovered issues in tests with `LocalCluster`:
> java.lang.IllegalStateException: Cannot simulate time unless in
simulation mode

I use some methods to fix this like `Time.startSimulating` and
`Time.advanceTime` but I didn't find any documentation about that.
Is there any good example/documentation how to use `LocalCluster` in 1.0.x
API ?

Thanks,
Timur Abishev.