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

[0.94 branch] Allow HConnectionImplementation to reconnect to master multiple times

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.94.4
    • None
    • None

    Description

      HBASE-5058 retained the old behavior of managed HConnections not retrying their connection to master b/c of the "masterChecked" variable.

      This behavior isn't great though, because you can get in the following situation:
      1) Connect to master using HBaseAdmin
      2) Master goes down
      3) New master takes over
      4) The HBaseAdmin object is now useless

      The client needs to create a new HBaseAdmin in this case.

      Attachments

        1. HBASE-7170.patch
          6 kB
          Gregory Chanan

        Issue Links

          Activity

            People

              gchanan Gregory Chanan
              gchanan Gregory Chanan
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: