Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: milvus-io/milvus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: faa2481
Choose a base ref
...
head repository: milvus-io/milvus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ce9a7f
Choose a head ref
  • 5 commits
  • 114 files changed
  • 3 contributors

Commits on Nov 18, 2024

  1. enhance: add trace_id into segcore logs (#37656)

    issue: #37655
    
    Signed-off-by: chyezh <chyezh@outlook.com>
    chyezh authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3f1614e View commit details
    Browse the repository at this point in the history
  2. enhance: Use pool to limit kafka cgo thread number (#37744)

    Related to #37665
    
    Thread number went rocket high when there is lots of kafka consumers on
    datanode. Since the internal implementation is CGO, using which directly
    will make cgo thread leaked.
    
    This PR add a worker pool for kafka API utilzing CGO calls to limit
    thread number.
    
    Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
    congqixia authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    3743fc2 View commit details
    Browse the repository at this point in the history
  3. enhance: Use internal json(sonic) to replace std json lib (#37708)

    Related to #35020
    
    Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
    congqixia authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b0bd290 View commit details
    Browse the repository at this point in the history
  4. enhance: remove collection queryable check from health check (#37712)

    Signed-off-by: jaime <yun.zhang@zilliz.com>
    jaime0815 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    257ecab View commit details
    Browse the repository at this point in the history
  5. fix: some missing metrics for WebUI restful API

    Signed-off-by: jaime <yun.zhang@zilliz.com>
    jaime0815 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6ce9a7f View commit details
    Browse the repository at this point in the history
Loading