forked from TrueCloudLab/frostfs-node
[#1412] searchSvc: Check container is indexed
For non S3 containers it is expected to use attributes index for some attributes. Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
1efa64ee72
commit
4572fa4874
9 changed files with 41 additions and 16 deletions
|
@ -143,7 +143,7 @@ func (e *StorageEngine) deleteChildren(ctx context.Context, addr oid.Address, fo
|
|||
|
||||
var selectPrm shard.SelectPrm
|
||||
selectPrm.SetFilters(fs)
|
||||
selectPrm.SetContainerID(addr.Container())
|
||||
selectPrm.SetContainerID(addr.Container(), false) // doesn't matter for search by splitID
|
||||
|
||||
var inhumePrm shard.InhumePrm
|
||||
if force {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue