Hi,all:



Here is my test table.
create table test_table_local(id varchar primary key,f1 varchar,f2 varchar) 
salt_buckets=3;
Add local index on it at the first time.
create local index test_index_local on test_table_local(f1);


Then upsert data into it.
As the data increase,the region will split.
The local index turn disable when the region splits.
Local index data do not increase and it do not work.


Here is my configuration on each master and regionserver.
  <property>     <name>hbase.regionserver.wal.codec</name>     
<value>org.apache.hadoop.hbase.regionserver.wal.IndexedWALEditCodec</value>   
</property>   <property>   
<name>hbase.region.server.rpc.scheduler.factory.class</name>   
<value>org.apache.hadoop.hbase.ipc.PhoenixRpcSchedulerFactory</value> 
</property>  <property>   <name>hbase.rpc.controllerfactory.class</name>   
<value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value>
 </property>




I need your help,thx!
------------------
The harder, more fortunate

Reply via email to