Description
While looking at SENTRY-1907 I noticed another thing. sentryStore.retrieveFullPathsImage() uses Map<String, Set<String>> as a snapshot representation. This isn't needed since Map<String, Collection<String>> is sufficient and we can represent it using ArrayList. This is much more efficient representation.
Attachments
Attachments
Issue Links
- is related to
-
SENTRY-1912 Directly construct Thrift message from DB when full update is sent to NN
- Open
-
SENTRY-1915 Sentry is doing a lot of work to convert list of paths to HMSPaths structure
- Resolved
- links to