Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented May 26, 2025

This is an automated PR to update the node size data.
Please review the changes and merge if everything looks correct.


Note

Add a 2025 week "52" placeholder to linea-node-size/data.json and fix the adjacent JSON structure.

  • Data update:
    • Add empty week "52" entry under "2025" in linea-node-size/data.json.
  • JSON structure:
    • Adjust closing bracket/comma to keep the "11" array properly closed before adding week "52".

Written by Cursor Bugbot for commit 1f6e191. This will update automatically on new commits. Configure here.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 8109e22 to 30545fc Compare June 2, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch 2 times, most recently from 80d3546 to 841a7de Compare June 16, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from 841a7de to b7a3551 Compare June 23, 2025 00:35
@github-actions github-actions bot force-pushed the update-node-size-data branch from b7a3551 to bc03039 Compare June 30, 2025 00:35
@github-actions github-actions bot force-pushed the update-node-size-data branch from bc03039 to 1455474 Compare July 7, 2025 00:36
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 1455474 to daec164 Compare July 14, 2025 00:36
@github-actions github-actions bot force-pushed the update-node-size-data branch from daec164 to 726e1b4 Compare July 21, 2025 00:37
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 726e1b4 to 862d101 Compare July 28, 2025 00:37
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 862d101 to 8cb2e8b Compare August 4, 2025 00:38
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch 2 times, most recently from 60691e9 to dc95624 Compare August 18, 2025 00:36
@github-actions github-actions bot force-pushed the update-node-size-data branch from dc95624 to 1601f8f Compare August 25, 2025 00:33
@github-actions github-actions bot force-pushed the update-node-size-data branch from 1601f8f to d6b27b7 Compare September 1, 2025 00:38
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from d6b27b7 to cac15d8 Compare September 8, 2025 00:32
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from cac15d8 to 55b1ce5 Compare September 15, 2025 00:32
@github-actions github-actions bot force-pushed the update-node-size-data branch from 55b1ce5 to cf0a99a Compare September 22, 2025 00:33
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from cf0a99a to 3dcf0c8 Compare September 29, 2025 00:32
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 3dcf0c8 to 4badcf4 Compare October 6, 2025 00:31
@github-actions github-actions bot force-pushed the update-node-size-data branch from 4badcf4 to aa1bd49 Compare October 13, 2025 00:33
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from aa1bd49 to 32ba0f9 Compare October 20, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from 32ba0f9 to 622bac9 Compare October 27, 2025 00:34
cursor[bot]

This comment was marked as outdated.

@github-actions github-actions bot force-pushed the update-node-size-data branch from 622bac9 to ae3f589 Compare November 3, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from ae3f589 to 48fc0cd Compare November 10, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from 48fc0cd to 6a99bd5 Compare November 17, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from 6a99bd5 to f05e77f Compare November 24, 2025 00:35
@github-actions github-actions bot force-pushed the update-node-size-data branch 2 times, most recently from ba811d2 to 5c9869e Compare December 8, 2025 00:34
@github-actions github-actions bot force-pushed the update-node-size-data branch from 5c9869e to e86ba02 Compare December 15, 2025 00:36
}
]
],
"51": []
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Empty array entry added with no actual data

The automated script added "51": [] under the "2025" year with an empty array, while all other week entries in the file contain arrays with 4 node size data objects (containing network, cluster, pvc, totalSize, dailyIncrease, and timestamp fields). This appears to be erroneous output from the data collection automation - either the data collection failed or a placeholder entry was inadvertently created. Compare to "51" in "2024" which contains proper data.

Fix in Cursor Fix in Web

@github-actions github-actions bot force-pushed the update-node-size-data branch from e86ba02 to 1f6e191 Compare December 22, 2025 00:36
}
]
],
"52": []
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Empty array added for week 52 data

The automated node size data update added "52": [] with an empty array. Every other week entry in the file contains an array of 4 data objects (for different node types like besu-full, besu-archive, geth-full-snapshot, and geth-archive). An empty array suggests the data collection process failed or this entry was created prematurely without actual node size data being captured.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants