Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • v0.5.0
    • v0.5.0
    • None

    Description

      HBase UT is broken due to wrong configuration and guava conflict

      1. EAGLE-331 ingestion+alert engine preview, see what is added in EmbeddedHbase.java. To Fix it, we needn't specify hbase.master.ipc.address, using default value is fine, which is 0.0.0.0, means all IPv4 addresses on the local machine. Please note RegionServer will not use 127.0.0.1 and localhost to contact master.
      2. Rebase code base , guava is upgraded to 19.0, however the dependent HBase version(0.98.4.2.2.5.1-3-hadoop2) uses 12.01. It is OK in product environment, but failed in UT, see HBASE-11694. To Fix it, we can downgrade to guava 15.0 which works for eagle(Stopwatch.createStarted) and HBase(StopWatch.elapsedMillis)

      Attachments

        Issue Links

          Activity

            People

              baibaichen Chang chen
              baibaichen Chang chen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: