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

TServerUtils no longer needs to catch NPE as a thrift bug workaround

    XMLWordPrintableJSON

Details

    Description

      Since we are using thrift 0.9.0 starting with Accumulo 1.6, we should be able to clean up the following code in TServerUtils.

              try {
                return other.process(in, out);
              } catch (NullPointerException ex) {
                // THRIFT-1447 - remove with thrift 0.9
                return true;
              }
      

      Attachments

        1. ACCUMULO-2410.patch.txt
          1 kB
          Al Krinker

        Issue Links

          Activity

            People

              al.krinker Al Krinker
              mdrob Mike Drob
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: