[
https://issues.apache.org/jira/browse/PHOENIX-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205847#comment-14205847
]
xufeng commented on PHOENIX-1377:
---------------------------------
this is not about timeout issue.
in fact
it can not truncate the table and index in my environment.
I am testing phonex 4.2 against HBase 0.98.6
1. Icreate INDEX_TEST_TABLE in phoenix
2. everything is ok,the table can be showed by !table and list in hbese
shell client.
3. drop table INDEX_TEST_TABLE by phoenix shell client. the hbase table
also be deleted.
4. create INDEX_TEST_TABLE again.
5. no error happened.
6. but can not found table by !table in phoenix shell client. bu can be
found in hbese shell client.
7. when I created a table name INDEX_TEST_TABLE_1, it it ok.
there are no errors in regionserver logs and master logs.
> (state=42M03,code=1012) happened when create index
> --------------------------------------------------
>
> Key: PHOENIX-1377
> URL: https://issues.apache.org/jira/browse/PHOENIX-1377
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.1
> Reporter: xufeng
> Assignee: Alicia Ying Shu
>
> 1. create a table
> 2.put 12000000 rows into the table.
> 3.create index on the table by [create index customer_name_index on
> T_BLACK_LIST(CUSTOMER_NAME)
> include(DATA_BUILDTIME,DATA_SOURCE,BLACKLIST_TYPE,MONEY_BOUND,DATE_CREATED,CREATED_BY,DATE_UPDATED,UPDATED_BY)
> salt_buckets=9;]
> 4.after 30 minute:
> Error: ERROR 1012 (42M03): Table undefined. tableName=CUSTOMER_NAME_INDEX
> (state=42M03,code=1012)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)