Skip to content

[Bug]External engines(e.g. ES) don't have segments, ignore those tables - #4671

Merged
morningman merged 1 commit into
apache:masterfrom
caoyang10:master
Sep 28, 2020
Merged

[Bug]External engines(e.g. ES) don't have segments, ignore those tables#4671
morningman merged 1 commit into
apache:masterfrom
caoyang10:master

Conversation

@caoyang10

Copy link
Copy Markdown
Contributor

It will crash when there are External engine tables in doris after executing "python show_segment_status.py"
The main reason is external engine tables don't have any index and partitions. So it should be ignored.

@morningmanmorningman left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@morningmanmorningman added approved Indicates a PR has been approved by one committer. kind/fix Categorizes issue or PR as related to a bug. labels Sep 26, 2020
@morningman
morningman merged commit 0eb5400 into apache:masterSep 28, 2020
@yangzhgyangzhg mentioned this pull request Feb 9, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approvedIndicates a PR has been approved by one committer.kind/fixCategorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@caoyang10@morningman