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
Currently, if an Update request reports that a record is not present in the DHT, the request ends. The application is expected to do a Put request to add the record.
This is a source of conflicts, however, as two clients could be trying to update the same record at the same time, and one could overwrite the other's Put.
The Update request should be enhanced to also handle the case of a missing record, allowing the application to specify the initial value to write to the DHT.
The text was updated successfully, but these errors were encountered:
Currently, if an Update request reports that a record is not present in the DHT, the request ends. The application is expected to do a Put request to add the record.
This is a source of conflicts, however, as two clients could be trying to update the same record at the same time, and one could overwrite the other's Put.
The Update request should be enhanced to also handle the case of a missing record, allowing the application to specify the initial value to write to the DHT.
The text was updated successfully, but these errors were encountered: