Skip to content

Arakoon 1.6.11

Compare
Choose a tag to compare
@domsj domsj released this 27 May 12:52
· 57 commits to 1.6 since this release

This release contains the following changes compared to arakoon 1.6.10:

  • fix handling of multiple ips for nodes in the qshell client extension (#422)
  • fix a bug which could result in multiple masters being active at the same time (and thus result in reads not being consistent) (#427)
  • fix a bug in catchup-only mode where a new database was fetched from another node but not copied to head.db. This could result in data loss (missing head.db/tlfs/tlogs) on that node when after an unclean shutdown the main database would be removed. (#430)
  • fix a case where node could remain isolated from the others which are making progress (#429)