by aphyr on 6/6/25, 10:53 AM with 86 comments
by tomhow on 6/6/25, 12:30 PM
Fuzzer Blind Spots (Meet Jepsen!) – https://tigerbeetle.com/blog/2025-06-06-fuzzer-blind-spots-m...
by nindalf on 6/6/25, 12:08 PM
This report found a number of issues, which might be a cause for concern. But I think it's a positive because they didn't just fix the issues, they've expanded their internal test suite to catch similar bugs in future. With such an approach to engineering I feel like in 10 years TigerBeetle would have achieved the "just use Postgres" level of default database in its niche of financial applications.
Also great work aphyr! I feel like I learned a lot reading this report.
by jitl on 6/6/25, 1:16 PM
Question about how people end up using TigerBeetle. There's presumably a lot of external systems and other databases around a TigerBeetle install for everything that isn't an Account or Transfer. What's the typical pattern for those less reliable systems to square up to TigerBeetle, especially to recover from consistency issues between the two?
by DetroitThrow on 6/6/25, 2:26 PM
It looks like the segfaults on the JNI side would not have been protected if Rust or some other memory safe language were being used - the lack of memory safety bugs gives some decent proof that TigerBeetle's approach to Zig programming (TigerStyle iirc, lol) does what it sets out to do.
by FlyingSnake on 6/6/25, 4:11 PM
Special kudos to the founders who are sharing great insights in this thread.
by 12_throw_away on 6/6/25, 7:57 PM
by ryeats on 6/6/25, 3:31 PM
by cmrdporcupine on 6/6/25, 12:21 PM
I think it should be http://pmg.csail.mit.edu/papers/vr-revisited.pdf (http scheme not https) ?
And now I have some Friday evening reading material.
by eevmanu on 6/6/25, 4:36 PM
After reading the Jepsen report on TigerBeetle, the related blog post, and briefly reviewing the Antithesis integration code on GitHub workflow, I'm trying to better understand the testing scope.
My core question is: could these bugs detected by the Jepsen test suite have also been found by the Antithesis integration?
This question comes from a few assumptions I made, which may be incorrect:
- I thought TigerBeetle was already comprehensively tested by its internal test suite and the Antithesis product.
- I had the impression that the Antithesis test suite was more robust than Jepsen's, so I was surprised that Jepsen found an issue that Antithesis apparently did not.
I'm wondering if my understanding is flawed. For instance:
1. Was the Antithesis test suite not fully capable of detecting this specific class of bug?
2. Was this particular part of the system not yet covered by the Antithesis tests?
3. Am I fundamentally comparing apples and oranges, misunderstanding the different strengths and goals of the Jepsen and Antithesis testing suites?
I would greatly appreciate any insights that could help me understand this better. I want to be clear that my goal is to educate myself on these topics, not to make incorrect assumptions or assign responsibility.
by koakuma-chan on 6/6/25, 11:34 AM
by ManBeardPc on 6/6/25, 6:38 PM
by andyferris on 6/6/25, 1:44 PM
Or possibly my mental model of how physical disks and the driver stack behave these days is outdated.
by wiradikusuma on 6/6/25, 1:15 PM
by Ygg2 on 6/6/25, 12:34 PM