1. 24 10月, 2019 1 次提交
  2. 23 10月, 2019 2 次提交
  3. 22 10月, 2019 1 次提交
  4. 21 10月, 2019 1 次提交
  5. 18 10月, 2019 9 次提交
  6. 17 10月, 2019 2 次提交
  7. 16 10月, 2019 5 次提交
  8. 15 10月, 2019 6 次提交
  9. 14 10月, 2019 3 次提交
  10. 04 10月, 2019 1 次提交
  11. 02 10月, 2019 1 次提交
  12. 30 9月, 2019 2 次提交
  13. 29 9月, 2019 1 次提交
  14. 28 9月, 2019 1 次提交
  15. 27 9月, 2019 1 次提交
  16. 26 9月, 2019 1 次提交
  17. 25 9月, 2019 1 次提交
  18. 20 9月, 2019 1 次提交
    • R
      fix(broker):fix the issue that master node route info is lost when some node... · 21511da3
      rongtongjin 提交于
      fix(broker):fix the issue that master node route info is lost when some node join the group in dledger mode
      
      Since brokerId defaults to 0, it will register with nameserver before brokerId is changed when broker restart, causing the route info of master to be overwritten.
      Set brokerId defaults to -1 in dledger mode and do not register wtih nameserver until brokerId is changed.
      
      Close #1464
      21511da3