- Summary (Provide a general summary of the issue in the Title above):(required)
If catalog update operation is done on leader node (must flushed to datastore) but not sent to standby node, and then the leader role changed to standby node. At this case, the memory on standby node is expired, we should clear them. (TODO)
Also, if catalog version in memory is same with it in datastore, we should flush the data in memory to datastore when the standby node becomes to leader. (This case has been handled now.)
-
Detailed Description (Provide a detailed description of the change or addition you are proposing):(required)
-
Software version (the version of the software you're running):(required)
e.g. 0.0.1
-
Possible Implementation(suggest an idea for implementing addition or change)(optional)