anikeev-yadro
commented on pull request TrueCloudLab/frostfs-testcases#33
2023-04-20 11:35:18 +00:00
Add test for putting object while one node is stopped
Where can I read the test steps? Steps should be described in the test code or test analytic system.
IR errors "stack is too big" in log after created >10 000 containers
Related to TrueCloudLab/frostfs-node#102
Errors "stack is too big" in log after created >10 000 containers
frostfs-cli object put with static session returned error: "return code: 2 output: panic: send on closed channel" (complex object)
Restart all services on random nodes leads to cycling restart frostfs-ir service
adm: morph init error:
rpc-endpoint
and local-dump
flags are mutually exclusive
Issue appeared while I testing TrueCloudLab/frostfs-node#48
adm: morph init error:
rpc-endpoint
and local-dump
flags are mutually exclusive
Restart all services on random nodes leads to cycling restart frostfs-ir service
Delete object through boto3 protocol returned error
Object not found
I agree, but main point is: Why the system allow to delete object and create delete marker even object deleted physically from disk?
Delete object through boto3 protocol returned error
Object not found
Reproduced on the following case:
1.Create bucket
2.Put object into bucket
3.Check that bucket contains the object (list object)
4.Stop frostfs-storage
service on all nodes
root@aanikee…
Delete object through boto3 protocol returned error
Object not found
Log has the "error: status: code = 3072 message = container not found" after container was created
Need option in frostfs-cli to show nodes for storage policy without real create container
Unexpected increase error count when no space left on shard
After install on all nodes epoch froze on 3st epoch
Reproduce steps:
- Create 50 containers witout
--await
flag in loop and in parallel tick epochs
service@az:~/aanikeev/configuration$ neofs-adm morph force-new-epoch -c config.yaml
Curren…