You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Lisheng Sun (Jira)" <ji...@apache.org> on 2020/06/11 17:37:00 UTC

[jira] [Created] (HDFS-15409) Optimization Strategy for choosing ShortCircuitCache

Lisheng Sun created HDFS-15409:
----------------------------------

             Summary:  Optimization Strategy for choosing ShortCircuitCache
                 Key: HDFS-15409
                 URL: https://issues.apache.org/jira/browse/HDFS-15409
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Lisheng Sun


When clientShortCircuitNum is 10, the probability of falling into each ShortCircuitCache is the same, while the probability of other clientShortCircuitNum is different.

For example if clientShortCircuitNum is 3, when a lot of blockids of SSR are ***1, ***4, ***7, this situation will fall into a ShortCircuitCache.

 

Since the real environment blockid is completely unpredictable, i think it is need to design a strategy which is allocated to a specific ShortCircuitCache. This should improve performance even more.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org