EricJoy2048 commented on code in PR #3696:
URL:
https://github.com/apache/incubator-seatunnel/pull/3696#discussion_r1046617973
##########
seatunnel-engine/seatunnel-engine-common/src/main/resources/hazelcast.yaml:
##########
@@ -32,7 +27,11 @@ hazelcast:
auto-increment: true
port-count: 100
port: 5801
- properties:
- hazelcast.invocation.max.retry.count: 20
- hazelcast.tcp.join.port.try.count: 30
- hazelcast.logging.type: log4j2
+ map:
+ map-name-template:
+ map-store:
+ enabled: true
+ initial-mode: EAGER
+ class-name: org.apache.seatunnel.engine.server.persistence.FileMapStore
+ properties:
+ path: /tmp/file-store-map
Review Comment:
> The IMap we need to persist should have a uniform prefix, like
`engine_runningJobInfo`
Thanks, I will fix it.
--
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]