diff --git a/d2/src/main/java/com/linkedin/d2/balancer/servers/ZooKeeperAnnouncer.java b/d2/src/main/java/com/linkedin/d2/balancer/servers/ZooKeeperAnnouncer.java index 8a5fdc4b2d..29a71b9a2e 100644 --- a/d2/src/main/java/com/linkedin/d2/balancer/servers/ZooKeeperAnnouncer.java +++ b/d2/src/main/java/com/linkedin/d2/balancer/servers/ZooKeeperAnnouncer.java @@ -631,6 +631,16 @@ public Map getUriSpecificProperties() return (_uriSpecificProperties == null) ? Collections.emptyMap() : _uriSpecificProperties; } + public boolean isDarkWarmupEnabled() + { + return _isDarkWarmupEnabled; + } + + public String getDarkWarmupClusterName() + { + return _warmupClusterName; + } + /** * This is not the cleanest way of setting weight or partition data. However, * this simplifies object create by presenting only one method and by forcing