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

slow impala query cause i/o timeout #13

Open
darren opened this issue May 18, 2019 · 1 comment
Open

slow impala query cause i/o timeout #13

darren opened this issue May 18, 2019 · 1 comment

Comments

@darren
Copy link

darren commented May 18, 2019

2019/05/18 23:01:25 rowset.go:155: FetchResults failed: read tcp 192.168.20.8:51468->192.168.20.15:21000: i/o timeout

socket, err := thrift.NewTSocketTimeout(fmt.Sprintf("%s:%d", host, port), 10000*time.Millisecond)

it seems that 10 second timeout here is too small.

@koblas
Copy link
Owner

koblas commented May 19, 2019

Would encourage a pull request that adds a timeout to the options structure.

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