Prathyusha created HBASE-29598: ---------------------------------- Summary: Snapshot clone of the MOB region is getting cloned to /data/default dir instead of /mobdir directory Key: HBASE-29598 URL: https://issues.apache.org/jira/browse/HBASE-29598 Project: HBase Issue Type: Bug Components: mob Reporter: Prathyusha
HBASE-27826 introduces tracking of Link/Reference files with StoreFileTracker interface And HBASE-28564,HBASE-28969 make all interactions of HFileLink/Reference files via SFT. MOB regions (of /mobdir directory) do not support FileBasedStoreFileTracking and need FileSystem listing as multiple regionservers can be flushing to the same MOB region and will be trying to update the manifest of FSFT. This jira would be addressing above issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)