Uploaded image for project: 'Sentry (Retired)'
  1. Sentry (Retired)
  2. SENTRY-1909

Improvements for memory usage when full path snapshot is sent from Sentry to NN

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • Sentry
    • None

    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

        1. SENTRY-1909.01.patch
          61 kB
          Alex Kolbasov

        Issue Links

          Activity

            People

              akolb Alex Kolbasov
              akolb Alex Kolbasov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: