Advertisement
Guest User

Untitled

a guest
Mar 4th, 2013
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. 2013-03-04 11:41:19,655 WARN org.apache.hadoop.ipc.Client: interrupted waiting to send params to server
  2. java.lang.InterruptedException
  3. at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1279)
  4. at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
  5. at java.util.concurrent.FutureTask.get(FutureTask.java:83)
  6. at org.apache.hadoop.ipc.Client$Connection.sendParam(Client.java:913)
  7. at org.apache.hadoop.ipc.Client.call(Client.java:1198)
  8. at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:202)
  9. at $Proxy14.getBlockLocations(Unknown Source)
  10. at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:154)
  11. at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  13. at java.lang.reflect.Method.invoke(Method.java:597)
  14. at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:164)
  15. at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:83)
  16. at $Proxy15.getBlockLocations(Unknown Source)
  17. at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:957)
  18. at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:947)
  19. at org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:171)
  20. at org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:138)
  21. at org.apache.hadoop.hdfs.DFSInputStream.<init>(DFSInputStream.java:131)
  22. at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1104)
  23. at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:246)
  24. at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:79)
  25. at org.apache.hadoop.fs.FilterFileSystem.open(FilterFileSystem.java:147)
  26. at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:711)
  27. at org.apache.hadoop.hbase.io.Reference.read(Reference.java:146)
  28. at org.apache.hadoop.hbase.regionserver.StoreFile.<init>(StoreFile.java:272)
  29. at org.apache.hadoop.hbase.regionserver.Store$1.call(Store.java:426)
  30. at org.apache.hadoop.hbase.regionserver.Store$1.call(Store.java:424)
  31. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  32. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  33. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  34. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  35. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  36. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  37. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  38. at java.lang.Thread.run(Thread.java:662)
  39.  
  40. 2013-03-04 11:41:19,803 WARN org.apache.hadoop.io.retry.RetryInvocationHandler: Exception while invoking addBlock of class ClientNamenodeProtocolTranslatorPB. Trying to fail over immediately.
  41. 2013-03-04 11:41:19,804 WARN org.apache.hadoop.io.retry.RetryInvocationHandler: A failover has occurred since the start of this method invocation attempt.
  42. 2013-03-04 11:41:19,804 WARN org.apache.hadoop.io.retry.RetryInvocationHandler: Exception while invoking getBlockLocations of class ClientNamenodeProtocolTranslatorPB after 4 fail over attempts. Trying to fail over immediately.
  43. 2013-03-04 11:41:19,804 WARN org.apache.hadoop.ipc.Client: interrupted waiting to send params to server
  44. java.lang.InterruptedException
  45. at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1279)
  46. at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:218)
  47. at java.util.concurrent.FutureTask.get(FutureTask.java:83)
  48. at org.apache.hadoop.ipc.Client$Connection.sendParam(Client.java:913)
  49. at org.apache.hadoop.ipc.Client.call(Client.java:1198)
  50. at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:202)
  51. at $Proxy14.getBlockLocations(Unknown Source)
  52. at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getBlockLocations(ClientNamenodeProtocolTranslatorPB.java:154)
  53. at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source)
  54. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  55. at java.lang.reflect.Method.invoke(Method.java:597)
  56. at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:164)
  57. at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:83)
  58. at $Proxy15.getBlockLocations(Unknown Source)
  59. at org.apache.hadoop.hdfs.DFSClient.callGetBlockLocations(DFSClient.java:957)
  60. at org.apache.hadoop.hdfs.DFSClient.getLocatedBlocks(DFSClient.java:947)
  61. at org.apache.hadoop.hdfs.DFSInputStream.fetchLocatedBlocksAndGetLastBlockLength(DFSInputStream.java:171)
  62. at org.apache.hadoop.hdfs.DFSInputStream.openInfo(DFSInputStream.java:138)
  63. at org.apache.hadoop.hdfs.DFSInputStream.<init>(DFSInputStream.java:131)
  64. at org.apache.hadoop.hdfs.DFSClient.open(DFSClient.java:1104)
  65. at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:246)
  66. at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:79)
  67. at org.apache.hadoop.fs.FilterFileSystem.open(FilterFileSystem.java:147)
  68. at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:711)
  69. at org.apache.hadoop.hbase.io.Reference.read(Reference.java:146)
  70. at org.apache.hadoop.hbase.regionserver.StoreFile.<init>(StoreFile.java:272)
  71. at org.apache.hadoop.hbase.regionserver.Store$1.call(Store.java:426)
  72. at org.apache.hadoop.hbase.regionserver.Store$1.call(Store.java:424)
  73. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  74. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  75. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
  76. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
  77. at java.util.concurrent.FutureTask.run(FutureTask.java:138)
  78. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
  79. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
  80. at java.lang.Thread.run(Thread.java:662)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement