-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc cleanup while reviewing chans/goroutines (#1375)
- renamed snapshot_rollback.go and snapshot_rollback_test.go to rollback.go and rollback_test.go, the snapshot_ prefix should be limited to code that relates directly to either an index snapshot or segment snapshot. rollback can be seen as operating on the index as a whole. - renamed mainLoop to introducerLoop, consistent with persisterLoop and mergerLoop - remove snapshotReversion this is no longer used - remove type uint64Descending and related methods, no longer used
- Loading branch information
Showing
5 changed files
with
2 additions
and
14 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
File renamed without changes.
File renamed without changes.
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