Closed redteaxixi closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.
concurrent.CompletionException: com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.InvalidClassException: org.apache.seatunnel.connectors.cdc.base.source.IncrementalSource; local class incompatible: stream classdesc serialVersionUID = 2858267005650363299, local class serialVersionUID = -2572245715217596179
test seatunnel-web submit job, got error:
[qtp227080339-97] [AbstractLogger.info():69] - Start submit job, job id: 773814675245629441, with plugin jar [file:/app/apache-seatunnel-2.3.3/connectors/seatunnel/connector-cdc-mysql-2.3.3.jar] 11-06 15:43:15.972 ERROR [tr:,sp:] [qtp227080339-97] [GlobalExceptionHandler.logError():83] - com.hazelcast.nio.serialization.HazelcastSerializationException: java.io.InvalidClassException: org.apache.seatunnel.connectors.cdc.base.source.IncrementalSource; local class incompatible: stream classdesc serialVersionUID = 2858267005650363299, local class serialVersionUID = -2572245715217596179
.....
Add serialVersionUID in class IncrementalSource and its child class?
Hi,
Encountered a problem and hope to get help from here.
Installed both 2.3.3-SNAPSHOT seatunnel and seatunnel-web.
Test execute job to seatunnel server, it works fine. However, submit a job from seatunnel-web, it failed with error on server log as following:
Also attached log file here. seatunnel-engine-server.log
Thanks!