spaces-X opened a new issue #8017: URL: https://github.com/apache/incubator-doris/issues/8017
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version tested in `pre-0.15.0-5fc0a9f` and `trunk-a1d1bd8 (0.15)` ### What's Wrong? DCHECK failed in Memtracker destructor: `consumption() == 0` ### What You Expected? DCHECK pass ### How to Reproduce? CREATE TABLE test_bitmap ( k1 int(11) NULL comment "date", k2 INT NULL comment "k2 int", v1 bitmap bitmap_union, v2 INT SUM ) AGGREGATE KEY(k1, k2) PARTITION BY RANGE (k1) ( PARTITION p1 VALUES [("20210101"), ("20210102")), PARTITION p2 VALUES [("20210102"), ("20210103")) ) DISTRIBUTED BY HASH(k2) BUCKETS 3 PROPERTIES ( "replication_num" = "1", "in_memory" = "false", "storage_format" = "V2" ); insert into test_bitmap values (20210101, 1, to_bitmap(10),50); ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
