You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The node_data_json_file file is supposed to be loaded by CCF on startup so that its contents can be returned as node_data as part of the node info. However, we do not see any node_data for a START node, though we can see node_data populated for subsequent JOIN nodes. I'm not sure what the behavior is for RECOVER nodes.
To Reproduce
Steps to reproduce the behavior.
Create a node data file on disk with some information.
{
"nodeName": "ccf-0",
"vmName": "myVm"
}
Create a configuration file for CCF including "node_data_json_file": "/path/to/node_data.json".
Expected behavior
The node info for the first node should include the contents of the node_data file.
Environment information
Version of the code being used, versions of dependencies, relevant environment info where applicable (OS, SGX driver...).
Version: CCF 2.0.13
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
The
node_data_json_file
file is supposed to be loaded by CCF on startup so that its contents can be returned asnode_data
as part of the node info. However, we do not see anynode_data
for aSTART
node, though we can seenode_data
populated for subsequentJOIN
nodes. I'm not sure what the behavior is forRECOVER
nodes.To Reproduce
Steps to reproduce the behavior.
"node_data_json_file": "/path/to/node_data.json"
.The first node returns
null
fornode_data
.Expected behavior
The node info for the first node should include the contents of the
node_data
file.Environment information
Version of the code being used, versions of dependencies, relevant environment info where applicable (OS, SGX driver...).
Version: CCF 2.0.13
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: