edge-sync-service
edge-sync-service copied to clipboard
Cloud - Edge synchronization service (MMS)
There is a synchronization issue where publishing an object a few seconds after deleting a different object from mms will cause the object undergoing deletion to not be deleted. Both...
As of writing this issue, MongoDB is the only production capable database that can be configured for cloud side storage. Mongo recently changed their licensing terms, making it harder to...
Static scan results of ESS on 7/22 revealed the following error, and per @dabooz ``` /tmp/edge/repos/codescans/edge-sync-service/cmd/embedded-receive-file/main.go Errors unhandled. buffer := make([]byte, 10) os.Stdin.Read(buffer) goOn = false ```
The `swagger-ui` directory was copied from https://github.com/swagger-api/swagger-ui . It's purpose was to be served by `core/base/http.go` so that a developer could view the swagger info for the CSS/ESS API. But...
Signed-off-by: Anukriti Jain 1) To run unit tests, CouchDB needs to be installed and configured on the dev machine, an admin user needs to be created and the credentials would...
The object key in the database is formed from three parts: org, objectType and objectID. So that only one version can be associated with the object. Need to support multiple...
CSS Failed to create `syncObjects-destination-policy.services.service-id` index in MongoDB if it already exists ``` CSS: 2024/09/06 14:09:42 ERROR: Failed to create an index on syncObjects. Error: (IndexKeySpecsConflict) An existing index has...
See nil pointer when failed to create index. The code should throw out a defined error ``` * CSS: 2024/07/30 21:09:22 INFO: CConnecting to mongo... * CSS: 2024/07/30 21:09:22 INFO:...