Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
javvaji
Creator II
Creator II

Auto Reconnect option for Vertiva

Hi,

 

As i was continuously getting the following error, do we have option like auto reconnect in Additional JDBC Parameters.

Error is:

 

[FATAL]: local_project.j_sample_0_1.j_Sample - tAsyncOut_tVerticaOutput_1 An existing connection was forcibly closed by the remote host
org.netezza.error.NzSQLException: An existing connection was forcibly closed by the remote host

 

 

Thanks,
Bharath.

Labels (3)
9 Replies
TRF
Champion II
Champion II

Hi,

You probably have to change tcp_keepalive_time parameter to avoid a connection close while your process is waiting for a response from the db server.

The following command set the keppalive parameter to 30 minutes

echo 1800 > /proc/sys/net/ipv4/tcp_keepalive_time

You may refer to this post from Vertica forum.

javvaji
Creator II
Creator II
Author

As per my understanding to your comment we need to change it in the server where the Netezza was installed.If i am correct. Please correct me if i am wrong.

 

 

Thanks,

Bharath.

 

TRF
Champion II
Champion II

You are right.

Also, as the result is not garanted, save the current value for tcp_keepalive_time to be able to restore it in case the problem is not solved with that.

In case of multi-nodes, do the same thing for each node.

TRF
Champion II
Champion II

Can you share the result?
javvaji
Creator II
Creator II
Author

You mean the error i got.

 

TRF
Champion II
Champion II

I mean the result of changing the value for tcp_keepalive_time
javvaji
Creator II
Creator II
Author

Hi,

 

tcp_keepalive_time is not yet implemented. I will let you know once i am done with it.

 

Thanks,

Bharath.

Anonymous
Not applicable

Hello,

Is there any update for your tcp_keepalive_time implement?

Best regards

Sabrina

javvaji
Creator II
Creator II
Author

Not Yet.