storj/storagenode/gracefulexit
Fadila Khadar c00ecae75c satellite/gracefulexit: stop using gracefulexit_transfer_queue
Remove the logic associated to the old transfer queue.
A new transfer queue (gracefulexit_segment_transfer_queue) has been created for migration to segmentLoop.
Transfers from the old queue were not moved to the new queue.
Instead, it was still used for nodes which have initiated graceful exit before migration.
There is no such node left, so we can remove all this logic.
In a next step, we will drop the table.

Change-Id: I3aa9bc29b76065d34b57a73f6e9c9d0297587f54
2021-09-14 11:52:34 +00:00
..
blobscleaner.go all: fix error checking 2020-07-16 19:13:14 +03:00
chore_test.go satellite/gracefulexit: stop using gracefulexit_transfer_queue 2021-09-14 11:52:34 +00:00
chore.go storagenode/gracefulexit: omit finished exits from ListPendingExits 2021-02-01 15:28:50 +00:00
common.go storagenode/gracefulexit: retry workers faster 2020-08-24 12:27:27 +03:00
db_test.go all: fix dots 2020-07-16 14:58:28 +00:00
endpoint_test.go storagenode/internalpb: move gracefulexit.proto 2020-10-30 15:24:56 +02:00
endpoint.go pb: use *UnimplementedServer to avoid breaking API changes 2021-03-29 12:26:10 +03:00
service.go storagenode/gracefulexit: omit finished exits from ListPendingExits 2021-02-01 15:28:50 +00:00
worker_test.go satellite/gracefulexit: stop using gracefulexit_transfer_queue 2021-09-14 11:52:34 +00:00
worker.go {satellite,storagenode}/gracefulexit: ensure client is closed 2020-10-27 23:27:07 +02:00