Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
Description
Currently, when we use http://IP:21000/api/atlas/v2/types/typedefs/, deleting the data of typedefs is empty ({"enumDefs":[],"structDefs":[],"classificationDefs":[],"entityDefs":[],"relationshipDefs":[]}), it will lead to messy data, and basic search error, so the atlas system must be restarted in order to recover the data.
Correct data:
exec http://IP:21000/api/atlas/v2/types/typedefs/, json data: {"enumDefs":[],"structDefs":[],"classificationDefs":[],"entityDefs":[],"relationshipDefs":[]}
atlas entity data is: (basic search is error)
messy data:
Attachments
Attachments
Issue Links
- links to