yugabyte/yugabyte-db

[DocDB] The term "apply" is overloaded

開放

#15,280 建立於 2022年12月9日

 (0 則留言) (0 個反應) (1 位負責人)C (1,003 個分叉)batch import
area/docdbgood first issuekind/enhancementpriority/medium

倉庫指標

星標
 (8,229 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Jira Link: DB-4441

Description

In our code, the word "apply" could mean any of the following things:

  • Applying Raft records to the underlying state machine (RocksDB)
  • Applying intents to regular RocksDB (reading from intents DB and writing to the regular RocksDB)

Perhaps we should rename "applying" transactions to "settling" transactions.

貢獻者指南