yugabyte/yugabyte-db

[DocDB] The term "apply" is overloaded

Open

#15.280 geöffnet am 9. Dez. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (1.003 Forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium

Repository-Metriken

Stars
 (8.229 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (92 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide