bugmonotone - Bugs: bug #16471, client should inform server if...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16471: client should inform server if errors are detected

Submitter:  Nathaniel Smith <njs>
Submitted:  Sun 30 Apr 2006 09:51:52 PM UTC
   
 
Category:  networking Severity:  1 - Wish
Priority:  5 - Normal Item Group:  feature request
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open
mtn version --full: 


Discussion

Sun 30 Apr 2006 09:51:52 PM UTC, original submission:  

We are trying to move towards the server doing less and less checking for things like disk corruption, and letting the client do it instead (since the client has to do it anyway, no point in the server doing it too).  Some people have pointed out that they perhaps do not trust casual users doing initial pulls to figure out what has gone wrong when they receive corrupted data, inform the admins of the problem, etc.

Therefore, it would be nice if the client somehow could send the server a message letting them know that corruption had been detected, before the client disconnected.  This could then be logged on the server, where the admins could see it.

This is somewhat complicated by the fact that we don't generally have specially separated out "consistency checking code" -- inconsistencies are simply signaled by hitting invariants.  One solution would simply arrange that if we hit an invariant while we are talking on the network, we dump a description of the invariant to our peer before dying.

Nathaniel Smith <njs>
Group Member

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

Votes

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

History

No changes have been made to this item

Back to the top

Powered by Savane 3.16.
Corresponding source code