apache / pekko-connectors

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
https://pekko.apache.org/
Apache License 2.0
64 stars 32 forks source link

use kudu 1.10.1 libs #444

Closed pjfanning closed 9 months ago

pjfanning commented 9 months ago
[org.apache.pekko.stream.connectors.kudu.impl.KuduFlowStage$$anon$1-KuduFLow]: the number of replicas does not equal the number of servers
java.lang.IllegalArgumentException: the number of replicas does not equal the number of servers
    at org.apache.kudu.shaded.com.google.common.base.Preconditions.checkArgument(Preconditions.java:142)
    at org.apache.kudu.client.RemoteTablet.<init>(RemoteTablet.java:78)
    at org.apache.kudu.client.AsyncKuduClient.discoverTablets(AsyncKuduClient.java:2412)
    at org.apache.kudu.client.AsyncKuduClient$MasterLookupCB.call(AsyncKuduClient.java:2291)
    at org.apache.kudu.client.AsyncKuduClient$MasterLookupCB.call(AsyncKuduClient.java:2272)