Hello, I'm using StarRocks 3.5.8 and facing a prob...
# questions-and-troubleshooting
z
Hello, I'm using StarRocks 3.5.8 and facing a problem with Iceberg metadata. I use a shared architecture, and when I create a catalog with the following parameters:
Copy code
("metadata_refresh_interval_sec" = "60", 
 "type" = "unified",
 "unified.metastore.type" = "hive")
sometimes it selects data based on old snapshots, then later picks up the new data, and then switches back to the old snapshots again (even though the data itself is not changing). Are there known issues with metadata retrieval? I found some bugs related to asynchronous refresh. Thanks in advance for your help!
r
this seems like a known bug. it's being addressed.
👍 1
z
can you please share? and tell also whats are the options? @Robert Raharjo