()
| 353 | } |
| 354 | |
| 355 | func (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. |