solution: log upstream error if available
This commit is contained in:
@@ -119,7 +119,7 @@ class QuorumRpcReader(
|
|||||||
}
|
}
|
||||||
.doOnNext {
|
.doOnNext {
|
||||||
if (!it.isResolved()) {
|
if (!it.isResolved()) {
|
||||||
log.debug("No quorum for ${key.method} as ${quorum}")
|
log.debug("No quorum for ${key.method} as ${quorum.javaClass.name}: ${it.getError()?.message ?: ""}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// return nothing if not resolved
|
// return nothing if not resolved
|
||||||
|
|||||||
Reference in New Issue
Block a user