XinyuanHuang-YZ opened a new issue, #1936:
URL: https://github.com/apache/incubator-hugegraph/issues/1936

   ### Problem Type (问题类型)
   
   other exception / error (其他异常报错)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Hbase 2.3.7
   - Backend: RocksDB 4 nodes, HDD  
   - Centos 7.5
   
   
   ### Your Question (问题描述)
   
   
求助求助。我设置了DelimitedKeyPrefixRegionSplitPolicy,并且以'|'作为分隔符。但是regionserver的日志报错,显示我没有为其指定delimiter。我觉得应该是哪里配置错了,请大佬帮忙看看。
   
   
我建了一张表,叫做'table2',期望对这张表使用DelimitedKeyPrefixRegionSplitPolicy,并且指定'|'作为分隔符。建表时把split
 policy相关的配置写进了configuration里。在hbase shell中对表进行describe,结果如下。
   {NAME => 'cf1', BLOOMFILTER => 'ROW', IN_MEMORY => 'false', VERSIONS => '1', 
KEE
   P_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', COMPRESSION => 
'NONE'
   , TTL => 'FOREVER', MIN_VERSIONS => '0', BLOCKCACHE => 'true', BLOCKSIZE => 
'655
   36', REPLICATION_SCOPE => '0', CONFIGURATION => 
{'DelimitedKeyPrefixRegionSplitP
   olicy.delimiter' => '|', 'SPLIT_POLICY' => 
'org.apache.hadoop.hbase.regionserver
   .DelimitedKeyPrefixRegionSplitPolicy'}}
   
   另外,我也在hbase-site.xml里进行了全局的设置。如下。
   <property>
   <name>hbase.regionserver.region.split.policy</name>
   
<value>org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy</value>
   </property>
   <property>
   <name>DelimitedKeyPrefixRegionSplitPolicy.delimiter</name>
   <value>|</value>
   
   但是,regionserver依然报如下的错误。
   2022-07-22 09:33:23,639 ERROR 
[RS_OPEN_REGION-regionserver/f68dvtest02:16020-2] 
regionserver.DelimitedKeyPrefixRegionSplitPolicy: 
DelimitedKeyPrefixRegionSplitPolicy.delimiter not specified for table table2. 
Using default RegionSplitPolicy
   
   
   
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to