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

collector unexpected crash #985

Closed
felixdae opened this issue May 29, 2022 · 0 comments
Closed

collector unexpected crash #985

felixdae opened this issue May 29, 2022 · 0 comments
Labels
good-first-issue type/bug This issue reports a bug.

Comments

@felixdae
Copy link
Contributor

当某张表 partition 为 1 时,可能导致 stat_histories_analyse 提前 return,进而 hot_points 和 _hot_points size 不一致,使得后续的 assert fail

D2022-05-28 06:29:48.34 (1653719388034076919 383) collector.default1.0101000000000001: compiler_depend.ts:108:stat_histories_analyse(): _partitions_stat_histories size <= 1, not enough data for calculation
F2022-05-28 06:29:48.34 (1653719388034089894 383) collector.default1.0101000000000001: compiler_depend.ts:135:update_hot_point(): assertion expression: _hot_points.size() == hot_points.size()
F2022-05-28 06:29:48.34 (1653719388034125236 383) collector.default1.0101000000000001: compiler_depend.ts:135:update_hot_point(): 1 vs 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue type/bug This issue reports a bug.
Projects
None yet
Development

No branches or pull requests

2 participants