1. 10 1月, 2019 27 次提交
  2. 09 1月, 2019 3 次提交
  3. 06 1月, 2019 1 次提交
  4. 03 1月, 2019 1 次提交
  5. 28 12月, 2018 1 次提交
  6. 21 12月, 2018 1 次提交
  7. 20 12月, 2018 3 次提交
  8. 19 12月, 2018 3 次提交
    • A
      Fixed memory leak in clusterManagerCompareKeysValues. · cc295901
      artix 提交于
      cc295901
    • S
      Merge pull request #5708 from artix75/cluster_manager_fix_cmd · 0d166674
      Salvatore Sanfilippo 提交于
      Cluster Manager: compare key values after BUSYKEY error (migration).
      0d166674
    • A
      Cluster Manager: compare key values after BUSYKEY error (migration). · 143bfa1e
      artix 提交于
      If a key exists in the target node during a migration (BUSYKEY),
      the value of the key on both nodes (source and target) will be compared.
      If the key has the same value on both keys, the migration will be
      automatically retried with the REPLACE argument in order to override
      the target's key.
      
      If the key has different values, the behaviour will depend on such
      cases:
      - In case of 'fix' command, the migration will stop and the user
        will be warned to manually check the key(s).
      - In other cases (ie. reshard), if the user launched the command
        with the --cluster-replace option, the migration will be
        retried with the REPLACE argument, elsewhere the migration will
        stop and the user will be warned.
      143bfa1e