You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/09/17 03:14:30 UTC

[GitHub] [shardingsphere-elasticjob] zhangzhiguang2 opened a new issue #1463: Sharding task Aggregation

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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1463: Sharding task Aggregation

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1463:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463#issuecomment-694142320


   Hi, please add ss_assistant_1 to join the wechat group.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] zhangzhiguang2 commented on issue #1463: Sharding task Aggregation

Posted by GitBox <gi...@apache.org>.
zhangzhiguang2 commented on issue #1463:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463#issuecomment-694597539


   ok


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] zhangzhiguang2 commented on issue #1463: Sharding task Aggregation

Posted by GitBox <gi...@apache.org>.
zhangzhiguang2 commented on issue #1463:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463#issuecomment-694073912


   It doesn’t really matter where it’s stored, redis or database will not have much impact


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] zhangzhiguang2 commented on issue #1463: Sharding task Aggregation

Posted by GitBox <gi...@apache.org>.
zhangzhiguang2 commented on issue #1463:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463#issuecomment-694072956


   How to confirm the completion of the same fragmentation task?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] Technoboy- commented on issue #1463: Sharding task Aggregation

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #1463:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1463#issuecomment-693798550


   Could you persist these data in other storage like Redis?  As the job executes, you can retrieve the sharding item, and persist the value in Redis when complete. 
   


----------------------------------------------------------------
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:
users@infra.apache.org