This is an automated email from the ASF dual-hosted git repository.

Aias00 pushed a change to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


    from 343a5dcf20 fix(i18n): correct locale priority and fix Japanese label 
key
     new c23be1b5b7 fix(arrow): fix RootAllocator native memory leaks in Arrow 
serialization
     new b7f7167070 fix(alerter): add null guards for 
commonLabels/commonAnnotations across SMS clients
     new d1e533f23d fix(collector): fix resource leaks in WebSocket, script, 
FTP, and JDBC collectors
     new 3747e33e7c fix(concurrency): fix race conditions and interrupt flag 
handling
     new 20caf89894 fix(core): replace silent exception swallowing and 
assert-based null guards

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../alert/service/impl/AlibabaSmsClientImpl.java   | 14 +++--
 .../alert/service/impl/AwsSmsClientImpl.java       | 10 +--
 .../service/impl/NoticeConfigServiceImpl.java      |  3 +-
 .../alert/service/impl/SmsLocalSmsClientImpl.java  | 12 +++-
 .../alert/service/impl/TencentSmsClientImpl.java   | 14 +++--
 .../alert/service/impl/TwilioSmsClientImpl.java    | 12 ++--
 .../alert/service/impl/UniSmsClientImpl.java       | 19 ++++--
 .../collect/database/JdbcCommonCollect.java        | 14 ++++-
 .../collector/collect/ftp/FtpCollectImpl.java      |  8 +++
 .../collect/script/ScriptCollectImpl.java          | 18 +++++-
 .../collect/websocket/WebsocketCollectImpl.java    | 35 ++++++++---
 .../hertzbeat/common/entity/job/Metrics.java       |  5 +-
 .../common/entity/message/CollectRep.java          | 26 ++++++--
 .../serialize/KafkaMetricsDataDeserializer.java    | 18 +++++-
 .../apache/hertzbeat/common/util/ArrowUtil.java    | 39 +++++++++---
 .../hertzbeat/common/util/ArrowUtilTest.java       |  6 +-
 .../manager/scheduler/CollectorJobScheduler.java   | 73 +++++++++++++---------
 .../manager/scheduler/ConsistentHash.java          |  8 +--
 .../manager/service/impl/MonitorServiceImpl.java   |  8 ++-
 .../remoting/netty/NettyRemotingAbstract.java      | 10 +--
 .../remoting/netty/NettyRemotingClient.java        |  1 +
 .../remoting/netty/NettyRemotingServer.java        |  1 +
 .../history/tsdb/tdengine/TdEngineDataStorage.java | 43 +++++++------
 23 files changed, 274 insertions(+), 123 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to