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

MAC doesn't stop cleanly in 1.6.1-SNAPSHOT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 1.5.2, 1.6.1, 1.7.0
    • mini
    • None

    Description

      Using the following code to do some work-

      public class TestMACWithRealInstance {
        public static void main(String args[]) throws IOException, AccumuloException, AccumuloSecurityException, TableExistsException, InterruptedException {
          MiniAccumuloConfig macConfig = new MiniAccumuloConfig(new File("/tmp/mac"), "secret");
          macConfig.setNumTservers(2);
          MiniAccumuloCluster mac = new MiniAccumuloCluster(macConfig);
          mac.start();
          mac.getConnector("root", "secret").tableOperations().create("macCreated");
          mac.stop();
        }
      }
      

      It works fine against 1.6.0, but it seems broken against 01da4f4a8b14a125d3a2e29ef98dd044ab9ec75f after calling stop() it just sits in the terminal spewing messages about unable to connect to zookeeper

      Attachments

        Issue Links

          Activity

            People

              elserj Josh Elser
              vines John Vines
              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 - 1h
                  1h