You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is meant to track the following behavior in sync:
There are some incongruences on when a compensating write is emitted when updating a Geo object with a point outside of the subscription view.
Reproduction steps:
Create an geo-object with a point within the subscription view, upload changes
Update geo-object with a point outside of the subscription view, upload changes.
If the subscription was created with GeoCircle or GeoBox sync would emit a compensating write after the update, if GeoPolygon was used no comp. write will be emitted.
Even if no comp was emitted the GeoPolygon object would not be available locally after the update, and the mongodb instance would contain the geo-object with the invalid location.
The text was updated successfully, but these errors were encountered:
This issue is meant to track the following behavior in sync:
There are some incongruences on when a compensating write is emitted when updating a Geo object with a point outside of the subscription view.
Reproduction steps:
If the subscription was created with GeoCircle or GeoBox sync would emit a compensating write after the update, if GeoPolygon was used no comp. write will be emitted.
Even if no comp was emitted the GeoPolygon object would not be available locally after the update, and the mongodb instance would contain the geo-object with the invalid location.
The text was updated successfully, but these errors were encountered: