IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
882 stars 494 forks source link

6.3 : Indexing issue while using CVOC setting #10869

Closed luddaniel closed 1 month ago

luddaniel commented 1 month ago

Since Dataverse v6.3 (related to #10505 coded by myself), if you are using :CVocConf with these specific conditions :

Then you will experience no indexation on update or create of dataset because of a NullPointerException handled by the code avoiding red alert message but catched silently causing no document to be add to solr. Freshly created dataset will not appear and updated dataset will still appear but with unupdated metadata.

If you are in this context, I see no workaround but to patch your fork or deploy a fixed/superior version.

@qqmyers @pdurbin Could you help me for the communication and if it's suitable maybe the packaging of a new 6.3 version like https://groups.google.com/g/dataverse-community/c/evn5C-pyrS8/m/JrH9vp47DwAJ ? At least add it to 6.4 milestone. Thanks in advance and sorry for this.