Created
December 23, 2013 09:30
-
-
Save wyukawa/8094065 to your computer and use it in GitHub Desktop.
hbase error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-12-23 17:54:37,272 ERROR org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while processing event M_SERVER_SHUTDOWN | |
| java.io.IOException: failed log splitting for ..., will retry | |
| at org.apache.hadoop.hbase.master.handler.ServerShutdownHandler.process(ServerShutdownHandler.java:136) | |
| at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:175) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:724) | |
| Caused by: java.io.IOException: error or interrupted while splitting logs in [hdfs://...-splitting] Task = installed | |
| = 1 done = 0 error = 1 | |
| at org.apache.hadoop.hbase.master.SplitLogManager.splitLogDistributed(SplitLogManager.java:299) | |
| at org.apache.hadoop.hbase.master.MasterFileSystem.splitLog(MasterFileSystem.java:371) | |
| at org.apache.hadoop.hbase.master.MasterFileSystem.splitLog(MasterFileSystem.java:337) | |
| at org.apache.hadoop.hbase.master.MasterFileSystem.splitLog(MasterFileSystem.java:282) | |
| at org.apache.hadoop.hbase.master.handler.ServerShutdownHandler.process(ServerShutdownHandler.java:127) | |
| ... 4 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment