HBASE-4848 TestScanner failing because hostname can't be null
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1205084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9f7557729c
commit
d6d1ee0a45
|
@ -856,6 +856,7 @@ Release 0.90.5 - Unreleased
|
|||
HBASE-4562 When split doing offlineParentInMeta encounters error, it'll
|
||||
cause data loss (bluedavy via Lars H)
|
||||
HBASE-4800 Result.compareResults is incorrect (James Taylor and Lars H)
|
||||
HBASE-4848 TestScanner failing because hostname can't be null
|
||||
|
||||
IMPROVEMENT
|
||||
HBASE-4205 Enhance HTable javadoc (Eric Charles)
|
||||
|
|
|
@ -244,7 +244,7 @@ public class TestScanner extends HBaseTestCase {
|
|||
|
||||
// Store some new information
|
||||
|
||||
String address = "foo.bar.com:1234";
|
||||
String address = "www.example.com:1234";
|
||||
|
||||
put = new Put(ROW_KEY, System.currentTimeMillis(), null);
|
||||
put.add(HConstants.CATALOG_FAMILY, HConstants.SERVER_QUALIFIER,
|
||||
|
|
Loading…
Reference in New Issue