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

Add splits hung forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.7.3, 1.8.1
    • 1.7.4, 1.9.0
    • None
    • None

    Description

      I ran into a problem where addsplits was hanging forever and no errors were printed by Accumulo even when I set the log level to trace. I finally figured out the problem was that I had the wrong version of thrift on the classpath (0.9.1 vs 0.9.3). Accumulo 1.8.1 was trying to use a method that did not exist in thrift 0.9.1

      This missing method caused a NoSuchMethodError to be thrown. The Accumulo split code only caught Exception and therefore did not handle this. Also nothing was printed for this.

      The split code should be fixed to not silently drop errors.

      Attachments

        Issue Links

          Activity

            People

              kturner Keith Turner
              kturner Keith Turner
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 4h 20m
                  4h 20m