forked from matrixorigin/matrixone
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reader data source ut #21
Closed
gouhongshen
wants to merge
1,566
commits into
triump2020:main
from
gouhongshen:reader_data_source_ut
Closed
Reader data source ut #21
gouhongshen
wants to merge
1,566
commits into
triump2020:main
from
gouhongshen:reader_data_source_ut
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix some little bug of stats Approved by: @zhangxu19830126, @triump2020, @ouyuanning
为issue3482,增加合适的日志。 Approved by: @qingxinhome
add system busy monitor Approved by: @volgariver6
fix stats bug for fuzzy filter Approved by: @ouyuanning
Adjust timeout for orphan transactions. Approved by: @iamlinjunhong
…ixorigin#17041) adding logic for prefix_in in case vector items are not unique. see issue for details Approved by: @triump2020
…origin#16951) There are many variables in the operator that can be changed every time they are executed. These variables need to be moved to specific places and cannot be placed outside, nor should they be capitalized Approved by: @ouyuanning, @m-schen
…rixorigin#17059) change the default send timeout, add logs Approved by: @zhangxu19830126, @XuPeng-SH
… t1 selct from t2 (matrixorigin#17020) 在 matrixorigin#16847 之后重新打开fuzzy build在更小节点的逻辑, 在insert into A select from B的场景下, 如果B能够保证数据的唯一性, 在去重检测的时候可以避免内存的浪费 Approved by: @badboynt1, @ouyuanning, @aunjgr, @m-schen
preallocate transfer page size Approved by: @XuPeng-SH
data dir compatibility fixes Approved by: @zhangxu19830126
1. The entries in PartitionState.primaryIndex are not deleted in some case, leads to memory leak. Approved by: @reusee
- Add/Remove some New() functions - Remove Parts, whose information is included in CStrParts - Add get db/tbl/col name and nameOrigin functions - Add lower_case_table_names into BindContext Approved by: @iamlinjunhong, @daviszhen, @reusee, @ouyuanning, @aressu1985, @aunjgr
fix ut TestPauseResumeDaemonTask Approved by: @zhangxu19830126
1. Fix the follow bugs when unsubscribe table: ww conflicts, duplicate error, data lost, panic. 2. The following timing can cause tails lost in CN's partition state , resulting in the bugs above. ``` CN DN send unsubscribe send subscribe receive subsribe receive unsubscibe ``` Approved by: @volgariver6, @XuPeng-SH, @zhangxu19830126
fix lock table move failed Approved by: @zhangxu19830126
add timer to check if the first logtail of table has been received, to return from the wait function. Approved by: @XuPeng-SH
more logs for slow I/O Approved by: @zhangxu19830126
retry will be done in the fileservice package Approved by: @zhangxu19830126
Fix the typo introduced in matrixorigin#15645 CC: @yangj1211 Approved by: @yangj1211, @dengn
prepare for the subsequent TP performance improvement Approved by: @m-schen, @aunjgr, @ouyuanning
fix delete page error and some typos. In previous code, TaskMergeTransferPageLengthGauge will not sub cnt after rollback. Approved by: @XuPeng-SH
Save complie to prepare in session ( but not used to run for now. will used it next PR) Approved by: @daviszhen, @m-schen, @heni02, @zhangxu19830126, @aunjgr
fix get role name of mo_catalog.database/tables/columns in `show table status` Approved by: @daviszhen, @qingxinhome
fix can restart cn when tn crash Approved by: @zhangxu19830126, @fengttt
1,在resolve的各个环节加监控 2,在create account的各个环节加监控 Approved by: @qingxinhome, @zhangxu19830126, @aptend, @fengttt
…nto refactor-reader-1
update load deletes
ut for Reader data source
…e_not_match fix type not match
fix type not match
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Which issue(s) this PR fixes:
issue #
What this PR does / why we need it: