congbobo184 commented on issue #19628:
URL: https://github.com/apache/pulsar/issues/19628#issuecomment-1449323532
```
/** The stats of snapshots that only exist when enabling multiple
snapshot segments. */
public SnapshotStats snapshotStats;
public static class SnapshotStats {
public long segmentsSize;
public long unsealedAbortTxnIDs;
}
```
I suggest change snapshotStats to `MultiSnapshotStats`. it will include one
snapshot segment detail and index detail.
detail include, time, abortTxns, snapshot postion eg.
--
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]