OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

OpenMLDB is an open-source machine learning database that provides a feature platform computing consistent features for training and inference.

Results 359 OpenMLDB issues
Sort by recently updated
recently updated
newest added

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Add SchedGC, GetRecordPkCnt and GetRecordIdxCnt in disktable

storage-engine

Log message display on CLI directly is not well. ![2e2b4fe7d6efcab8a768ba3244fee369](https://user-images.githubusercontent.com/6183996/140457660-28ef8354-6e23-4a10-a5a3-810ffce30c78.png)

bug
enhancement
high-priority
storage-engine

**Bug Description** After a tablet stop, many prompts appear in the CLI, affecting the user's use ![企业微信截图_fdb3fdec-7cb1-4d6c-8ab7-bb32c19d1b2d](https://user-images.githubusercontent.com/18275570/177673243-26c8d7c8-821d-44de-88bc-ed3f83b2ffbd.png) **Expected Behavior** Without these tips

bug
duplicate
high-priority
storage-engine

`OP` is not deleted if related table dropped

bug
high-priority
storage-engine

* `Traverse` may get duplicate data if there are same ts records on one pk * `Traverse` may run in endless loop if there are many same ts records on...

bug
high-priority
storage-engine

**Bug Description** The single node ns and tablet are stopped and then started, and the data cannot be recovered **Expected Behavior** Data can be recovered **Steps to Reproduce** 1. tablet...

bug
high-priority
storage-engine

**Bug Description** aggregator is not supported `delete` yet, base and aggregate tables should be kept consistent. **Expected Behavior** when delete on base table, pre-aggr table and aggregator should invalid these...

bug
high-priority
storage-engine

**Bug Description** Now we create the `pre-aggr` table before `CreateProcedure`. If `CreateProcedure` fails, we didn't delete the related pre-aggr tables. **Expected Behavior** We should delete the `pre-aggr` table if `CreateProcedure`...

bug
high-priority
storage-engine

**Bug Description** in Release or RelWithDebInfo profile, test executable fails e.g the `ast_node_converter_test`: ``` ERROR: something wrong with flag 'flagfile' in file '/Users/runner/work/hybridsql-asserts/hybridsql-asserts/deps/build/src/gflags/src/gflags.cc'. One possibility: file '/Users/runner/work/hybridsql-asserts/hybridsql-asserts/deps/build/src/gflags/src/gflags.cc' is being linked...

bug
high-priority
build

**Bug Description** generally, if a test fails, cleanup may not executed in the test end. like https://github.com/4paradigm/openmldb/blob/8142820cc51bcd01a276bb8b40b2d241dd624419/src/nameserver/name_server_test.cc#L579 files in `/tmp` got cleanup by strategy, however, they may produce many useless...

bug