MCPcopy
hub / github.com/NVIDIA/aistore / newDSortAbortedError

Function newDSortAbortedError

dsort/error.go:14–16  ·  view source on GitHub ↗
(managerUUID string)

Source from the content-addressed store, hash-verified

12)
13
14func newDSortAbortedError(managerUUID string) *cmn.ErrAborted {
15 return cmn.NewErrAborted(fmt.Sprintf("%s[%s]", DSortName, managerUUID), "", nil)
16}
17
18// Returns if the error is not abort error - in other cases we need to report
19// the error to the user.

Callers 15

createShardsLocallyMethod · 0.85
loadContentMethod · 0.85
makeRecvRequestFuncMethod · 0.85
makeRecvResponseFuncMethod · 0.85
loadContentMethod · 0.85
createShardsLocallyMethod · 0.85
sendRecordObjMethod · 0.85
makeRecvRequestFuncMethod · 0.85
makeRecvResponseFuncMethod · 0.85
startMethod · 0.85
extractShardMethod · 0.85
extractLocalShardsMethod · 0.85

Calls 1

NewErrAbortedFunction · 0.92

Tested by

no test coverage detected