pith. sign in

arxiv: 2212.14161 · v1 · pith:ZUHWAZEMnew · submitted 2022-12-29 · 💻 cs.DB · cs.DC· cs.SE

Transactions Make Debugging Easy

classification 💻 cs.DB cs.DCcs.SE
keywords applicationsdebuggingstatetrodaccessalways-onapplicationcaptured
0
0 comments X
read the original abstract

We propose TROD, a novel transaction-oriented framework for debugging modern distributed web applications and online services. Our critical insight is that if applications store all state in databases and only access state transactionally, TROD can use lightweight always-on tracing to track the history of application state changes and data provenance, and then leverage the captured traces and transaction logs to faithfully replay or even test modified code retroactively on any past event. We demonstrate how TROD can simplify programming and debugging in production applications, list several research challenges and directions, and encourage the database and systems communities to drastically rethink the synergy between the way people develop and debug applications.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. BranchBench: Aligning Database Branching with Agentic Demands

    cs.DB 2026-04 unverdicted novelty 5.0

    BranchBench shows that existing branchable DBMSes face severe trade-offs between branching speed and read/write performance, with no system supporting representative agentic workloads at scale.