Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-575

hbase master dies with stack overflow error if rootdir isn't qualified

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.1.1
    • 0.1.2, 0.2.0
    • None
    • None

    Description

      With a relative rootdir (/hbase/), the hbase master throws this on startup:

      08/04/11 17:53:00 ERROR hbase.HMaster: Can not start master
      java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
      at java.lang.reflect.Constructor.newInstance(Unknown Source)
      at org.apache.hadoop.hbase.HMaster.doMain(HMaster.java:3329)
      at org.apache.hadoop.hbase.HMaster.main(HMaster.java:3363)
      Caused by: java.lang.StackOverflowError
      at java.net.URI$Parser.checkChars(Unknown Source)

      Attachments

        1. patch.txt
          3 kB
          Jim Kellerman

        Activity

          People

            jimk Jim Kellerman
            bien Michael Bieniosek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: