Skip to content

[Bug] fix mixed used of counter - #3720

Merged
chaoyli merged 1 commit into
apache:masterfrom
chaoyli:master
May 29, 2020
Merged

[Bug] fix mixed used of counter#3720
chaoyli merged 1 commit into
apache:masterfrom
chaoyli:master

Conversation

@chaoyli

Copy link
Copy Markdown
Contributor

MysqlResultWriter _sent_rows_counter and _result_send_timer are mixed used.
It will results core dump when checking counter->type().

@chaoylichaoyli self-assigned this May 29, 2020
@chaoylichaoyli added the kind/fix Categorizes issue or PR as related to a bug. label May 29, 2020
@chaoylichaoyli linked an issue May 29, 2020 that may be closed by this pull request

@HangyuanLiuHangyuanLiu 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

@chaoyli
chaoyli merged commit 93aae6b into apache:masterMay 29, 2020
morningman pushed a commit to morningman/doris that referenced this pull request Jun 4, 2020
MysqlResultWriter _sent_rows_counter and _result_send_timer are mixed used.
It will results core dump when checking counter->type().
baidu-doris pushed a commit to baidu-doris/incubator-doris that referenced this pull request Jun 17, 2020
MysqlResultWriter _sent_rows_counter and _result_send_timer are mixed used.
It will results core dump when checking counter->type().
BiteTheDDDDt pushed a commit to BiteTheDDDDt/incubator-doris that referenced this pull request Feb 7, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/fixCategorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mix used of counter

2 participants

@chaoyli@HangyuanLiu