lburgazzoli opened a new issue #1206: URL: https://github.com/apache/camel-quarkus/issues/1206
The Kudu IT tests are failing on my environment: ``` 2020-05-11 08:37:33,800 INFO [org.apa.cam.qua.com.kud.it.KuduResource] (executor-thread-1) Calling createTable 2020-05-11 08:37:33,957 ERROR [org.apa.cam.pro.err.DefaultErrorHandler] (executor-thread-1) Failed delivery for (MessageId: C9BC00A8CDBDC43-0000000000000000 on ExchangeId: C9BC00A8CDBDC43-0000000000000000). Exhausted after delivery attempt: 1 caught: org.apache.kudu.client.NonRecoverableException: not enough live tablet servers to create a table with the requested replication factor 1; 0 tablet servers are alive ``` **java -version** ``` openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment 18.9 (build 11.0.6+10) OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode, sharing) ``` **cat /etc/fedora-release** ``` Fedora release 32 (Thirty Two) ``` **docker info** ``` Client: Debug Mode: false Server: Containers: 4 Running: 0 Paused: 0 Stopped: 4 Images: 66 Server Version: 19.03.8 Storage Driver: overlay2 Backing Filesystem: <unknown> Supports d_type: true Native Overlay Diff: true Logging Driver: journald Cgroup Driver: systemd Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: /usr/libexec/docker/docker-init containerd version: runc version: fbdbaf85ecbc0e077f336c03062710435607dbf1 init version: Security Options: seccomp Profile: default selinux Kernel Version: 5.6.8-300.fc32.x86_64 Operating System: Fedora 32 (Thirty Two) OSType: linux Architecture: x86_64 CPUs: 8 Total Memory: 62.27GiB Name: mars ID: FPGA:3ODP:AUFU:MPTP:K6AO:2X4Q:Q4JU:5YEA:ZIXZ:JXZH:THS6:Y77V Docker Root Dir: /var/lib/docker Debug Mode: false Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: true ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org