Level1Accelerator opened a new issue, #10039: URL: https://github.com/apache/seatunnel/issues/10039
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The web page's finished-jobs interface returns null when the finished-jobs are stored in S3 and there are a large number of them.There are approximately more than 80.I can use ./bin/seatunnel.sh --list to display normally, and it's very fast. ### SeaTunnel Version 2.3.12 ### SeaTunnel Config ```conf -------seatunnel.yaml seatunnel: engine: classloader-cache-mode: true history-job-expire-minutes: 1440 backup-count: 1 queue-type: blockingqueue print-execution-info-interval: 60 print-job-metrics-info-interval: 60 slot-service: dynamic-slot: true checkpoint: interval: 10000 timeout: 60000 storage: type: hdfs max-retained: 3 plugin-config: namespace: /seatunnel/test/checkpoint #storage.type: oss storage.type: s3 disable.cache: false fs.s3a.endpoint: xxx s3.bucket: s3a://xxx fs.s3a.access.key: xxx fs.s3a.secret.key: xxx fs.s3a.aws.credentials.provider: org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider telemetry: metric: enabled: false logs: scheduled-deletion-enable: true http: enable-http: true port: 8881 enable-dynamic-port: false # Uncomment the following lines to enable basic authentication for web UI enable-basic-auth: true basic-auth-username: admin basic-auth-password: xxxx --hazelcast-master.yaml hazelcast: cluster-name: seatunnel network: rest-api: enabled: true endpoint-groups: CLUSTER_WRITE: enabled: true DATA: enabled: true join: tcp-ip: enabled: true member-list: - localhost:5801 - localhost:5802 port: auto-increment: false port: 5801 properties: hazelcast.invocation.max.retry.count: 20 hazelcast.tcp.join.port.try.count: 30 hazelcast.logging.type: log4j2 hazelcast.operation.generic.thread.count: 50 hazelcast.heartbeat.failuredetector.type: phi-accrual hazelcast.heartbeat.interval.seconds: 2 hazelcast.max.no.heartbeat.seconds: 180 hazelcast.heartbeat.phiaccrual.failuredetector.threshold: 10 hazelcast.heartbeat.phiaccrual.failuredetector.sample.size: 200 hazelcast.heartbeat.phiaccrual.failuredetector.min.std.dev.millis: 100 map: engine*: map-store: enabled: true initial-mode: EAGER factory-class-name: org.apache.seatunnel.engine.server.persistence.FileMapStoreFactory properties: type: hdfs namespace: /seatunnel/test/imap clusterName: seatunnel storage.type: s3 fs.s3a.access.key: xxxxx fs.s3a.secret.key: xxxx fs.s3a.endpoint: xxxx s3.bucket: s3a://xxx fs.s3a.aws.credentials.provider: org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider ``` ### Running Command ```shell ----- ``` ### Error Exception ```log ------seatunnel-engine-master.log ERROR [.s.r.f.ExceptionHandlingFilter] [qtp164877646-924] - Error occurred while processing request java.lang.NullPointerException: null ``` ### Zeta or Flink or Spark Version Zeta ### Java or Scala Version 1.8 ### Screenshots <img width="1680" height="578" alt="Image" src="https://github.com/user-attachments/assets/c7c8f11b-10c4-4e5a-8b08-ab4abf9e3800" /> <img width="1034" height="72" alt="Image" src="https://github.com/user-attachments/assets/56c17d15-a52c-4d97-8d90-4af513081208" /> ### Are you willing to submit PR? - [ ] 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]
