Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support enable/disable mmap for index #29005

Merged
merged 32 commits into from
Dec 21, 2023

fix go.sum

e852b82
Select commit
Loading
Failed to load commit list.
Merged

feat: support enable/disable mmap for index #29005

fix go.sum
e852b82
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 20, 2023 in 1s

67.14% of diff hit (target 80.00%)

View this Pull Request on Codecov

67.14% of diff hit (target 80.00%)

Annotations

Check warning on line 222 in internal/datacoord/index_meta.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/datacoord/index_meta.go#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 826 in internal/distributed/proxy/service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/distributed/proxy/service.go#L826

Added line #L826 was not covered by tests

Check warning on line 874 in internal/distributed/proxy/service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/distributed/proxy/service.go#L874

Added line #L874 was not covered by tests

Check warning on line 333 in internal/indexnode/task.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/indexnode/task.go#L333

Added line #L333 was not covered by tests

Check warning on line 1820 in internal/proxy/impl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/impl.go#L1819-L1820

Added lines #L1819 - L1820 were not covered by tests

Check warning on line 1857 in internal/proxy/impl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/impl.go#L1849-L1857

Added lines #L1849 - L1857 were not covered by tests

Check warning on line 1875 in internal/proxy/impl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/impl.go#L1865-L1875

Added lines #L1865 - L1875 were not covered by tests

Check warning on line 2726 in internal/proxy/impl.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/impl.go#L2724-L2726

Added lines #L2724 - L2726 were not covered by tests

Check warning on line 457 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L456-L457

Added lines #L456 - L457 were not covered by tests

Check warning on line 486 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L485-L486

Added lines #L485 - L486 were not covered by tests

Check warning on line 494 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L493-L494

Added lines #L493 - L494 were not covered by tests

Check warning on line 499 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L498-L499

Added lines #L498 - L499 were not covered by tests

Check warning on line 504 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L503-L504

Added lines #L503 - L504 were not covered by tests

Check warning on line 507 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L506-L507

Added lines #L506 - L507 were not covered by tests

Check warning on line 530 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L529-L530

Added lines #L529 - L530 were not covered by tests

Check warning on line 533 in internal/proxy/task_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/proxy/task_index.go#L532-L533

Added lines #L532 - L533 were not covered by tests

Check warning on line 215 in internal/querycoordv2/task/executor.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/querycoordv2/task/executor.go#L214-L215

Added lines #L214 - L215 were not covered by tests

Check warning on line 105 in pkg/mq/msgstream/msg_for_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/mq/msgstream/msg_for_index.go#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 115 in pkg/mq/msgstream/msg_for_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/mq/msgstream/msg_for_index.go#L114-L115

Added lines #L114 - L115 were not covered by tests

Check warning on line 125 in pkg/mq/msgstream/msg_for_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/mq/msgstream/msg_for_index.go#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 144 in pkg/mq/msgstream/msg_for_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/mq/msgstream/msg_for_index.go#L130-L144

Added lines #L130 - L144 were not covered by tests

Check warning on line 148 in pkg/mq/msgstream/msg_for_index.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/mq/msgstream/msg_for_index.go#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 452 in pkg/util/merr/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/util/merr/utils.go#L446-L452

Added lines #L446 - L452 were not covered by tests