Closed GoogleCodeExporter closed 9 years ago
Also, this was in the DfsBroker log on motherlode010:
Dec 4, 2009 8:59:47 AM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/89254DFC45DAC3F734E3A2E2/cs16' bs=0
handle =
7420671
Dec 4, 2009 8:59:47 AM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/89254DFC45DAC3F734E3A2E2/cs17' bs=0
handle =
7420672
09/12/04 08:59:47 INFO hdfs.DFSClient: Could not obtain block
blk_-4670261240677674535_1028923 from any node: java.io.IOException: No live
nodes
contain cur
rent block
09/12/04 08:59:50 INFO hdfs.DFSClient: Could not obtain block
blk_-4670261240677674535_1028923 from any node: java.io.IOException: No live
nodes
contain cur
rent block
09/12/04 08:59:53 INFO hdfs.DFSClient: Could not obtain block
blk_-4670261240677674535_1028923 from any node: java.io.IOException: No live
nodes
contain cur
rent block
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
at org.hypertable.AsyncComm.IOHandlerAccept.run(IOHandlerAccept.java:44)
at org.hypertable.AsyncComm.Reactor.run(Reactor.java:83)
at java.lang.Thread.run(Thread.java:619)
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
at org.hypertable.AsyncComm.IOHandlerAccept.run(IOHandlerAccept.java:44)
at org.hypertable.AsyncComm.Reactor.run(Reactor.java:83)
at java.lang.Thread.run(Thread.java:619)
Original comment by nuggetwh...@gmail.com
on 6 Dec 2009 at 1:17
Oddly enough, there are a lot of open & close requests on the ChangeLog cell
stores.
This is the tail of the DfsBroker log file on motherlode010:
INFO: Closing input file
/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs1 handle 45696
Dec 6, 2009 12:34:01 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs0' bs=0
handle = 45697
Dec 6, 2009 12:34:01 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Close
INFO: Closing input file
/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs0 handle 45697
Dec 6, 2009 12:34:01 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs1' bs=0
handle = 45698
Dec 6, 2009 12:34:01 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Close
INFO: Closing input file
/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs1 handle 45698
Dec 6, 2009 12:34:06 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs0' bs=0
handle = 45699
Dec 6, 2009 12:34:06 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Open
INFO: Opening file
'/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs1' bs=0
handle = 45700
Dec 6, 2009 12:34:06 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Close
INFO: Closing input file
/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs0 handle 45699
Dec 6, 2009 12:34:06 PM org.hypertable.DfsBroker.hadoop.HdfsBroker Close
INFO: Closing input file
/hypertable/tables/change_logs/default/AB2A0D28DE6B77FFDD6C72AF/cs1 handle 45700
Original comment by nuggetwh...@gmail.com
on 6 Dec 2009 at 8:35
The problem alluded to in the previous comment was fixed with this commit:
commit bdca9a1ef9650f5dacf4a3f86a0c460affb2c89f
Author: Sanjit Jhala <sjhalaz@gmail.com>
Date: Mon Sep 28 16:19:44 2009 -0700
Fixed CellStoreScanner to turn off readahead mode in case of single row scans.
Original comment by nuggetwh...@gmail.com
on 7 Dec 2009 at 2:16
This was just because the system ran out of file handles. We upped the
descriptor limit on the production
cluster.
Original comment by nuggetwh...@gmail.com
on 11 Apr 2010 at 11:34
Original issue reported on code.google.com by
nuggetwh...@gmail.com
on 5 Dec 2009 at 12:57Attachments: