File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1818 */
1919package org .apache .pulsar .common .policies .data .stats ;
2020
21+ import com .fasterxml .jackson .annotation .JsonIgnore ;
2122import java .util .ArrayList ;
2223import java .util .HashMap ;
2324import java .util .LinkedHashMap ;
@@ -134,6 +135,7 @@ public class SubscriptionStatsImpl implements SubscriptionStats {
134135 /** The size of DelayedDeliveryTracer memory usage. */
135136 public long delayedMessageIndexSizeInBytes ;
136137
138+ @ JsonIgnore
137139 public Map <String , TopicMetricBean > bucketDelayedIndexStats ;
138140
139141 /** SubscriptionProperties (key/value strings) associated with this subscribe. */
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ public class TopicStatsImpl implements TopicStats {
140140 public long delayedMessageIndexSizeInBytes ;
141141
142142 /** Map of bucket delayed index statistics. */
143+ @ JsonIgnore
143144 public Map <String , TopicMetricBean > bucketDelayedIndexStats ;
144145
145146 /** The compaction stats. */
You can’t perform that action at this time.
0 commit comments