Christopher L. Shannon
Christopher L. Shannon
@keith-turner and I discussed this today and came up with a plan to create a prototype test Ample that can be used to run tests against a different table that...
I will look into this to see how the Cache is being used but Caffeine does support a [refresh](https://github.com/ben-manes/caffeine/wiki/Refresh) option which allows an updated value to be loaded in the...
@EdColeman - I see you just beat me to the same comment :)
It seems like we may be able to target the changes here for 2.1 or at least for 3.1
@ben-manes - Thanks for the input, that helps. One question I was wondering is that currently this uses a `LoadingCache` vs `AsyncLoadingCache` and I was wondering if there would be...
@ben-manes - Thanks for the explanation, that helps a lot. Sounds like the Virtual thread support will be quite nice when it's ready in the future.
I added the new FATE table in elasticity so I could work on this (it looks like targeting 3.1 ?) One thing is it looks like #4528 is still going...
I should point out that this is targeting 2.1 even though there's a new property because the Scan server properties are all marked experimental anyways. We could wait for 3.1...
Did you compare the test time before and after the changes? Just curious on the performance difference.
I just noticed #4563 , so really for a valid test for the time different should likely test after merging in both these changes and those changes.