Skip to content

2.11.0 - introduce disk failure check

Compare
Choose a tag to compare
@yngvar-antonsson yngvar-antonsson released this 15 May 16:15
· 32 commits to master since this release
87fb21f

Added

  • Disk failure check. If there is something wrong with the disk, the instance
    will be disabled automatically and the corresponding issue will be shown
    in the WebUI.

  • GraphQL API to enable previously disabled instances:
    mutation { cluster { enable_servers(uuids: [...]) { } } }.

Changed

  • Disabling/enabling instances with disable_servers / enable_servers
    mutations automatically disables/enables VShard storages.

  • Update ddl dependency to 1.7.1.

  • Update vshard dependency to 0.1.27.

Fixed

  • Fix false positive warning in migrations UI.

  • Leader autoreturn doesn't try to return leadership to unhealthy leader anymore.