Skip to content

Commit

Permalink
typo (#1011)
Browse files Browse the repository at this point in the history
"or and" => "or an"
  • Loading branch information
eddroid authored Jul 27, 2021
1 parent a186290 commit e484824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/triggerless-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ It is also interesting to observe that `gh-ost` is the only application writing

When `gh-ost` pauses (throttles), it issues no writes on the ghost table. Because there are no triggers, write workload is decoupled from the `gh-ost` write workload. And because we're using an asynchronous approach, the algorithm already handles a time difference between a master write time and the ghost apply time. A difference of a few microseconds is no different from a difference of minutes or hours.

When `gh-ost` [throttles](throttle.md), either by replication lag, `max-load` setting or and explicit [interactive user command](interactive-commands.md), the master is back to normal. It sees no more writes on the ghost table.
When `gh-ost` [throttles](throttle.md), either by replication lag, `max-load` setting or an explicit [interactive user command](interactive-commands.md), the master is back to normal. It sees no more writes on the ghost table.
An exception is the ongoing heartbeat writes onto the changelog table, which we consider to be negligible.

#### Testability
Expand Down

0 comments on commit e484824

Please sign in to comment.