Commit 458bcdf
committed
[FAB-2943] Event publishing failure fails block commit
The committer implementation reports an error if the publishing
of a block committing event failures due to an error that is related
to the eventhub server.
The method shouldn't return a failure, but only log a message to the log,
because if it returns failure- the state transfer module in gossip/state/state.go
doesn't update its metadata.
Change-Id: I134874654f1ce1453eb30939fedfa2c86c2634da
Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>1 parent 0640d43 commit 458bcdf
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | | - | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
| |||
0 commit comments