We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of version 0.9.1.1 "Scaling Activity" section (#scaling) is not visible in Chrome v53 and Firefox v48.
The function getScaling (probalbly indexing.coffee#L61) fails as scaling parameter is an empty sring and map function is not defined.
getScaling
scaling
curl -v http://<url>/druid/indexer/v1/scaling returns 200 without any content. Autoscaling isn't enabled through config.
curl -v http://<url>/druid/indexer/v1/scaling
Are you aware of any potentioal cause?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As of version 0.9.1.1 "Scaling Activity" section (#scaling) is not visible in Chrome v53 and Firefox v48.
The function
getScaling
(probalbly indexing.coffee#L61) fails asscaling
parameter is an empty sring and map function is not defined.curl -v http://<url>/druid/indexer/v1/scaling
returns 200 without any content.Autoscaling isn't enabled through config.
Are you aware of any potentioal cause?
The text was updated successfully, but these errors were encountered: