InsertLoadJob TxnStateCallback内存泄漏

为了更快的定位您的问题,请提供以下信息,谢谢
【详述】InsertLoadJob重写了afterVisible,没有执行remove,【[Feature] Unify load observation interface through information_schema.loads & statistics.loads_history (backport #46773) (#50853) mergify[bot]* 98464f5d 2024/10/11 20:46】
【背景】无
【业务影响】fe内存上涨fgc
【是否存算分离】存算一体
【StarRocks版本】3.3.6
【集群规模】例如:3fe(1 follower+2observer)+10be
【机器信息】
【联系方式】
【附件】
2025-10-31 08:00:15.333+08:00 INFO (starrocks-taskrun-pool-44|2302831) [DatabaseTransactionMgr.beginTransaction():186] begin transaction: txn_id: 1628059 with label insert_944ae174-b5ec-11f0-aa1f-662689d56fc1 from coordinator FE: 10.15.181.13, listner id: -1
2025-10-31 08:00:15.334+08:00 INFO (starrocks-taskrun-pool-44|2302831) [TxnStateCallbackFactory.addCallback():40] add callback of txn state : 7155897. current callback size: 2223
2025-10-31 08:00:15.359+08:00 INFO (starrocks-taskrun-pool-44|2302831) [DatabaseTransactionMgr.prepareTransaction():369] transaction:[TransactionState. txn_id: 1628059, label: insert_944ae174-b5ec-11f0-aa1f-662689d56fc1, db id: 10001, table id list: 10050, callback id: 7155897, coordinator: FE: 10.15.181.13, transaction status: PREPARED, error replicas num: 0, replica ids: , prepare time: 1761868815333, write end time: 1761868815359, allow commit time: -1, commit time: -1, finish time: -1, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@3508e922] successfully prepare
2025-10-31 08:00:15.360+08:00 INFO (starrocks-taskrun-pool-44|2302831) [DatabaseTransactionMgr.commitPreparedTransaction():469] transaction:[TransactionState. txn_id: 1628059, label: insert_944ae174-b5ec-11f0-aa1f-662689d56fc1, db id: 10001, table id list: 10050, callback id: 7155897, coordinator: FE: 10.15.181.13, transaction status: COMMITTED, error replicas num: 0, replica ids: , prepare time: 1761868815333, write end time: 1761868815359, allow commit time: -1, commit time: 1761868815360, finish time: -1, write cost: 27ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@3508e922] successfully committed
2025-10-31 08:00:15.362+08:00 INFO (PUBLISH_VERSION|23) [PublishVersionDaemon.publishVersionForOlapTable():280] send publish tasks for txn_id: 1628059
2025-10-31 08:00:15.362+08:00 INFO (PUBLISH_VERSION|23) [DatabaseTransactionMgr.finishTransaction():1212] finish transaction TransactionState. txn_id: 1628059, label: insert_944ae174-b5ec-11f0-aa1f-662689d56fc1, db id: 10001, table id list: 10050, callback id: 7155897, coordinator: FE: 10.15.181.13, transaction status: VISIBLE, error replicas num: 0, replica ids: , prepare time: 1761868815333, write end time: 1761868815359, allow commit time: -1, commit time: 1761868815360, finish time: 1761868815362, write cost: 27ms, publish total cost: 2ms, total cost: 29ms, reason: attachment: com.starrocks.transaction.InsertTxnCommitAttachment@3508e922 successfully