Skip to content

[pull] master from ClickHouse:master#3767

Merged
pull[bot] merged 80 commits intotraceon:masterfrom
ClickHouse:master
Mar 31, 2022
Merged

[pull] master from ClickHouse:master#3767
pull[bot] merged 80 commits intotraceon:masterfrom
ClickHouse:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 31, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

palegre-tiny and others added 30 commits January 27, 2022 12:22
- Fix memory access
- Support any type as sorting parameter
- Fix tests
- Rewrite/simplify function addBatchSinglePlace
fixup! Add groupSortedArray() function

fixup! Add groupSortedArray() function
azat and others added 29 commits March 30, 2022 20:29
This will avoid noisy message like:

    DB::Exception: Cannot read all data. Bytes read: 0. Bytes expected: 4.

Signed-off-by: Azat Khuzhin <[email protected]>
Changelog:
- remove query_thread_log (query_log should be enough)
- for s3 storage there /var/lib/clickhouse/data/system/*_log cannot be
  used, replace them with plain TSVWithNamesAndTypes, also note, that
  after schema inference it is even pretty easy to use
- support replicated database env correctly

Co-authored-by: tavplubix <[email protected]>
Signed-off-by: Azat Khuzhin <[email protected]>
Try to run stateful tests in parallel
Fix bug in conversion from custom types to string
…-free)

CI founds [1]:

    WARNING: ThreadSanitizer: heap-use-after-free (pid=1)
      Read of size 8 at 0x7b48001e0088 by thread T7 (mutexes: write M2588):
        ...
        1 DB::KeeperTCPHandler::runImpl()::$_0::operator()() const build_docker/../src/Server/KeeperTCPHandler.cpp:384:14 (clickhouse+0x194f974f)
        ...
        8 DB::KeeperDispatcher::setResponse() build_docker/../src/Coordination/KeeperDispatcher.cpp:222:9 (clickhouse+0x1999de82)
        9 DB::KeeperDispatcher::responseThread() build_docker/../src/Coordination/KeeperDispatcher.cpp:161:18 (clickhouse+0x1999d7a7)
        10 DB::KeeperDispatcher::initialize()::$_1::operator()() const build_docker/../src/Coordination/KeeperDispatcher.cpp:273:54 (clickhouse+0x199a55d1)

      Previous write of size 8 at 0x7b48001e0088 by thread T3:
        0 operator delete(void*, unsigned long) <null> (clickhouse+0xa0dad50)
        1 DB::KeeperTCPHandler::~KeeperTCPHandler() build_docker/../src/Server/KeeperTCPHandler.cpp:648:1 (clickhouse+0x194f8ee6)

  [1]: https://s3.amazonaws.com/clickhouse-test-reports/35772/38873d726d22b15d4c5a284410956927b2e2f95f/integration_tests__thread__actions__[4/4].html

Signed-off-by: Azat Khuzhin <[email protected]>
Respect remote_url_allow_hosts for hive
ci: replace directory system log tables artifacts with tsv
add simple sanity checks for server startup
clickhouse-keeper: correctly handle closed client connection
…ce-hdfs-cluster

Revert "Added support for schema inference for `hdfsCluster`"
remove ATOMIC_FLAG_INIT: depreciated in C++20 and warns in clang-14
@pull pull bot merged commit 1d48017 into traceon:master Mar 31, 2022
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.