class DruidConfig::Exceptions::NotAvailableNodes
Indicate there aren’t any node available in Zookeeper to run the data. It returns the name of the service user is trying to call.
Public Class Methods
new(service)
click to toggle source
Calls superclass method
# File lib/druid_config/exceptions.rb, line 13 def initialize(service) super("There aren't any available #{service} node") end