"container delete" command was not deleted the container #713

Closed
opened 2023-10-02 06:04:31 +00:00 by anikeev-yadro · 1 comment
Member

Expected Behavior

"container delete" command should delete container

Current Behavior

"container delete" command was not deleted the container

Steps to Reproduce (for bugs)

1.Create container

COMMAND: frostfs-cli --config /jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/wallet_config.yml container create --rpc-endpoint '10.78.70.135:8080' --wallet '/jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/TemporaryDir/194f60b8-ddcd-4fc8-976d-34078b3543b9.json' --await --name 'test-container' --policy 'REP 2 IN X CBF 1 SELECT 2 FROM * AS X'
RETCODE: 0

STDOUT:
container ID: 9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC
awaiting...
container has been persisted on sidechain

STDERR:
Start / End / Elapsed	 12:32:19.379047 / 12:32:26.785224 / 0:00:07.406177

2.Delete ciontainer at 9/29/2023

COMMAND: frostfs-cli --config /jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/wallet_config.yml container delete --rpc-endpoint '10.78.70.135:8080' --wallet '/jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/TemporaryDir/194f60b8-ddcd-4fc8-976d-34078b3543b9.json' --cid '9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC'
RETCODE: 0

STDOUT:
container delete method invoked

STDERR:
Start / End / Elapsed	 12:32:27.906346 / 12:32:28.311124 / 0:00:00.404778

4.Container was not deleted after 2 days

anikeev@NB-1670:~/neofs$ date;frostfs-cli --config empty_passwd.yml container get --rpc-endpoint '10.78.70.135:8080' --wallet wallet.json --cid '9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC' --json
Mon Oct  2 09:03:03 MSK 2023
{
  "version": {
    "major": 2,
    "minor": 13
  },
  "ownerID": {
    "value": "NVFU0cTp6o4JHUeA0xzibi+KXjitIa6tIg=="
  },
  "nonce": "eo+06YxlTYSxCu3lph9AGA==",
  "basicACL": 478973132,
  "attributes": [
    {
      "key": "Timestamp",
      "value": "1695990739"
    },
    {
      "key": "Name",
      "value": "test-container"
    },
    {
      "key": "__SYSTEM__DISABLE_HOMOMORPHIC_HASHING",
      "value": "true"
    }
  ],
  "placementPolicy": {
    "replicas": [
      {
        "count": 2,
        "selector": "X"
      }
    ],
    "containerBackupFactor": 1,
    "selectors": [
      {
        "name": "X",
        "count": 2,
        "clause": "CLAUSE_UNSPECIFIED",
        "attribute": "",
        "filter": "*"
      }
    ],
    "filters": [],
    "subnetId": null
  }
}

Context

Autotest: testsuites.container.test_container.TestContainer#test_container_creation

Regression

Yes

Version

0.37.0-rc.1-2-g368774be

Your Environment

HW

<!-- Provide a general summary of the issue in the Title above --> ## Expected Behavior "container delete" command should delete container ## Current Behavior "container delete" command was not deleted the container ## Steps to Reproduce (for bugs) 1.Create container ``` COMMAND: frostfs-cli --config /jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/wallet_config.yml container create --rpc-endpoint '10.78.70.135:8080' --wallet '/jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/TemporaryDir/194f60b8-ddcd-4fc8-976d-34078b3543b9.json' --await --name 'test-container' --policy 'REP 2 IN X CBF 1 SELECT 2 FROM * AS X' RETCODE: 0 STDOUT: container ID: 9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC awaiting... container has been persisted on sidechain STDERR: Start / End / Elapsed 12:32:19.379047 / 12:32:26.785224 / 0:00:07.406177 ``` 2.Delete ciontainer at 9/29/2023 ``` COMMAND: frostfs-cli --config /jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/wallet_config.yml container delete --rpc-endpoint '10.78.70.135:8080' --wallet '/jenkins/workspace/frostfs_tatlin_object_to_baremetal_test/tmp.8MOQU3lPjC/frostfs-testcases/TemporaryDir/194f60b8-ddcd-4fc8-976d-34078b3543b9.json' --cid '9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC' RETCODE: 0 STDOUT: container delete method invoked STDERR: Start / End / Elapsed 12:32:27.906346 / 12:32:28.311124 / 0:00:00.404778 ``` 4.Container was not deleted after 2 days ``` anikeev@NB-1670:~/neofs$ date;frostfs-cli --config empty_passwd.yml container get --rpc-endpoint '10.78.70.135:8080' --wallet wallet.json --cid '9XNFs1D6b2u2CNCVHjqmxkNs2VNwuf73AyUi4P8DHmkC' --json Mon Oct 2 09:03:03 MSK 2023 { "version": { "major": 2, "minor": 13 }, "ownerID": { "value": "NVFU0cTp6o4JHUeA0xzibi+KXjitIa6tIg==" }, "nonce": "eo+06YxlTYSxCu3lph9AGA==", "basicACL": 478973132, "attributes": [ { "key": "Timestamp", "value": "1695990739" }, { "key": "Name", "value": "test-container" }, { "key": "__SYSTEM__DISABLE_HOMOMORPHIC_HASHING", "value": "true" } ], "placementPolicy": { "replicas": [ { "count": 2, "selector": "X" } ], "containerBackupFactor": 1, "selectors": [ { "name": "X", "count": 2, "clause": "CLAUSE_UNSPECIFIED", "attribute": "", "filter": "*" } ], "filters": [], "subnetId": null } } ``` ## Context **Autotest: testsuites.container.test_container.TestContainer#test_container_creation** ## Regression Yes ## Version ``` 0.37.0-rc.1-2-g368774be ``` ## Your Environment HW
anikeev-yadro added the
bug
triage
labels 2023-10-02 06:04:31 +00:00
fyrchik added
frostfs-node
and removed
triage
labels 2023-10-02 10:25:33 +00:00
fyrchik added this to the v0.38.0 milestone 2023-10-02 10:25:35 +00:00
acid-ant was assigned by fyrchik 2023-10-02 10:25:39 +00:00
Member

RCA for the issue is in an amount of gas on the node - neo-go unable to process transaction due to the insufficient amount of it.

RCA for the issue is in an amount of gas on the node - neo-go unable to process transaction due to the insufficient amount of it.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#713
No description provided.