Error when COPY data

Moderator: NorbertKrupa

Post Reply
sumanthota2014
Newbie
Newbie
Posts: 11
Joined: Thu Aug 07, 2014 4:39 pm

Error when COPY data

Post by sumanthota2014 » Wed Sep 17, 2014 11:47 am

While copying data from one cluster to the other, I get the below error for segmented tables. For unsegmented tables, data is copied without any issues...
What could be the problem?

Code: Select all

dbadmin=> COPY s100.ttab1 FROM VERTICA VMart.s100.ttab1 DIRECT;
ERROR 4054: [vmart] NetworkSend on v_vmart_node0005: failed to open connection to node v_vmart_node0002 (socket error: Connection timed out)

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: Error when COPY data

Post by NorbertKrupa » Wed Sep 17, 2014 1:21 pm

Are both clusters on the same subnet (SELECT * FROM network_interfaces)? If yes, you may need to increase the time out.
Checkout vertica.tips for more Vertica resources.

Post Reply

Return to “Vertica Database Administration”