Uncommented failing leader election tests
This commit is contained in:
parent
38e50b77a5
commit
56db84f0a1
2 changed files with 17 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ import akka.AkkaException
|
|||
object Scheduler {
|
||||
import Actor._
|
||||
|
||||
case class SchedulerException(msg: String, e: Throwable) extends RuntimeException(msg, e)
|
||||
case class SchedulerException(msg: String, e: Throwable) extends AkkaException(msg, e)
|
||||
|
||||
@volatile
|
||||
private var service = Executors.newSingleThreadScheduledExecutor(SchedulerThreadFactory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue