mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #66311 from azat/rdkafka-fix-data-race
Fix possible data-race StorageKafka with statistics_interval_ms>0
This commit is contained in:
commit
2e6ecf6913
2
contrib/librdkafka
vendored
2
contrib/librdkafka
vendored
@ -1 +1 @@
|
||||
Subproject commit 2d2aab6f5b79db1cfca15d7bf0dee75d00d82082
|
||||
Subproject commit 39d4ed49ccf3406e2bf825d5d7b0903b5a290782
|
@ -5,11 +5,9 @@
|
||||
#
|
||||
# Caveats for generic entry "fun":
|
||||
# - does not work for __attribute__((__always_inline__))
|
||||
# - and may not work for functions that had been inlined
|
||||
# - requires asterisk at the beginning *and* end for static functions
|
||||
#
|
||||
[thread]
|
||||
# https://github.com/ClickHouse/ClickHouse/issues/55629
|
||||
fun:rd_kafka_broker_set_nodename
|
||||
# https://github.com/ClickHouse/ClickHouse/issues/60443
|
||||
fun:*rd_avg_calc*
|
||||
fun:*rd_avg_rollover*
|
||||
|
@ -9,6 +9,7 @@
|
||||
#
|
||||
# Caveats for generic entry "fun":
|
||||
# - does not work for __attribute__((__always_inline__))
|
||||
# - and may not work for functions that had been inlined
|
||||
# - requires asterisk at the beginning *and* end for static functions
|
||||
#
|
||||
[undefined]
|
||||
|
Loading…
Reference in New Issue
Block a user