obkv-table-client-rs icon indicating copy to clipboard operation
obkv-table-client-rs copied to clipboard

[Bug]: refresh table entry fail

Open MichaelLeeHZ opened this issue 1 year ago • 0 comments

Check Before Asking

  • [X] Please check the issue list and confirm this bug is encountered for the first time.
  • [X] Please try full text in English and attach precise description.

Environment

* commit id: 4fe127145e21f7d0283405e002aa61fd7791371f

Fast Reproduce Steps

  • Create a table
  • Read and write the table
  • Drop the table

Actual Behavior

Here is the error log:

2023-04-21 15:01:00.639 ERRO [/root/.cargo/git/checkouts/obkv-table-client-rs-4fa64c39e1be7389/4fe1271/src/client/table_client.rs:1013] ObTableClientInner::get_or_refresh_table_entry fail to refresh table entry for table wal_wal_20230418000000_000001, error is Err(Common(PartitionError, "Location::g

Expected Behavior

  • None error logs. And based on my analysis, the issue seems to be caused by the client attempting to refresh a table that does not exist

Other Information

No response

MichaelLeeHZ avatar Apr 21 '23 07:04 MichaelLeeHZ