kudu git commit: Extract connection retrying and HA support from HmsCatalog

2018-10-05 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master f1f192ca3 -> 42b75278a Extract connection retrying and HA support from HmsCatalog Introduces a new abstraction, thrift::HaClient, for providing HA and retrying support on top of Thrift clients like HmsClient and SentryClient. The

kudu git commit: KUDU-1592 Make warnings about FBM more ominous

2018-10-05 Thread abukor
Repository: kudu Updated Branches: refs/heads/master b848488d9 -> f1f192ca3 KUDU-1592 Make warnings about FBM more ominous The documentation warned about scalability issues with file block manager, but it was rather lightly worded and so was the warning message of a hole punch test failure.

kudu git commit: Move constructor and assignment operator for Schema

2018-10-05 Thread wdberkeley
Repository: kudu Updated Branches: refs/heads/master cf1b1f42c -> b848488d9 Move constructor and assignment operator for Schema This adds a move constructor and move assignment operator to Schema. I removed Schema::swap. It was only used in tests, and any potential use of it should be