Swaminathan Balachandran created HDDS-8376:
----------------------------------------------

             Summary: Optimize Snapdiff to not check for invalid object ids 
from rocksdb
                 Key: HDDS-8376
                 URL: https://issues.apache.org/jira/browse/HDDS-8376
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: Snapshot
            Reporter: Swaminathan Balachandran
            Assignee: Swaminathan Balachandran


Optimize Snapdiff code to not do invalid object id gets in case of FSOptimized 
table.

Currently the getDeltaFiles returns all sst files corresponding to all the 
column families. In the case of FSOptimized bucket it has both directory table 
& file table. While computing snapdiff we look for directory table object ids 
in file tables & vice versa which is not going to return any result anyhow. We 
can avoid this check, by identifying the column family sst file belongs to from 
the table properties in the sst file meta info.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to