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

Method setupXaction

etl/transform.go:355–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353}
354
355func (b *etlBootstraper) setupXaction() {
356 rns := xreg.RenewETL(b.t, b.msg)
357 debug.AssertNoErr(rns.Err)
358 debug.Assert(!rns.IsRunning())
359 b.xctn = rns.Entry.Get()
360}
361
362// Stop deletes all occupied by the ETL resources, including Pods and Services.
363// It unregisters ETL smap listener.

Callers 1

tryStartFunction · 0.95

Calls 5

RenewETLFunction · 0.92
AssertNoErrFunction · 0.92
AssertFunction · 0.92
GetMethod · 0.65
IsRunningMethod · 0.45

Tested by

no test coverage detected