Unnecessary Flush Calls for Find/Classify Descriptor Command #183
Labels
Bug
Indicates unexpected or undesired behaviors
Priority: Backlog
Tasks that are not pressing, but to be tracked and revisited
Describe the bug
Function calls to ClassifyDescriptor() and FindDescriptor() in descriptorcommand.cc copy the descriptors to storage un-necessarily
To Reproduce
Same behavior happens in the FindDescriptor() function (https://github.com/intel-innersource/libraries.databases.visual.vdms/blob/7eceb2f416976e806983e29a170e4653edab6413/src/DescriptorsCommand.cc#L113)
Expected behavior
Both Classify and Find are read-only operations and flushing to storage should not happen
The text was updated successfully, but these errors were encountered: