Merge pull request #1756 from himanshug/indexing_service_msging

improving msging when indexing service is not found
This commit is contained in:
Xavier Léauté 2015-09-21 15:28:22 -07:00
commit 0511d739e3
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(),