ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

Node deprecation handling feature request #1918

Open Fizz11 opened 3 years ago

Fizz11 commented 3 years ago

Pain Point? Please describe. Scale currently keeps a permanent record of all nodes ever connected. this can result in a new node using an old IP address coming in and inheriting the old nodes status, such as being depreciated.

Desired Solution Scale should either create a better way of identifying nodes, or permanently delete nodes after they have been offline for a certain amount of time.

Alternative / Workaround currently we can be extra vigilant about this happening and adjust node settings if this happens.

cshamis commented 3 years ago

Or rename nodes when deprecated to a uuid that will never conflict again. Can we do that?

On May 11, 2021, at 2:23 PM, Raul.A @.***> wrote:

 Pain Point? Please describe. Scale currently keeps a permanent record of all nodes ever connected. this can result in a new node using an old IP address coming in and inheriting the old nodes status, such as being depreciated.

Desired Solution Scale should either create a better way of identifying nodes, or permanently delete nodes after they have been offline for a certain amount of time.

Alternative / Workaround currently we can be extra vigilant about this happening and adjust node settings if this happens.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.