Pith. sign in

REVIEW 1 cited by

Transactions Make Debugging Easy

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2212.14161 v1 pith:ZUHWAZEM submitted 2022-12-29 cs.DB cs.DCcs.SE

Transactions Make Debugging Easy

classification cs.DB cs.DCcs.SE
keywords applicationsdebuggingstatetrodaccessalways-onapplicationcaptured
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
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.

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.