Skip to content
New issue

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

Exception in console if coordinator restarts while query is planning #273

Closed
martint opened this issue Jan 15, 2013 · 1 comment
Closed

Comments

@martint
Copy link
Contributor

martint commented Jan 15, 2013

2013-01-14T20:51:11.677-0800    DEBUG   main    com.facebook.presto.cli.StatusPrinter   error printing status
java.lang.RuntimeException: Server refused connection: http://10.170.206.23:8080/v1/query/11
    at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:54) ~[presto-standalone.jar:0.1-SNAPSHOT]
    at io.airlift.http.client.FullJsonResponseHandler.handleException(FullJsonResponseHandler.java:34) ~[presto-standalone.jar:0.1-SNAPSHOT]
    at io.airlift.http.client.ApacheHttpClient.execute(ApacheHttpClient.java:171) ~[presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.server.HttpQueryClient.getQueryInfo(HttpQueryClient.java:112) ~[presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.StatusPrinter.printInitialStatusUpdates(StatusPrinter.java:72) ~[presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.Query.renderQueryOutput(Query.java:60) [presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.Query.renderOutput(Query.java:50) [presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.Console.process(Console.java:111) [presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.Console.runConsole(Console.java:91) [presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.cli.Console.run(Console.java:41) [presto-standalone.jar:0.1-SNAPSHOT]
    at com.facebook.presto.Main.main(Main.java:34) [presto-standalone.jar:0.1-SNAPSHOT]
@ghost ghost assigned electrum Jan 20, 2013
@electrum
Copy link
Contributor

This should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants