We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782783f commit db95e6eCopy full SHA for db95e6e
1 file changed
src/main/java/com/alipay/oceanbase/rpc/bolt/transport/ObTableConnection.java
@@ -252,7 +252,7 @@ public void checkStatus() throws Exception {
252
if (!connection.getChannel().isWritable()) {
253
throw new ObTableConnectionUnWritableException(
254
"Check connection failed for address: " + connection.getUrl()
255
- + ", maybe write overflow! channel used buffer size:" + connection.getChannel().bytesBeforeWritable());
+ + ", maybe write overflow! Overflow bytes:" + connection.getChannel().bytesBeforeWritable());
256
}
257
258
0 commit comments