This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 51bd39edc7c branch-4.0: [Opt](log) reduce log in
`sendCalcDeleteBitmaptask` #59396 (#59615)
51bd39edc7c is described below
commit 51bd39edc7cafbfa91f1be0eb210aa6198929621
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 18:00:09 2026 +0800
branch-4.0: [Opt](log) reduce log in `sendCalcDeleteBitmaptask` #59396
(#59615)
Cherry-picked from #59396
Co-authored-by: bobhan1 <[email protected]>
---
.../org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java
b/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java
index 31a509a1c87..eb002439c6c 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java
@@ -1325,7 +1325,8 @@ public class CloudGlobalTransactionMgr implements
GlobalTransactionMgrIface {
AgentTaskQueue.addTask(task);
batchTask.addTask(task);
LOG.info("send calculate delete bitmap task to be {}, txn_id
{}, signature {}, partitionInfos={}",
- entry.getKey(), transactionId, signature,
entry.getValue());
+ entry.getKey(), transactionId, signature,
+ StringUtils.abbreviate(entry.getValue().toString(),
200));
}
AgentTaskExecutor.submit(batchTask);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]