You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have added nodeId in metadata file names in translog and segment . NodeId is base64 UUID which can contain '-' . Tokenizing it using our metadata separator will not work in this case
Solution
Process the nodeId to remove - before adding it to metadata file name .