wuchong commented on PR #2606:
URL: https://github.com/apache/fluss/pull/2606#issuecomment-3877415509
The test is failed
```
INFO] Running org.apache.fluss.client.admin.CustomFlussClusterITCase
Error: Tests run: 26, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
73.592 s <<< FAILURE! - in org.apache.fluss.client.admin.FlussAdminITCase
Error:
org.apache.fluss.client.admin.FlussAdminITCase.testBootstrapServerConfigAsTabletServer
Time elapsed: 2.1 s <<< ERROR!
java.lang.IllegalStateException:
Failed to initialize fluss client connection to bootstrap servers:
[/127.0.0.1:32807].
Reason: org.apache.fluss.exception.InvalidServerTypeException: Server type
mismatch, expected: COORDINATOR, actual: TABLET_SERVER, node: 127.0.0.1:32807
(id: cs--1, rack: null)
at
org.apache.fluss.client.metadata.MetadataUpdater.initializeCluster(MetadataUpdater.java:348)
at
org.apache.fluss.client.metadata.MetadataUpdater.<init>(MetadataUpdater.java:77)
at
org.apache.fluss.client.FlussConnection.<init>(FlussConnection.java:87)
at
org.apache.fluss.client.FlussConnection.<init>(FlussConnection.java:68)
at
org.apache.fluss.client.ConnectionFactory.createConnection(ConnectionFactory.java:55)
at
org.apache.fluss.client.admin.FlussAdminITCase.testBootstrapServerConfigAsTabletServer(FlussAdminITCase.java:1258)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(Interceptin
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]