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

Unable to check if balancer can load

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.6.4, 1.7.0
    • None
    • None
    • None

    Description

      I was trying to use instanceOperations().testClassLoad() to check if a the RegExGroupBalancer was available. This class was added in 1.7, so I did not want to attempt to configure it in 1.6.

      Unexpectedly the call to testClassLoad() failed in 1.7. I looked into the cause and it turns out the implementation of testClassLoad() also tries to instantiate the class after loading using a noarg constructor. Because of ACCUMULO-4047 the RegexGroupBalancer does not have a noarg constructor.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: