Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
This is perhaps controversial, but there are a variety of problems with counting on dns hostname resolution, especially for locahost.
- It can often be slow, slow under concurrency, or slow under specific conditions.
- It can often not work at all - when on a VPN, with weird DNS hijacking hi-jinks, when you have a real hostname for you machines, a custom /etc/hosts file, OS's run their own local/funny DNS server services.
- This makes coming to HBase for new devs a hit or miss experience and if you miss, dealing with an diagnosing the issues is a large endeavor and not straight forward or transparent.
- 99% of the difference doesn't matter in most cases - except that 127.0.0.1 works and is fast pretty much universally.
Attachments
Issue Links
- is a child of
-
HBASE-23795 Enable all tests to be run in parallel on reused JVMs.
- Resolved