Commit 780685a
committed
Bump remaining ZooKeeper test servers to 3.9 (curator 5.x needs server 3.6+)
Same root cause as the cluster e2e: the OAP's curator 5.9.0 client uses persistent
watches (addWatch, ZooKeeper 3.6.0+), which a zookeeper:3.5 server rejects
("unknown type 106") -> ConnectionLoss. This made the Integration test suite hang
(1h timeout, via the two zk testcontainer ITs) and the Virtual Gateway e2e fail
(oap1 unhealthy).
Bump the three remaining OAP-coordinator test servers zookeeper:3.5 -> 3.9:
- ClusterModuleZookeeperProviderFunctionalIT (cluster-zookeeper-plugin)
- ZookeeperConfigurationIT (configuration-zookeeper)
- e2e cases/gateway/docker-compose.yml
Validated locally on zk:3.9: both ITs pass (5 + 2 tests, no hang).1 parent 7a73cb2 commit 780685a
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- oap-server
- server-cluster-plugin/cluster-zookeeper-plugin/src/test/java/org/apache/skywalking/oap/server/cluster/plugin/zookeeper
- server-configuration/configuration-zookeeper/src/test/java/org/apache/skywalking/oap/server/configuration/zookeeper/it
- test/e2e-v2/cases/gateway
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments