异常Caused by: org.apache.phoenix.coprocessor.HashJoinCacheNotFoundException:

Posted questionszhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了异常Caused by: org.apache.phoenix.coprocessor.HashJoinCacheNotFoundException:相关的知识,希望对你有一定的参考价值。

1 详细异常

Caused by: org.apache.phoenix.coprocessor.HashJoinCacheNotFoundException: ERROR 900 (HJ01): 
Hash Join cache not found joinId: 948789376099633279. The cache might have expired and have been removed.

  

2 查询到的一些信息

https://community.hortonworks.com/questions/149867/orgapachephoenixcoprocessorhashjoincachenotfoundex.html

里面提到增加regionserver的这个参数来解决问题

phoenix.coprocessor.maxServerCacheTimeToLiveMs

 

3 然后修改参数,重启hbase

 
<property>
<name>phoenix.coprocessor.maxServerCacheTimeToLiveMs</name>
<value>300000000</value>
   </property> 
 
4 并且更新本地client的hbase-site.xml文件,再次查询解决问题

 

以上是关于异常Caused by: org.apache.phoenix.coprocessor.HashJoinCacheNotFoundException:的主要内容,如果未能解决你的问题,请参考以下文章

异常Caused by: java.lang.ClassNotFoundException: org.springframework.dao.DataIntegrityViolationExcep

java 使用反射创建对象时异常 InstantiationException: Caused by: java.lang.NoSuchMethodException:

异常Caused by: java.lang.IllegalStateException: Method has too many Body parameters

1.spring异常:Caused by: java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor(示例

AndroidStudio启动异常:Caused by: java.lang.IllegalArgumentException: Argument for @NotNull paramet

hibernate 出现Caused by: java.sql.SQLException: Column 'id' not found.异常