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/04/26 07:59:40 UTC

[GitHub] [shardingsphere-elasticjob] kaihekaihe opened a new issue #1879: If the timeout parameter are set to 0L,then the thread executing some sharding may wait for Long.maxvalue.

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


   ## Bug Report
   
   **For English only**, other languages will not accept.
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob/issues).
   - Read documentation: [ElasticJob Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ElasticJob did you use?
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   ### Expected behavior
   
   If the timeout parameter are set to 0L, the thread executing some sharding wait for 0L. That is to say, I dont want these threads wait 
   
   ### Actual behavior
   
   If the timeout parameter are set to 0L,then the thread executing some sharding may wait for Long.maxvalue.
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior.
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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] TeslaCN commented on issue #1879: If the timeout parameter are set to 0L,then the thread executing some sharding may wait for Long.maxvalue.

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


   Hi @kaihekaihe 
   Do you mean the timeout of `DistributeOnceElasticJobListener`?
   


-- 
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] kaihekaihe commented on issue #1879: If the timeout parameter are set to 0L,then the thread executing some sharding may wait for Long.maxvalue.

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


   `startedTimeoutMilliseconds` and `compltedTimeoutMilliseconds` in class `AbstractDistributeOnceElasticJobListener`


-- 
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