saihemanth-cloudera commented on code in PR #4416:
URL: https://github.com/apache/hive/pull/4416#discussion_r1247169133
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/leader/StaticLeaderElection.java:
##########
@@ -33,9 +33,9 @@
* If the value is empty, means no election happening and all instances are
leaders,
* otherwise the instance matching the configured hostname will be selected as
a leader.
*/
-public class HostLeaderElection implements LeaderElection<String> {
+public class StaticLeaderElection implements LeaderElection<String> {
Review Comment:
In HiveConf, we are referring to this as a host leader election approach but
in the implementation, we are saying static leader election. why this
discrepancy? Or Am I confused?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]