I tried to change and delete some data from the database records that is already filled with the data from the feed adapter on a specific stream and also I shutdown the database server and I published an item on that stream and when I started again the DB, The changed records still changed and not synced with multichain data and also the published item on the stream didn't feed to the database. After checking the feed to restart as a solution for syncying, I found that the feed is not running. Starting the feed again and checking the database, I found that:
- the changed data still exist and a new record of the original data has been added.
- The published item exist.
Expected:
-The changed data in the database is updated with multichain data in case of changing the data in the database .(Not adding a new record with the original data)
-The status of feed still running .