-
Notifications
You must be signed in to change notification settings - Fork 722
Closed
Labels
1.1.1Release v1.1.1Release v1.1.11.2.0Release v1.2.0Release v1.2.0bugSomething isn't workingSomething isn't working
Description
Version
main branch
Describe what's wrong
Inconsistent cache data and mysql data
Error message and/or stacktrace
no error msg
How to reproduce
tA:hive_catalog.default.my_table1
tB:hive_catalog.default.my_table2
- start gravitino server
- add tagA to table
tAby using /metalakes/{metalake}/objects/{type}/{fullName}/tags api - use **/metalakes/{metalake}/tags/{tag}/objects ** query metaobjects associated tags. (correct, because query from mysql)
- add tagA to table
tBby using /metalakes/{metalake}/objects/{type}/{fullName}/tags api - use metalakes/{metalake}/tags/{tag}/objects query metaobjects associated tags. (incorrect, because query from cache, but cache data only has
tArecord)
Additional context
cache type: CaffeineEntityCache
relationalBackend: mysql
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1.1.1Release v1.1.1Release v1.1.11.2.0Release v1.2.0Release v1.2.0bugSomething isn't workingSomething isn't working