codelipenghui commented on code in PR #21162:
URL: https://github.com/apache/pulsar/pull/21162#discussion_r1325234755


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/SystemTopicTxnBufferSnapshotService.java:
##########
@@ -40,7 +43,8 @@ public class SystemTopicTxnBufferSnapshotService<T> {
 
     protected final Class<T> schemaType;
     protected final EventType systemTopicType;
-
+    protected final Map<NamespaceName, CompletableFuture<TableView<T>>> 
tableViewMap =

Review Comment:
   We need a mechanism to evict the table view from the map if the broker 
doesn't own any topics of the namespace.



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to