-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-1291: Couch support for doing a savepoint.
Added two functions in couchdb_txmgr.go, recordSavepoint is unexported and called during commit go record a savepoint into couch. GetBlockNumFromSavepoint should be used during recovery to get the block number associated with the savepoint Added similar methods to goleveldb txmgr implementation Added unit test function to xxx_txmgmt_test.go Change-Id: Id2860232632d29cbe753b2840a625c34e541f2d9 Signed-off-by: Balaji Viswanathan <[email protected]>
- Loading branch information
1 parent
ede30a4
commit 0183483
Showing
5 changed files
with
189 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters