Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-2663

Remove usage of String#split from Combiner#init

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.5.2, 1.6.1, 1.7.0
    • None

    Description

      Noticed that inside Combiner#init, the comma-separated list of columns is split out using the inefficient String#split method. This should be switched into something that doesn't used Regexs since this method is invoked a surprising amount in normal usage.

      Attachments

        1. ACCUMULO-2663.v1.patch
          2 kB
          David Protzman

        Activity

          People

            dmprotz David Protzman
            elserj Josh Elser
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: