Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-223 install/ initscripts fixes
  3. BIGTOP-239

HBase init scripts are shut down in the wrong order

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.6.0
    • 0.6.0
    • general
    • None

    Description

      HBase init scripts, like all Hadoop init scripts, are killed at the same time (K20-*) in /etc/rc0.d and /etc/rc6.d.

      If the HMaster and/or the datanode shuts down before the regionserver, this causes the regionserver to take a long time to actually give up and shut down, effectively blocking system shutdown. This is a big problem on my pseudo-distributed instance on my laptop.

      The init script default stops for HBase services should be set to something like:

      K17hadoop-hbase-regionserver
      K18hadoop-hbase-master
      K19hadoop-zookeeper-server
      K20hadoop-*

      Attachments

        1. BIGTOP-239.patch
          6 kB
          Plamen Jeliazkov
        2. BIGTOP-239.patch
          6 kB
          Plamen Jeliazkov
        3. BIGTOP-239.patch
          3 kB
          Plamen Jeliazkov
        4. BIGTOP-239.patch
          3 kB
          Plamen Jeliazkov
        5. BIGTOP-239.patch
          6 kB
          Plamen Jeliazkov

        Activity

          People

            zero45 Plamen Jeliazkov
            plinnell Peter Linnell
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: