forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[hms] Avoid blocking table alterations that are not relevant to Kudu
This patch adjust the KuduMetastorePlugin to prevent blocking table alterations that are not relevant to Kudu metadata which needs to be synchronized. Additionally it prevents calling the Kudu master to check if HMS sync is enabled when the metadata changes are not relevant to Kudu’s HMS synchronization. Change-Id: I2517d891ab7168164700bb3ae642c49bde54b9db Reviewed-on: http://gerrit.cloudera.org:8080/17531 Tested-by: Kudu Jenkins Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information
1 parent
be80cb2
commit 3667428
Showing
2 changed files
with
184 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters