Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 03-22-2021 06:12 AM
Hi,
We recently updated value of hive.notification.sequence.lock.max.retries from 20 to 40 and started getting multiple SocketTimeOut Failures
Caused by: java.io.IOException: java.net.SocketTimeoutException: 60000 millis timeout while waiting for channel to be ready for read. ch : java.nio.channels.SocketChannel[connected local=/10.2.1.11:49971 remote=node011.mapreduce.net/10.2.8.4:45454] at org.apache.hadoop.ipc.Client$Connection$1.run(Client.java:685). .
.Is this related?
Created 03-30-2021 01:37 AM
Hi,
I Saw this error while select data from one hive table and insert it to other. It is resolved now after restarting yarn.
Created 03-22-2021 06:23 PM
The 'hive.notification.sequence.lock.max.retries' Parameter detects the number of retries for acquiring a Lock for getting the Next Notification ID for entries in the 'NOTIFICATION_LOG' Table.
The error that you are seeing does seem to be because of this. Add more context, when are you seeing this? What job are you running? Full trace?
Created 03-30-2021 01:37 AM
Hi,
I Saw this error while select data from one hive table and insert it to other. It is resolved now after restarting yarn.