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

'org.apache.kudu.client.NonRecoverableException:' when i query kudu with presto #3401

Open
snake-zhiqiang opened this issue Sep 16, 2022 · 1 comment

Comments

@snake-zhiqiang
Copy link

Exception detail:
Query 20220916_012144_00804_8pfzk failed: org.apache.kudu.client.NonRecoverableException: cannot complete before timeout: ScanRequest(scannerId=null, tablet=42ff4e671464497e8a9bb877ab6b59b3, attempt=2, KuduRpc(method=Scan, tablet=42ff4e671464497e8a9bb877ab6b59b3, attempt=2, TimeoutTracker(timeout=30000, elapsed=30006), Trace Summary(1 ms): Sent(2), Received(1), Delayed(0), MasterRefresh(1), AuthRefresh(0), Truncated: false
Sent: (c1af0b5ccf9f4ed9a6ef54f3047c4682, [ Scan, 1 ]), (master-192.168.171.121:7051, [ GetTableLocations, 1 ])
Received: (master-192.168.171.121:7051, [ OK, 1 ])))

I am using jdbc to connect presto,it is successfully sometimes,but sometimes it is failed with exception

@SwjtuLyp
Copy link

SwjtuLyp commented Nov 2, 2023

Does anyone have a solution for this issue? We have ran into a similar issue too.From the log: GetTableLocations request on kudu.master.MasterService from 10.0.134.172:33350 dropped due to backpressure. The service queue is full; it has 2000 items. [suppressed 2633 similar messages]_, it seems the request was dropped by kudu because of the backpressure. What could we do for that? Slow the speed of writing to Kudu?

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