Skip to content

[Feature]: Check the catalog version in memory is consistent with that in datastore when standby node becomes to leader #398

@lzxddz

Description

@lzxddz
  • 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdd new feature

    Type

    No type

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions