Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

Just noticed this in the pod's stdout/stderr at startup. Might be relevant? ``` 28-Mar-2024 18:34:02.653 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs....

I'm putting together a PR that will put some null checks in DatasetTrackerChronicle.java. It probably won't solve the problem, but at least error handling will be better. One thing I...

Actually, I take that back, having the constructor raise an exception will just make all other sorts of problems. I'll just apply a liberal dose of null checks.

I haven't yet been able to build a patched version of ChronicleMap to test out, but I have a strong suspicion that this recently accepted PR: https://github.com/OpenHFT/Chronicle-Map/pull/521 would fix the...

Ok, I managed to have some success building their development branch, but that is a few minor versions ahead of what TDS is using. I'm going to see what's the...

Ah, fun... all I can build is their development branch, which seems to be marked at 3.25.7, compared against 3.23.5 that TDS is currently using. I did see the comment...

I have managed to build a patched jar for chronicle-map 3.23.5 (apparently, you all point to the correct BOM, but they didn't? Not sure what's up with that). With this...

That's understandable that you don't want to release with a dependency on an Early Access release. I do recommend at least opening a draft PR for this upgrade against the...

New release of chronicle-map: https://github.com/OpenHFT/Chronicle-Map/releases

It appears that they won't be publishing it there? I have posted a question about this to an issue. https://github.com/OpenHFT/OpenHFT/issues/174