1. 09 2月, 2022 8 次提交
  2. 08 2月, 2022 4 次提交
  3. 07 2月, 2022 5 次提交
  4. 02 2月, 2022 1 次提交
  5. 29 1月, 2022 1 次提交
  6. 28 1月, 2022 1 次提交
    • X
      Fix timetick inconsistency in drop collection (#15408) · eef29546
      XuanYang-cn 提交于
      When rootcoord drops a collection, it'll produce a `drop-collection DDL` msg
      and one last timetick into DML channels of this collection.
      So that when DataNode receives this msg, DN can release the resources for the specific collection.
      
      Before this PR, RootCoord produced these two msgs with an older timestamp, generated
      before many time-consuming RPCs.
      
      Once these RPCs spend more time than timetick producing interval, the timetick of these 2 msgs are
      older to the channel current timestamp, causing in-consistency in time, thus
      making msgstream fail to consume the last `drop-collection DDL` msg.
      
      This PR generates a new timestamp for `drop-collection DDL` msg and timetick msg after those time-consuming
      RPCs
      
      Fixes: #15406
      Signed-off-by: Nyangxuan <xuan.yang@zilliz.com>
      eef29546
  7. 27 1月, 2022 3 次提交
  8. 26 1月, 2022 1 次提交
  9. 25 1月, 2022 4 次提交
  10. 24 1月, 2022 5 次提交
  11. 21 1月, 2022 2 次提交
  12. 20 1月, 2022 3 次提交
  13. 18 1月, 2022 2 次提交