-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[To dev/1.3] Fixed the schema cache calculation 2 #16832
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
Open
Caideyipi
wants to merge
937
commits into
master
Choose a base branch
from
dev/1.3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+169,058
−46,507
Conversation
This file contains hidden or 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
…cross region data
(cherry picked from commit 232e0c9)
…de not exist (#15744) * Enhance "remove region" sql to handle the case of DataNode not exist (#15728) * finish --------- Co-authored-by: Li Yu Heng <[email protected]>
(cherry picked from commit 8a8a7be)
…5762) * Implement high availability for the C++ client and support tsblock * fix issues on windows * User password encryption upgraded from MD5 to SHA256. Existing users' passwords will be upgraded upon next login. * spotless apply
(cherry picked from commit e7d009c)
…d log_explain_ananlyze.log from being output to log_datanode_all.log (#15801)
…ugh & Record release resource blocked too long by driver (#15829)
…on buffer (#15699) (#15806) Co-authored-by: Steve Yurong Su <[email protected]>
(cherry picked from commit 8a79fa3) # Conflicts: # iotdb-core/datanode/src/main/java/org/apache/iotdb/db/protocol/session/SessionManager.java # iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/load/converter/LoadTsFileDataTypeConverter.java
…x bugs (#16755) * reduce error log when compaction service is stopped * fix writer for compaction tests * fix npe
…consistent with the Properties name. (#16732) (#16759) * Pipe: Modify the Pipe configuration item log name to be consistent with the Properties name. (#16732) * Pipe: Modify the Pipe configuration item log name to be consistent with the Properties name. * update (cherry picked from commit a6191d9) * update * update
…imize encodeBatch for multi tvlist scene (#16766)
…gnorance (#16780) (#16782) * Fixed the bugs related to device auto-create alignment ignorance (#16780) * plan-first * refact * refa * fux * fix * ref * partial-fix * fix * may-final * fix * PBTree * fix * gras * err * bugfix (cherry picked from commit 9fd9d7e) * fix * Fixed the bug related to "Fixed the bugs related to device auto-create alignment ignorance" (#16781) * gsa * ff * ff * fix * fix * fix * f9ix
…ad New File (#16787) Co-authored-by: Zhenyu Luo <[email protected]>
Co-authored-by: Haonan <[email protected]>
…entSchemas is null (#15574) (#16813) Co-authored-by: libo <[email protected]>
…6812) * more accurate mermory size (#15713) * Fix stuck when stopping a DataNode with large unremovable WAL files (#15727) * Fix stuck when stopping a DataNode with large unremovable WAL files * spotless * add shutdown hook watcher * Fix logDispatcher stuck * add re-interrupt * Add a multiplier to avoid receiver OOM in IoTConsensus (#16102) * Fix negative iot queue size & missing search index for deletion & missed request when performing empty table deleting (#16022) * Fix double memory free of iotconsensus queue request during region deletion * Fix missing searchIndex and lost deletion when no TsFile is involved. * Fix ref count of IoTConsensus request not decreased in allocation failure (#16169) * fix IoTConsensus memory management * Fix ref count of IoTConsensus request not decreased in allocation failure * fix log level * remove irrelevant codes from 2.0 * Remove a table test * Interrupt wal-delete thread when WALManager is closed (#15442) --------- Co-authored-by: Xiangpeng Hu <[email protected]>
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.
Description
As the title said.
This PR has:
for an unfamiliar reader.
for code coverage.
Key changed/added classes (or packages if there are too many classes) in this PR