Skip to content

Merge master0710#12899

Merged
JackieTien97 merged 88 commits intoty/TableModelGrammarfrom
merge_master0710
Jul 11, 2024
Merged

Merge master0710#12899
JackieTien97 merged 88 commits intoty/TableModelGrammarfrom
merge_master0710

Conversation

@JackieTien97
Copy link
Copy Markdown
Contributor

No description provided.

SteveYurongSu and others added 30 commits July 10, 2024 17:15
…ption occurs & load-tsfile: Polish logs (#12777)

(cherry picked from commit e58d427)
(cherry picked from commit bce9631)
(cherry picked from commit 7ee30fb)
* finish

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

* fix review issue

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

* fix compile

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

* fix bug

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

---------

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>
(cherry picked from commit a96349e)
* use ms unit with ttl

* fix IT

* fix IT

* fix IT

* remove ttl column when showing databases

* add log when integer overflow in CommonDateTimeUtils

(cherry picked from commit cbdade4)
* done

* try

(cherry picked from commit bc4cf47)
…atch (#12737)

Co-authored-by: Steve Yurong Su <rong@apache.org>
(cherry picked from commit 79ea1ef)
…eViewNode of AggragationPushDown

(cherry picked from commit 4912d90)
… and progressIndex & optimize receiver logs & fix npe (#12790)

(cherry picked from commit 1020258)
…me) & alter pipe does not take effect in non-data regions (#12795)

(cherry picked from commit 0afc1be)
… extractor events for data node remaining time (#12799)

(cherry picked from commit 86aa711)
* Add flush metric

* fix review

(cherry picked from commit 5c23a35)
* support insertRowsNode progressIndex

* revert

(cherry picked from commit 3fa0320)
* remove ttl column in show db details

* support set ttl to | from path

(cherry picked from commit 7106bca)
* Enable python 3.6 CI

* Enable python 3.6 CI

* Enable python 3.6 CI

* Enable python 3.6 CI

* try Enable python 3.6 CI

* try Enable python 3.6 CI

* Fix python CI

* Fix python CI

* Fix python CI

* Fix python CI

* Fix python CI

* Fix python CI

* allow python 3.6

(cherry picked from commit 691e115)
(cherry picked from commit 28c970b)
…tbeat report (#12813)

Co-authored-by: Steve Yurong Su <rong@apache.org>
(cherry picked from commit 2821477)
…o tablets (#12809)

Co-authored-by: Steve Yurong Su <rong@apache.org>
(cherry picked from commit 3d1d281)
shuwenwei and others added 28 commits July 10, 2024 17:53
(cherry picked from commit 8659754)
* try fix

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

* fix review

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>

---------

Signed-off-by: OneSizeFitQuorum <tanxinyu@apache.org>
(cherry picked from commit e4aec0a)
…se thrift requirement error (#12858)

(cherry picked from commit a408f9a)
* Bump reactor-netty.version from 1.1.13 to 1.1.20

Bumps `reactor-netty.version` from 1.1.13 to 1.1.20.

Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.13 to 1.1.20
- [Release notes](https://github.com/reactor/reactor-netty/releases)
- [Commits](reactor/reactor-netty@v1.1.13...v1.1.20)

---
updated-dependencies:
- dependency-name: io.projectreactor.netty:reactor-netty-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.projectreactor.netty:reactor-netty-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

* Update pom.xml

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haonan <hhaonan@outlook.com>
(cherry picked from commit ec5374a)
…arameters: cn_pipe_receiver_file_dir, dn_pipe_receiver_file_dirs (#12861)

* Modified the confignode and datanode receiving file directory parameters: cn_pipe_receiver_file_dir, dn_pipe_receiver_file_dirs

* Change the default parameter key in iotdb-system.properties.template

(cherry picked from commit b611dab)
* report an error when unsetting a non-exist ttl

* fix test

(cherry picked from commit 5434efe)
…#12855)

* don't retry

* ??

* ConfigNodeClient

* add log

* recover timeout in a better way

* tan review

* synchronized

(cherry picked from commit f50516a)
* fix fail file directory when import tools failed

* mvn spotless::apply

---------

Co-authored-by: 2b3c511 <rong.li@timecho.com>
(cherry picked from commit d1df0ef)
* reduce copy when get page from chunk ByteBuffer

* fix

(cherry picked from commit 7e70bfe)
* add log

* add default value

* remove empty line

* set old file name

* remove usage of CompressionRatio in compaction

* modify calculatingDataMemoryCost

* fix ut

(cherry picked from commit d1fccd5)
)

Use map to store and remove duplicates from the logs, with the log as the key and the partition id as the value in order. The final printed log format is as follows:

regionId: [9, 10, 11, 12, 13],2024-07-08T10:33:43.751, All clients are dead, please check the connection to the receiver., root cause: All clients are dead, please check the connection to the receiver.;regionId: [1],2024-07-08T10:50:26.270, Failed to handle pipe meta changes for test104, because Failed to construct PipeConnector, because of Error occurred while connecting to receiver 47.108.188.22:6667, please check network connectivity or SSL configurations when enable SSL transmission;
(cherry picked from commit da9d98c)
* fix start-confignode.sh, Support -H

* Require 8u92 or higher version

(cherry picked from commit cbfaca6)
… all replicaset execution failed

(cherry picked from commit 075eded)
@JackieTien97 JackieTien97 merged commit ce6c81a into ty/TableModelGrammar Jul 11, 2024
@JackieTien97 JackieTien97 deleted the merge_master0710 branch July 11, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.