Commit 6b37629
committed
kvs: report error to all fence requests
Problem: When an error occurs in a fence request, the error is
only reported to the requestor. In most cases, this is fine, but
the error should be reported to all members of the fence in some
cases. Most notably, it should be reported to all members of the
fence when the fence count has been reached and an error has
occurred after this point.
Solution: In fence_request_cb() return an error via
the kvs function error_event_send_to_name() when it is appropriate.1 parent dc619aa commit 6b37629
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2046 | 2046 | | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | | - | |
| 2049 | + | |
2050 | 2050 | | |
2051 | 2051 | | |
2052 | 2052 | | |
| |||
2077 | 2077 | | |
2078 | 2078 | | |
2079 | 2079 | | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
2080 | 2090 | | |
2081 | 2091 | | |
2082 | 2092 | | |
| |||
0 commit comments