ic4y commented on PR #4996: URL: https://github.com/apache/seatunnel/pull/4996#issuecomment-1668828243
> > > Currently, we can run multiple tasks in local mode using separate JVM instances. The issue likely stems from the hazelcast-client.yaml where cluster-members doesn't include multiple ports. I suggest configuring it like the image shown below: > > > <img alt="image" width="240" src="https://user-images.githubusercontent.com/83933160/258575480-746bf90b-5fbb-4c23-afc4-177c15063c65.png"> > > > With this, we can run up to 9 jobs simultaneously > > > > > > @hanyouyou13 @Hisoka-X So, this PR is not necessary. > > Currently, if we can run multiple tasks in local mode using separate JVM instances, The server and clinet of hazelcast must be modified to uniquely match each port at the same time. This pr solves run local task using the same jvm to start the hazelcast server. Thank you for your effort and contribution, @hanyouyou13. Although we're not merging this PR right now, your dedication is truly appreciated. We hope you'll continue to contribute in the future. Your input is valuable to us! -- 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]
