错误:

Caused by: java.sql.SQLException: ERROR 2008 (INT10): Unable to find cached index metadata

解决办法:

在hbase RegionServer的hbase-site.xml添加如下配置

<property>

  <name>phoenix.coprocessor.maxServerCacheTimeToLiveMs</name>

  <value>3000000</value>

</property>

 

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2021-12-04
  • 2021-12-07
  • 2021-11-21
  • 2022-12-23
  • 2021-12-04
  • 2021-11-06
猜你喜欢
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2022-02-02
  • 2021-12-04
  • 2022-01-16
相关资源
相似解决方案