[fix][broker] Disable EntryFilters for system topics - #20514
Conversation
|
IMO, We should consider a new way to handle the system topic because we do a lot of similar logic to filter system topics. :( Not only the entry filter but also some policies etc. |
e78de0c to
c8f8100
Compare
|
/pulsarbot rerun-failure-checks |
I was mentioning the same thing to @lhotari earlier today. This is one reason I have pushed for a more formal definition of system topics on the ML over the past two years. At the moment, their design feels very accidental instead of intentional. System topics continue to get more exceptions, and we continue to add dependencies upon the system topic concept. Maybe we should restart a discussion on this topic. |
@mattisonchao @michaeljmarshall +1. Yes, it would be good to restart it. In KOP there are topics like |
…lters-for-systemtopics
|
For some reason this PR isn't picking up the recent changes I pushed to the branch. That happened in another PR a while ago. Let's see if I'll need to create a new PR to pick up the changes. |
|
oh, GitHub Status page shows that there are on-going issues: https://www.githubstatus.com/ |
(cherry picked from commit ac46e2e)
Motivation
Applying EntryFilters for system topics is not very useful and could cause problems.
I noticed this while investigating the flaky AdminApi2Test.
Modifications
Skip applying entry filters for system topics.
Documentation
docdoc-requireddoc-not-neededdoc-complete