[go: up one dir, main page]

Skip to content

Joe fails to execute first command after reset

Goal

Fix the bug when after reset command the next command being executed results with ERROR: failed to run explain without execution: unexpected EOF.

TODO / How to implement

See this thread for additional details and screenshots.

  1. reset clone -> explain select -> ERROR: failed to run explain without execution: unexpected EOF
  2. reset clone -> explain select -> ERROR: failed to run explain without execution: failed to connect to host=localhost user=SOMEUSER database=SOMEDB: failed to receive message (read tcp 127.0.0.1:41736->127.0.0.1:6008: read: connection reset by peer)

The problem occurs both in web and in slack, also can be repeated on our demo instance.

Acceptance criteria

Edited by Anatoly Stansler