seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Bug] [seatunnel-engine] After starting, submit the task 'classloader' and keep creating and releasing it

Open Xuzhengz opened this issue 1 year ago • 1 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

What happened

In separated-cluster-deployment Mode,After starting, submit the task 'classloader' and keep creating and releasing it,The task cannot be executed normally

SeaTunnel Version

2.3.6 and dev

SeaTunnel Config

{
  "env": {
    "parallelism": 1,
    "job.name": "向量转换测试",
    "job.mode": "batch"
  },
  "preHandler": [

  ],
  "source": [
    {
      "plugin_name": "Jdbc",
      "driver": "com.mysql.cj.jdbc.Driver",
      "connection_check_timeout_sec": 100,
      "table_list": [
        {
          "table_path": "source.device",
          "query": "SELECT\n `device_id`,\n `name`,\n `type`,\n `longitude`,\n `latitude`,\n `height`,\n `radius`,\n `distance`,\n `service_address`,\n `status`,\n `term_type`,\n `properties`,\n `runway_name`,\n `direction`,\n `runway_code`,\n `delay`\nFROM\n `source`.`device`"
        }
      ],
      "database": "source",
      "url": "jdbc:mysql://******:3306/source?remarks=true&useInformationSchema=true&useCursorFetch=true&defaultFetchSize=2048&rewriteBatchedStatements=true",
      "user": "******",
      "password": "******",
      "result_table_name": "ot_3f1ffe7a58024aec96c08b126a9ce922"
    }
  ],
  "transform": [
  ],
  "sink": [
    {
      "plugin_name": "Console",
      "source_table_name": "ot_3643fbe81c48436292d70479ca388b11"
    }
  ]
}

Running Command

bin/seatunnel.sh -c demo.json

Error Exception

[.c.c.Defaultclasloaderservice] [hz.main.cached.thread-19]- Create classloader for job 871672417141915649 with jars [file:opt/module/seatunel/plugins/jdbc/lib/inceptor-driver-6.8.3.jar, file:/opt/module/seatunnel/connectors/connector-redis-2.3.6-SpsHoT.jar, file:/opt/modul/seatunnel/connectors/connector-jdbc-2.3.6-SNAPSHOT.jar]

Zeta or Flink or Spark Version

No response

Java or Scala Version

1.8

Screenshots

image

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

Code of Conduct

Xuzhengz avatar Aug 03 '24 04:08 Xuzhengz

cc @EricJoy2048

Hisoka-X avatar Aug 04 '24 03:08 Hisoka-X

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.

github-actions[bot] avatar Jul 12 '25 00:07 github-actions[bot]

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.

github-actions[bot] avatar Jul 20 '25 00:07 github-actions[bot]