kudu git commit: KUDU-1882 Configuration improvements for Flume Kudu Sink regexp operations producer.

2018-09-25 Thread mpercy
Repository: kudu Updated Branches: refs/heads/master 4fba6e8a1 -> 6030c5a32 KUDU-1882 Configuration improvements for Flume Kudu Sink regexp operations producer. Adding new properties for the different parsing error policies. Deprecating the old ones. Default value constants are not removed as

kudu git commit: java: improve assertion failure message in TestAsyncKuduSession.test

2018-09-25 Thread mpercy
Repository: kudu Updated Branches: refs/heads/master 6030c5a32 -> 9130bb0e1 java: improve assertion failure message in TestAsyncKuduSession.test This test is fairly flaky (tracked in KUDU-1521) and while I don't have time to fix the underlying issue I want to make it easier to track this in

[2/2] kudu git commit: Add Hive Metastore service principal configuration

2018-09-25 Thread danburkert
Add Hive Metastore service principal configuration This commit adds a new flag, --hive_metastore_kerberos_principal flag which corresponds to the HMS 'hive.metastore.kerberos.principal' configuration. This configuration is rarely overridden, but in cases where it is, having a way to match it in

[1/2] kudu git commit: hybrid_clock: restore SleepFor in WaitUntilAfterLocally

2018-09-25 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master ddaa766e2 -> a09c89abc hybrid_clock: restore SleepFor in WaitUntilAfterLocally This seems to have gone missing from commit f2d96437c. The end result is a busy loop, which was probably unintentional. I also removed the loop, which seemed

kudu git commit: [tablet_server-test] cleaner exit-on-failure in TestStatus

2018-09-25 Thread alexey
Repository: kudu Updated Branches: refs/heads/master a09c89abc -> 4fba6e8a1 [tablet_server-test] cleaner exit-on-failure in TestStatus Updated the TestStatus scenario of the TabletServerTest to terminate cleaner and faster in case of a failure when restarting tablet server. Prior to this