milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.26k stars 2.9k forks source link

[Bug]: DescribeIndex doesn't return mmap info #30393

Closed shanghaikid closed 7 months ago

shanghaikid commented 9 months ago

Is there an existing issue for this?

Environment

- Milvus version: master

Current Behavior

  console.log
    alter {
      error_code: 'Success',
      reason: '',
      code: 0,
      retriable: false,
      detail: ''
    }

      at test/grpc/Index.spec.ts:370:13

  console.log
    describe [
      { key: 'index_type', value: 'IVF_FLAT' },
      { key: 'metric_type', value: 'L2' },
      { key: 'params', value: '{"nlist":1024}' }
    ]

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

yanliang567 commented 9 months ago

/assign @yah01 /unassign

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.

yanliang567 commented 8 months ago

any upates @yah01

yanliang567 commented 7 months ago

/assign @elstic please help to confirm whether it is a mivus issue

elstic commented 7 months ago

@shanghaikid please provide the sdk and version used, as well as the milvus image.

elstic commented 7 months ago

image @shanghaikid You can get mmap information by looking at the index params

shanghaikid commented 7 months ago

fixed in the latest version.