Robert Muir

Results 269 comments of Robert Muir

maybe. the file that ships with the JDK has a LOT of stuff enabled. When creating the .jfc file for profiling tests (which I think this derived from at one...

The file I linked only does the TLAB accounting. So this is probably not the heap usage your tool wants exactly, instead an approximation of it. But it's fast and...

for an http-based service, you can accomplish this by setting cache headers correctly as well. then the caching is much more flexible: can happen on user's device/client, load balancer, anywhere...

As states on the dev list, I don't think we should do this.

Because that's not what this variable means. If you want to change index backwards compatibility policy, lying about the version is not the way. -1

> I guess you meant this already but just in the interest of complete clarity, it DOES allow reading indexes originally written with an index version < MIN_SUPPORTED_MAJOR provided that...

massive gradle stacktrace, i suspect some api change? suspicious error: ``` groovy.lang.MissingMethodException: No signature of method: static org.apache.rat.Defaults.createDefaultMatcher() is applicable for argument types: () values: [] ```

first bumping to 0.15 via #14648 we can rebase the bot after that here. 0.16.x seems like a bigger change based on https://creadur.apache.org/rat/changes-report.html, so there will be more work.

My only concern is that it will have a really serious impact on the HNSW indexing/merging. I know this indexing performance part isn't as fun/sexy as speeding up the queries,...