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
When the RaftStore#readDatum method loads the cache file, the file currently has the suffix .datum, which causes the original SwitchKey judgment to be invalid.
#3160
Closed
Maijh97 opened this issue
Jun 23, 2020
· 0 comments
· Fixed by #3163
The pr #2849 changed the name of the cache file in the nacos/data/naming/data directory, which will cause the KeyBuilder#matchSwitchKey to be invalidated in the RaftStore#readDatum method, and there will also be compatibility issues. The files cached in the previous version will not be Read
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
The pr #2849 changed the name of the cache file in the
nacos/data/naming/data
directory, which will cause theKeyBuilder#matchSwitchKey
to be invalidated in theRaftStore#readDatum
method, and there will also be compatibility issues. The files cached in the previous version will not be ReadDescribe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: