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 2020/01/06 08:12:34 UTC

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2665: [Optimization] add close api to rowset

kangpinghuang opened a new issue #2665: [Optimization] add close api to rowset
URL: https://github.com/apache/incubator-doris/issues/2665
 
 
   **Is your feature request related to a problem? Please describe.**
   Now singleton rowsets will be reserved for 30min after it is added to unused rowset for increment clone. But it will never be used to create rowset reader and hold the file handler and index resources in memory, which is costly, especially in frequent load situation, which will incur Too Many Open file error.
   
   So it is necessary to add a close api to release the resource owned by rowset when it it added to unused rowsets queue.
   BTW, some things should be considered are:
   1. the unused rowset may be owned by some readers, we should not release the resources before these delayed readers finish reading.

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


[GitHub] [incubator-doris] imay closed issue #2665: [Optimization] add close api to rowset

Posted by GitBox <gi...@apache.org>.
imay closed issue #2665: [Optimization] add close api to rowset
URL: https://github.com/apache/incubator-doris/issues/2665
 
 
   

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