Documentation for Sharding rolling update (#29666)

This commit is contained in:
Patrik Nordwall 2020-09-30 12:31:03 +02:00 committed by GitHub
parent 2caa560aab
commit 90b79144e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 36 additions and 32 deletions

View file

@ -72,7 +72,6 @@ abstract class JoinSeedNodeSpec extends MultiNodeSpec(JoinSeedNodeMultiJvmSpec)
List(address(ordinary1), address(ordinary2)).foreach { a =>
cluster.state.members.find(_.address == a).get.appVersion should ===(Version("2.0"))
}
cluster.state.hasMoreThanOneAppVersion should ===(true)
enterBarrier("after-2")
}