Hi,
This is a problem in the Microsoft products and the only fix is included in the updates for SQL Server.
If you would not like to install update, please try enabling trace flag 8293 to see if it helps.
For your reference
FIX: Change Tracking cleanup message 22123 is unexpectedly recorded in the error log file in SQL Server
https://support.microsoft.com/en-us/help/4456883/fix-change-tracking-cleanup-message-22123-is-unexpectedly-recorded-in
DBCC TRACEON - Trace Flags (Transact-SQL)
https://learn.microsoft.com/en-us/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql?view=sql-server-ver15
Enable Trace Flags in SQL Server
https://www.sqlservercentral.com/articles/enable-trace-flags-in-sql-server
Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Thanks,
Eleven
----------
If the Answer is helpful, please click "Accept Answer" and upvote it.