MoanasDaddyXu opened a new issue, #67105:
URL: https://github.com/apache/doris/issues/67105
## Problem
[CCR][FE Binlog] REPLACE TABLE swap=false 后使用旧表 ID 判断开关,导致事件丢失
## Minimal reproduction path
Disable database-level CCR Binlog and enable table-level Binlog for two
ordinary tables. Execute ALTER TABLE A REPLACE WITH TABLE B PROPERTIES ("swap"
= "false") with the old-table cache warm and cold, then compare the metadata
Binlog and dropped-table records. Verify that event recording is stable and
does not depend on whether the old table remains in a local cache.
## Expected result
swap=false replacement event recording is stable across cache states and
does not lose dropped-table metadata.
## Source
This report is a sanitized tracking record for Jira DORIS-28089. Internal
hosts, paths, artifacts, build identifiers, and private logs are intentionally
omitted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]