Error information:
2021-06-15 10:55:33.721 ERROR 531 --- [io-8022-exec-33] c.e.dataapi.biz.hbase.HbaseDataProvider : Table Get batch error the connection is exception: Failed after attempts=1, exceptions:
Tue Jun 15 10:55:33 CST 2021, RpcRetryingCaller{globalStartTime=1623725733712, pause=200, retries=1}, org.apache.hadoop.hbase.NotServingRegionException: org.apache.hadoop.hbase.NotServingRegionException: Region rpt_ewt_theme_xxxx_compare_1d_b,348788221_122887872,1623446719723.ebb056cf4a332e5efa355bd2619033c5. is not online on hadoop17,60020,1620193917454
at org.apache.hadoop.hbase.regionserver.HRegionServer.getRegionByEncodedName(HRegionServer.java:2997)
at org.apache.hadoop.hbase.regionserver.RSRpcServices.getRegion(RSRpcServices.java:1069)
at org.apache.hadoop.hbase.regionserver.RSRpcServices.scan(RSRpcServices.java:2388)
at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:33648)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2191)
at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:112)
at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:183)
at org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:163)
reason:
When HBase is running, the region will start to split when it reaches the set file size. The process of division is as follows:
1) The old region is offline, which corresponds to is not online in the error log
2) Old region split
3) When the old region is closed, this corresponds to the error in the error log is closing
Solution: turn off automatic splitting and split artificially.
Or set the value of a single region file to uppercase
Read More:
- HBase shell Find ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] HBase Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] Failed update hbase:meta table descriptor HBase Startup Error
- [Solved] hbase Create Sheet Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- [Solved] hbase Create Sheet Error: ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing
- Error: env [NODE_ENV] is not set (How to Solve)
- How to Solve Error: “initializer element is not constant”
- How to Solve jQuery error: Uncaught ReferenceError: $ is not defined
- How to Solve VMware Workstation Error: The VMware Authorization Service is not running.
- How to Solve Pandas Error: nested renamer is not supported python
- How to Solve Element Error: target is not existed: .page-component__scroll .el-scrollbar__wrap
- Hbase Error: Regions In Transition [How to Solve]
- [Solved] habse Start Error: Error: Could not find or load main class org.apache.hadoop.hbase.util.GetJavaProperty
- How to Solve “Error db.num is null” when starting Nacos
- [Solved] eclipse Error: org.apache.hadoop.hbase.NotServingRegionException:
- How to Solve Error: IncompleteElementException: Could not find result map…
- How to Solve Maven Error: Return code is: 501 , ReasonPhrase:HTTPS Required.
- How to Solve Error: Android java.lang.IllegalStateException: Could not execute method of the activity
- How to Solve Cocos creator label text is too many error
- How to Solve Error: homebrew-core is a shallow clone.