-
Notifications
You must be signed in to change notification settings - Fork 30
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
Getting java.base/java.util.ArrayDeque.removeFirst(ArrayDeque.java:363) exception intermittently #104
Comments
Hi @shraddha-ca thanks for opening this issue. I will take a look and get back to you once I have an update |
Hi, @bhvkshah any update on the issue? |
Hi @shawnazhaoxy @shraddha-ca , thanks for following up. I believe this could be an issue in the server. Are you able to provide DEBUG level driver logs, as well as a wireshark trace during a repro which I could then pass on to the internal server team? |
@shraddha-ca can updates on providing more info on this? |
@bhvkshah apologies for the delay. We didn't have an easy way to get Debug Logs, however, I have attached the logs from the latest failure for:
|
My suspicion is that the portal is already closed, mostly from looking at these lines:
|
@bhvkshah Is there any update on this? Even throwing a |
Hey @shraddha-ca , I no longer work on this project. Pinging @bsharifi who does. |
Hi there, we're hitting this issue in Metabase as well @bsharifi |
Hi, we just saw this issue on our end as well. We're a pass-through query service, so we don't know exactly what is being queried by the customer, but here's the relevant part of the stacktraces we're seeing. What's odd is we've been running the service for over a year and had never encountered this until today, and have seen it happen for at least 2 customers in the past few hours.
|
Driver version
2.1.0.26
Redshift version
PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.68555
Client Operating System
linux/amd64
Table schema
Problem description
We use a Kafka Connect Docker Image deployed over ECS with a JDBC sink connector
v10.6.0
and the Redshift JDBC driver to transfer data from MSK into a Redshift Serverless instance.This intermittently fails with the following stack trace:
when an
INSERT
query has run after a long time. Redshift Serverless logs suggest that the query succeeds and then the connector fails.Usually restarting the task fixes the issue but since it doesn't throw a
java.sql.SQLException
, we can't automate the restarts.Reproduction code
The following configurations are set on the connector, all other values are left as default:
The connection parameters are fetched here and passed on to the driver here
The text was updated successfully, but these errors were encountered: