MCPcopy
hub / github.com/etcd-io/etcd / Sync

Method Sync

server/storage/storage.go:41–41  ·  view source on GitHub ↗

Sync WAL

()

Source from the content-addressed store, hash-verified

39 Release(snap raftpb.Snapshot) error
40 // Sync WAL
41 Sync() error
42 // MinimalEtcdVersion returns minimal etcd storage able to interpret WAL log.
43 MinimalEtcdVersion() *semver.Version
44}

Callers 12

TestNewJournalWriterFunction · 0.65
FsyncFunction · 0.65
FdatasyncFunction · 0.65
FsyncFunction · 0.65
CloseMethod · 0.65
copyFileFunction · 0.65
copyFileFunction · 0.65
startGRPCProxyFunction · 0.65
startEtcdOrProxyV2Function · 0.65
SyncMethod · 0.65
startMethod · 0.65
CloseMethod · 0.65

Implementers 2

storageserver/storage/storage.go
storageRecorderserver/mock/mockstorage/storage_record

Calls

no outgoing calls

Tested by 3

TestNewJournalWriterFunction · 0.52
copyFileFunction · 0.52
copyFileFunction · 0.52