临时
This commit is contained in:
@@ -143,7 +143,7 @@ public abstract class ClientCodec<R extends ClientRequest, P> implements Complet
|
|||||||
respFuture.complete(rs);
|
respFuture.complete(rs);
|
||||||
});
|
});
|
||||||
} else if (workThread.getState() == Thread.State.RUNNABLE) { //fullCache时state不是RUNNABLE
|
} else if (workThread.getState() == Thread.State.RUNNABLE) { //fullCache时state不是RUNNABLE
|
||||||
if (workThread.inIO()) {
|
if (workThread.inIO() && false) {
|
||||||
Traces.computeIfAbsent(request.traceid);
|
Traces.computeIfAbsent(request.traceid);
|
||||||
respFuture.complete(rs);
|
respFuture.complete(rs);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user