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 2021/10/01 07:46:04 UTC

[GitHub] [shardingsphere-elasticjob] CherishCai opened a new issue #1985: Question: Why ElasticJobExecutor#process do not use executorService when 1 == items.size ?

CherishCai opened a new issue #1985:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1985


   ## Question
   - like https://github.com/apache/shardingsphere-elasticjob/issues/1910
   Why ElasticJobExecutor#process do not use executorService when 1 == items.size ?
   ![image](https://user-images.githubusercontent.com/16837364/135582377-bca33559-638d-4368-9322-6bee79511301.png)
   
   ### My problems
   I have customized the SPI JobExecutorServiceHandler, and the implementation returns a customized ExecutorServiceWrapper, which is used to initialize some data before the execution of each task: for example, traceId .
   It also records the time spent from the beginning to the end of each 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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] CherishCai commented on issue #1985: Question: Why ElasticJobExecutor#process do not use executorService when 1 == items.size ?

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


   I want to use customize JobExecutorServiceHandler for every exec.
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org