Skip to content
  • Quang-Minh Nguyen's avatar
    Add tracing to the transaction manager · c3c48a15
    Quang-Minh Nguyen authored
    This commit adds distributed tracing support to the WAL transaction
    manager. Each transaction spans through three stages: preparation,
    committing (to be logged to wAL), and application. The first two stages
    could be scoped by RPCs. The last stage is handled by a long-running
    goroutine. Hence, we ignore the last stage at the moment.
    c3c48a15