<div dir="ltr"><div><div>Hi guys<br><br></div>As you know, I&#39;m working on ISPN-3051, allowing each node to take a higher or lower proportion of the entries in the cache. I&#39;ve implemented this by adding a float &quot;loadFactor&quot; setting in each node&#39;s configuration, with 1 being the default and any positive value being accepted (including 0).<br>

<br></div><div>There are two questions I wanted to ask you about the configuration:<br><br></div><div>1. What do you think about the &quot;loadFactor&quot; name? I started having doubts about it, since it has a very different meaning in HashMap. I have come up with a couple alternatives, but I don&#39;t love any of them: &quot;proportionalLoad&quot; and &quot;proportionalCapacity&quot;.<br>

<br></div><div>2. Where should we put this setting? I have added it as CacheConfiguration.clustering().hash().loadFactor(), but I can&#39;t think of a reason for having different values for each cache, so we might as well put it in the global configuration.<br>

<br></div><div>Cheers<br>Dan<br><br></div></div>