Skip to content

Commit

Permalink
docs: use PNG instead of SVG for image
Browse files Browse the repository at this point in the history
The SVG resulted in a failed RAT check for the release, so this patch
updates to using a PNG, which is more common in our codebase anyway. It
also moves it into the /images folder in /docs.

Rendered version:
https://github.com/andrwng/kudu/blob/txns_docs/docs/design-docs/transactions.adoc

Change-Id: I6dff54eb4853e116b8da2ef2c604fe3de588bf5f
Reviewed-on: http://gerrit.cloudera.org:8080/17578
Tested-by: Kudu Jenkins
Reviewed-by: Bankim Bhavsar <[email protected]>
(cherry picked from commit 38f037e6622a4b3916418ed01186ec97ef136087)
Reviewed-on: http://gerrit.cloudera.org:8080/17579
Reviewed-by: Andrew Wong <[email protected]>
  • Loading branch information
andrwng authored and bbhavsar committed Jun 10, 2021
1 parent a51eab0 commit 6461914
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/design-docs/design-docs_transactions.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/design-docs/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ the `TxnManager` to start, commit, abort, and heartbeat to the `TxnStatusManager
Before delving into the details of each component, below is a depiction of the transactional write
path. It is assumed that the transaction status table has the default replication factor (RF=3).

image::design-docs_transactions.svg[Commit path]
image::../images/design-docs_transactions.png[Commit path]

. A Kudu client sends a request to the `TxnManager` to begin a transaction.
. The `TxnManager` has cached the highest transaction ID seen by a transaction so far (though this
Expand Down
Binary file added docs/images/design-docs_transactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6461914

Please sign in to comment.