-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Working on a small reproducible case for this, but the general gist is:
- connect to a proxy that's connected to a cluster
- using the ruby driver, create a cursor on a table with a large number of row (not sure that's relevant)
- save this data to a different connection to a different node (copying data from remote to local)
- Ctrl-C cancel the import process
- remote Proxy dies every time
- tend to think it's the Ruby driver not getting a chance to close the connection properly
2016-06-27T14:39:05.864845985 317.677548s error: Error in src/errors.cc at line 161:
2016-06-27T14:39:05.864871941 317.677574s error: Uncaught exception of type "tcp_conn_read_closed_exc_t"\n what(): Network connection read end closed
2016-06-27T14:39:05.864879717 317.677582s error: Backtrace:
2016-06-27T14:39:05.974798536 317.787517s error: Mon Jun 27 14:39:05 2016\n\n1 [0xabb110]: backtrace_t::backtrace_t() at ??:?\n2 [0xabb4a3]: format_backtrace(bool) at ??:?\n3 [0xd3
2016-06-27T14:39:05.974866901 317.787569s error: Exiting.