You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/09/24 09:41:16 UTC

[GitHub] [incubator-doris] shgxwxl opened a new issue #1859: EsHttpScanNode may be blocked while start_scanners

shgxwxl opened a new issue #1859: EsHttpScanNode may be blocked while start_scanners
URL: https://github.com/apache/incubator-doris/issues/1859
 
 
   * when open EsHttpScanNode we call start_scanners
   * start_scanners wait all futures return their status,  it's a sync logic
   * but open function is called in PlanFragmentExecutor before batch read
   * so read will be blocked until all scanners finish
   

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


With regards,
Apache Git Services

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