Skip to content

Commit

Permalink
Merge pull request #1425 from benallard/patch-2
Browse files Browse the repository at this point in the history
Minor update to the docs
  • Loading branch information
Mikhail Sobolev committed Dec 9, 2014
2 parents 71f2164 + d57b007 commit 78a9c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/mq.rst
Expand Up @@ -15,7 +15,7 @@ The content of the messages is sufficient to reconstruct the updated state, allo

This split nature immediately brings to light the problem of synchronizing the two interfaces.
Queueing systems can introduce queueing delays as messages propagate.
Likewise, database systems may introduce a delay between committed modifications and the modified data appearing in queries; for example, with MySQL master/slave replication, there can be several seconds' delay in a before a slave is updated.
Likewise, database systems may introduce a delay between committed modifications and the modified data appearing in queries; for example, with MySQL master/slave replication, there can be several seconds' delay before a slave is updated.

Buildbot's MQ connector simply relays messages, and makes no attempt to coordinate the timing of those messages with the corresponding database updates.
It is up to higher layers to apply such coordination.
Expand Down

0 comments on commit 78a9c84

Please sign in to comment.