Abhishek K
7a9dc3458f
NET-667: force delete daemon node ( #2645 )
...
* force delete zombie node
* return correct resp
* fix zombie hosts processing
* add nil check rather checking error
* pr comments
2023-10-31 14:34:28 +04:00
Farukh Khan
9870920aac
NET-541 ( #2544 )
...
* NET-541
* Updated both zombie cleanup and expired nodes cleanup go routines to use tick timers for execution.
* NET-541 updated to ticker
* Changed from timer to ticker for periodic execution of zombie cleanup and expired nodes cleanup go routines.
---------
Co-authored-by: Abhishek K <32607604+abhishek9686@users.noreply.github.com>
2023-09-11 09:47:01 +05:30
Farukh Khan
a9a8596d71
NET-507 ( #2506 )
...
* NET-507
* Fixed server restart changing the node expiration date to the defaults.
* Removed expired nodes removal from zombie cleanup routine.
* Added a new expired nodes deletion routine which removes expired nodes every hour.
* NET-507 suggested changes
* Possible fix for zombie nodes upon node deletion from the UI.
* Suggested changes implemented for expired nodes deletion go routine.
* NET-507 typo fix
* typo fix for DeleteNode purge parameter
2023-08-10 20:27:44 +05:30
Aceix
68b8d7f600
fix(NET-117): force delete hosts and assoc nodes ( #2432 )
2023-07-10 10:03:59 +00:00
0xdcarns
80fda83c0c
adjusted peer updates to remove peers properly, slowed zombie check
2023-02-23 10:55:42 -05:00
Matthew R Kasun
65b31c1c04
fix tests
2023-02-14 07:58:54 -05:00
Matthew R Kasun
82cac8fa30
use channels for sync
2023-02-14 07:01:38 -05:00
Matthew R Kasun
c3e253fb79
updates to zombie processing
2023-02-13 14:52:39 -05:00
Matthew R Kasun
77cfae41ff
remove postup/down
2023-02-02 11:16:54 -05:00
Anish Mukherjee
10ffb517c1
refactor manage zombie logic
2023-01-27 18:57:54 +05:30
Anish Mukherjee
d8fe0b5194
add node to zombie list after expiration
2023-01-27 18:48:03 +05:30
Abhishek Kondur
9f0ef1628c
node update fix, nil pointer errors fix
2023-01-06 00:29:55 +05:30
Matthew R. Kasun
38cd4d7700
refactor join
...
also removes server node
suspect there may be issues with proxy
and UI interactions with nodes
2022-12-20 15:29:09 -05:00
Matthew R. Kasun
c086e9499d
rebase
...
Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
2022-12-19 15:15:35 -05:00
Abhishek Kondur
5b7ead91e6
merge conflicts resolved
2022-12-02 10:08:01 +05:30
Matthew R. Kasun
50a1c3a018
changed verbosity for zombie checking log message
2022-11-29 09:42:46 -05:00
Matthew R. Kasun
4df672de68
refactor node deletion
2022-11-15 09:52:17 -05:00
Matthew R. Kasun
faebdce277
add logs when adding nodes to zombie list
2022-10-11 10:26:11 -04:00
Matthew R Kasun
b6417796c5
re-enable zombie processing
2022-10-03 20:27:09 +00:00
afeiszli
48f8dd79e7
disabling zombie logic
2022-08-24 11:04:52 -04:00
Matthew R. Kasun
b2e5b239db
fix range check
2022-08-23 16:35:36 -04:00
afeiszli
dbec514d5d
doing a backwards loop instead
2022-08-23 15:21:36 -04:00
afeiszli
f07a6dcf2f
add handling for slice size reduction to for loop
2022-08-23 15:21:36 -04:00
afeiszli
2db1571afb
doing a backwards loop instead
2022-08-23 15:06:49 -04:00
afeiszli
4a247d8f41
add handling for slice size reduction to for loop
2022-08-23 15:06:49 -04:00
Matthew R. Kasun
b354ff9d8a
code review changes
2022-06-14 08:30:24 -04:00
Matthew R. Kasun
43c1cea2b0
code review changes
2022-06-14 08:27:30 -04:00
Matthew R. Kasun
d7a470b030
skip yourself when checking zombies
2022-06-13 15:27:49 -04:00
Matthew R. Kasun
efb06f37f7
only check for zombies on same network
2022-06-13 15:19:25 -04:00