Peter Dyson
Peter Dyson
Good point, there's going to probably be numerous security barriers involved. Is it any easier if you can log to an external API?
Can't it be made to run on both 2.7 and 3? https://docs.python.org/3/howto/pyporting.html Many packages on Pypi work on both: https://python3wos.appspot.com/
Seems we have field counts with Field Usage Stats api, but it's not so consumable with some top level counts. `GET /*/_field_usage_stats` Output is per shard and recursive, so getting...
Prosemirror looks awesome.
Really useful feature, make it configurable, pick a sensible default.
Sorry I meant the response returns the lists of fields but counting them is something you need to do manually.
Just a note to confirm that the last stack version that allows the escape hatch workaround of re-enabling the disabled JVM setting (`-XX:+UnlockDiagnosticVMOptions -XX:+G1UsePreventiveGC`) is: - Elasticsearch v8.10.2 for 8.x...
Right, so we backported the newer JDK to the still supported 7.17 branch and should probably include that in the stack to JDK version table above?
I tried the repro but could not get it to hit heap pressure for me in the same sized test env on 8.10.2, the heap stayed well below max no...
Yeah was testing in cloud. I guess another workload that could be similar for large amounts of short lived objects is aggregations? Or ad hoc searches across a long retention/many...