I have the following fdb_cluster:passwd@10.1.0.22:4500:tls,10.1.0.30:4500:tls,10.1.0.53:4500:tls,10.2.0.11:4500:tls,10.2.0.12:4500:tls,10.2.0.14:4500:tls,10.3.0.56:4500:tls,10.3.0.57:4500:tls,10.3.0.65:4500:tls
Was it supposed to have been a coordinator until like two days prior? If so, you’re being fooled by rolled log messages. (Which would especially make sense to me if this worker hasn’t been recruited as any other role since that point in time.)
If you changed coordinators before that, then… coordinators do hold onto their state after they’re configured away from being coordinators, as they hold forwarding information so that if a client still connects to them as a coordinator, then they’ll get the updated set of coordinators to connect to instead and can update their own cluster file accordingly. I don’t remember how long that sticks around though, nor how that intersects with the Type=Role messages.
The only way that this would be concerning is if there’s still some clients or fdbserver processes with old cluster files still trying to connect to it as a coordinator. I’d assume you’d notice that through some sort of availability issues though, and thus this is likely something that’s a harmless logging thing one way or another. If it’s causing you any issues from log grepping or something, filtering out TrackLatestType=Rolled is generally wise regardless.