improving msging when indexing service is not found

This commit is contained in:
Himanshu Gupta 2015-09-18 23:07:44 -05:00
parent 6605a60ef0
commit 117a6754b5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class OverlordProxyServlet extends ProxyServlet
try {
final Server indexer = selector.pick();
if (indexer == null) {
throw new ISE("Cannot find instance of indexingService");
throw new ISE("Can't find indexingService, did you configure druid.selectors.indexing.serviceName same as druid.service at overlord?");
}
return new URI(
request.getScheme(),