EricJoy2048 opened a new issue, #3633:
URL: https://github.com/apache/incubator-seatunnel/issues/3633

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   Hint: You can enable the logging of stack traces with the following system 
property: -Dhazelcast.slow.operation.detector.stacktrace.logging.enabled
   2022-12-03 10:08:11,235 ERROR 
com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl - 
[localhost]:5802 [gaojun_ClusterFaultToleranceIT_testBatchJobRunOkIn3Node] 
[5.1] Problem while reading DataSerializable, namespace: 0, ID: 0, class: 
'org.apache.seatunnel.engine.server.operation.GetTaskGroupMetricsOperation', 
exception: Classes conforming to DataSerializable should provide a no-arguments 
constructor.
   com.hazelcast.nio.serialization.HazelcastSerializationException: Problem 
while reading DataSerializable, namespace: 0, ID: 0, class: 
'org.apache.seatunnel.engine.server.operation.GetTaskGroupMetricsOperation', 
exception: Classes conforming to DataSerializable should provide a no-arguments 
constructor.
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.rethrowReadException(DataSerializableSerializer.java:183)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.readInternal(DataSerializableSerializer.java:164)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.read(DataSerializableSerializer.java:106)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.read(DataSerializableSerializer.java:51)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.StreamSerializerAdapter.read(StreamSerializerAdapter.java:44)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.AbstractSerializationService.toObject(AbstractSerializationService.java:268)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.spi.impl.NodeEngineImpl.toObject(NodeEngineImpl.java:385) 
~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:456)
 [hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:197)
 [hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:137)
 [hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.executeRun(OperationThread.java:123)
 [hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.util.executor.HazelcastManagedThread.run(HazelcastManagedThread.java:102)
 [hazelcast-5.1.jar:5.1]
   Caused by: java.lang.NoSuchMethodException: Classes conforming to 
DataSerializable should provide a no-arguments constructor.
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.tryClarifyNoSuchMethodException(DataSerializableSerializer.java:221)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.readInternal(DataSerializableSerializer.java:163)
 ~[hazelcast-5.1.jar:5.1]
        ... 10 more
   Caused by: java.lang.NoSuchMethodException: 
org.apache.seatunnel.engine.server.operation.GetTaskGroupMetricsOperation.<init>()
        at java.lang.Class.getConstructor0(Class.java:3082) ~[?:1.8.0_181]
        at java.lang.Class.getDeclaredConstructor(Class.java:2178) 
~[?:1.8.0_181]
        at 
com.hazelcast.internal.nio.ClassLoaderUtil.newInstance(ClassLoaderUtil.java:222)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.nio.ClassLoaderUtil.newInstance0(ClassLoaderUtil.java:217)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.nio.ClassLoaderUtil.newInstance(ClassLoaderUtil.java:197)
 ~[hazelcast-5.1.jar:5.1]
        at 
com.hazelcast.internal.serialization.impl.DataSerializableSerializer.readInternal(DataSerializableSerializer.java:152)
 ~[hazelcast-5.1.jar:5.1]
        ... 10 more
   
   ### SeaTunnel Version
   
   dev
   
   ### SeaTunnel Config
   
   ```conf
   Run ClusterFaultToleranceIT#testBatchJobRunOkIn3Node test case.
   ```
   
   
   ### Running Command
   
   ```shell
   Run ClusterFaultToleranceIT#testBatchJobRunOkIn3Node test case.
   ```
   
   
   ### Error Exception
   
   ```log
   ""
   ```
   
   
   ### Flink or Spark Version
   
   _No response_
   
   ### Java or Scala Version
   
   _No response_
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to