This project is mirrored from https://gitee.com/mirrors/Kube-OVN.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 04 Jul, 2021 3 commits
  2. 03 Jul, 2021 2 commits
  3. 01 Jul, 2021 4 commits
  4. 30 Jun, 2021 3 commits
  5. 29 Jun, 2021 3 commits
  6. 25 Jun, 2021 1 commit
  7. 24 Jun, 2021 1 commit
  8. 22 Jun, 2021 6 commits
  9. 21 Jun, 2021 6 commits
  10. 20 Jun, 2021 3 commits
  11. 19 Jun, 2021 1 commit
  12. 18 Jun, 2021 2 commits
    • Oilbeater's avatar
      Merge pull request #882 from kubeovn/fix/lost-lsp · fc75791a
      Oilbeater authored
      fix: lsp may lost when server pressure is high
      fc75791a
    • Mengxin Liu's avatar
      fix: lsp may lost when server pressure is high · 8ed91be4
      Mengxin Liu authored
      When server under high pressure, etcd and ovn-db changes leader frequently, sometimes the pod has the allocation ready annotation but the lsp is lost.
      
      Some possible reasons are:
      1. When ovn-db changes the leader, the lsp data is not propagate to all instances and leader change, the lsp is not persistent but we have already write back the annotation.
      
      2. The lsp has been written to all ovn-db instances, but etcd changes the leader the apiserver takes long time to process the annotation write request. During this period the gc process is triggered and recycles the lsp before the annotation write success.
      
      To resolve it:
      1. Add --wait=sb to ovn-nbctl and hope it can persist more data before leader change to amend 1
      
      2. Extend gc interval to amend 2
      
      3. When it happens again log it
      8ed91be4
  13. 17 Jun, 2021 4 commits
  14. 16 Jun, 2021 1 commit