1: refactor rapid engine. In parse mtr log record stage, using a main thread to mointor
the incomming mlog records, and if a new one comes, then launchs a worker thread to
process it.
2: minor fix in load_table and unload_table.
3: change the result of 'index_statistics.result', the data can not be loaded into rapid
in ShannonBase, but the old result shows that it still scan on rapid egine, it's not a right paln.
1: refactor rapid engine. In parse mtr log record stage, using a main thread to mointor the incomming mlog records, and if a new one comes, then launchs a worker thread to process it.
2: minor fix in load_table and unload_table.
3: change the result of 'index_statistics.result', the data can not be loaded into rapid in ShannonBase, but the old result shows that it still scan on rapid egine, it's not a right paln.
I hereby agree to the terms of the CLA available at: http://www.shannondata.ai/doc/cla/
Summary
Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR.
Tests
Type of change