You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Kikyou1997 (via GitHub)" <gi...@apache.org> on 2023/04/12 11:04:19 UTC

[GitHub] [doris] Kikyou1997 opened a new issue, #18603: [Bug] Analyze async block client too long time

Kikyou1997 opened a new issue, #18603:
URL: https://github.com/apache/doris/issues/18603

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   master: 09a4e9fd6bdb9a0672a62a749404179113db81e0
   
   
   ### What's Wrong?
   
   Analyze asynchronizely blocks client too long time.
   
   ### What You Expected?
   
   Return in subseconds
   
   ### How to Reproduce?
   
   Create tpch 1G databases by tools in codebase
   cost below sqls to mysql client at once
   
   ```sql
   analyze table customer;
   analyze table lineitem;
   analyze table nation  ;
   analyze table orders  ;
   analyze table part    ;
   analyze table partsupp;
   analyze table region  ;
   analyze table supplier;
   ```
   
   ### Anything Else?
   
   It blocked on the logic of deletion of statistics in the `AnalysisManager#createAnalysisJob`
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Kikyou1997 commented on issue #18603: [Bug] Analyze async block client too long time

Posted by "Kikyou1997 (via GitHub)" <gi...@apache.org>.
Kikyou1997 commented on issue #18603:
URL: https://github.com/apache/doris/issues/18603#issuecomment-1505081867

   @weizhengte Take a look pls


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] Kikyou1997 closed issue #18603: [Bug] Analyze async blocks mysql client too long time

Posted by "Kikyou1997 (via GitHub)" <gi...@apache.org>.
Kikyou1997 closed issue #18603: [Bug] Analyze async blocks mysql client too long time
URL: https://github.com/apache/doris/issues/18603


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org