Skip to content

🐞 [Bug]: Grid proxy shows extremely high used resources for some nodes #1489

@scottyeager

Description

@scottyeager

We are observing some cases like this lately (mainnet):

Image

https://gridproxy.grid.tf/nodes/2365

{
  "id": "0001409737-000001-bfca7",
  "nodeId": 2365,
  "farmId": 1098,
  "farmName": "rtacyberfarm",
  "twinId": 4008,
  "country": "Italy",
  "gridVersion": 5,
  "city": "Padova",
  "uptime": 2351023,
  "created": 1649243598,
  "farmingPolicyId": 1,
  "updatedAt": 1766083704,
  "capacity": {
    "total_resources": {
      "cru": 8,
      "sru": 1000204886016,
      "hru": 0,
      "mru": 33505607680
    },
    "used_resources": {
      "cru": 1.8446744073709552e+19,
      "sru": 21000880128,
      "hru": 0,
      "mru": 1.8446744072228274e+19
    }
  },
...

https://gridproxy.grid.tf/nodes/2365/statistics

{
  "system": {
    "cru": 0,
    "hru": 0,
    "ipv4u": 0,
    "mru": 3350560768,
    "sru": 5368709120
  },
  "total": {
    "cru": 8,
    "hru": 0,
    "ipv4u": 0,
    "mru": 33505607680,
    "sru": 1000204886016
  },
  "used": {
    "cru": 0,
    "hru": 0,
    "ipv4u": 0,
    "mru": 3350560768,
    "sru": 5368709120
  },
...

Potentially related to #1453. We've observed some cases where the values return to normal later on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    grid-proxybelongs to grid proxy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions