zhangzhiguang2 opened a new issue #1463: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463
For example, split the task into multiple shards, and each shard has a return value, and these return values need to be aggregated I consider that each instance node of zk can be used to record the aggregate value of each task, and finally the value on the node can be aggregated and returned in the aggregation method. However, if multiple tasks are performed, each task may modify the value of the node. What should I do at this time, or each node binds a certain task id to obtain the task id for aggregation ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
