|
|
Subscribe / Log in / New account

Errors are not stupid

Errors are not stupid

Posted Apr 10, 2025 18:57 UTC (Thu) by tux3 (subscriber, #101245)
In reply to: Errors are not stupid by Cyberax
Parent article: An update on torn-write protection

Yeah.. The users for this feature are going to be people who seriously care about perf. They will certainly want to fix the misconfiguration, and not just run in whatever slow path.

Silently taking a fallback path just makes the problem harder to diagnose.

This would be a good choice for a simple high-level API that targets a wide audience, where people might not want to be bothered with any low-level details, perhaps.


to post comments

Errors are not stupid

Posted May 19, 2025 21:55 UTC (Mon) by ju3Ceemi (subscriber, #102464) [Link]

Is it ? This feature would be used by every databases, which would stop doing double writes with their WAL

I cannot understand how "brick the system" is a good solution

Slowing down and pushing an error on dmesg seems quite sane to me: users would have the information, and the performance would be .. what we have today (or a bit better, perhaps ?)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds