Skip to content

Commit

Permalink
reformat doc a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
randgalt committed Jul 18, 2017
1 parent 33e4138 commit 69ec4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions curator-x-async/src/site/confluence/migrations.confluence
Expand Up @@ -91,9 +91,9 @@ manager.migrate(set).exceptionally(e -> {
});
{code}

Each migration in the set is applied in a single transaction - i.e. all operations that comprise
* Each migration in the set is applied in a single transaction - i.e. all operations that comprise
a migration set (the sum of all individual migration operations) are sent to ZooKeeper as a single
transaction. MigrationManager stores a hash
of all operations in a migration so that it can be compared for future operations. i.e.
transaction.
* MigrationManager stores a hash of all operations in a migration so that it can be compared for future operations. i.e.
if, in the future, a migration set is attempted but the hash of one of the previous migrations
does not match, the stage completes exceptionally with {{MigrationException}}.

0 comments on commit 69ec4d7

Please sign in to comment.