ert icon indicating copy to clipboard operation
ert copied to clipboard

Large amount of warnings "invalid node found"

Open eivindjahren opened this issue 1 year ago • 7 comments

Running the drogon example with ert vis gives a large amount of warnings of the form:

** Warning:: invalid node found at offset:115091392 in datafile:/private/abc/drogon/drogon_20211115_12-12/resmod/ff/21.0.1/ert/output/storage/01_drogon_ahm/default_2/Ensemble/mod_3/PARAMETER.data_0 - data will be lost, node_size:0

This warning has been showing since at least march 2022 and I think the underlying assumption that there should never be invalid nodes is no longer correct. The warning should be removed.

eivindjahren avatar Aug 31 '22 10:08 eivindjahren

Fun fact - this has been present as stated in webviz-ert for a long time. It is also present in the august-release of komodo when running ert gui -> plot ( which is now utilizing the ert-api ). BUT - earlier releases of komodo where ert gui -> plotter is not utilizing the api - the warning is not printed. I'm not sure if this is related to our data pulled in a different ( and maybe faulty?) way - or just because we see different logs/printouts in the terminal due to the fact we are running the plotter differently ( through native ert implementation vs through ert api )

oysteoh avatar Aug 31 '22 10:08 oysteoh

@hnformentin - here is the issue created from your finding. Do you have anything to add based on your testing please feel free to do so :smile:

oysteoh avatar Aug 31 '22 10:08 oysteoh

I think the actual storage in drogon is corrupted, so the warning might be valid?

mortalisk avatar Sep 05 '22 07:09 mortalisk

I think the actual storage in drogon is corrupted, so the warning might be valid?

Then it is slightly weird the warning is present when we pull data through the api but not if you pull data as it was originally in the pyqt plotter ( ref my comment :arrow_up: :arrow_up: :arrow_up: )

oysteoh avatar Sep 05 '22 10:09 oysteoh

I tried deleting storage, and running again the drogon_ahm.ert file. I don't see the warning any longer.

mortalisk avatar Sep 05 '22 11:09 mortalisk

Then i'll suggest we close the issue without any actions. Seems a bit weird to remove the warning message since this seems to actually by caused by some problems with the storage. I would rather know when this happens again by seeing this warning and then maybe try to pin down the cause of it instead of just remove it and never know... :man_shrugging:

oysteoh avatar Sep 05 '22 12:09 oysteoh

Good idea @mortalisk and agree @oysteoh ! I am just wondering if we could improve the warning message. For example, indicate that the storage folder may be corrupted and suggest the user to delete it before running again. Maybe other users have the same lack of knowledge as me and don't know about it :-)

hnformentin avatar Sep 06 '22 09:09 hnformentin

This will be taken care of in the refactor of storage, so closing this.

oyvindeide avatar Jan 27 '23 15:01 oyvindeide