This is an automated email from the ASF dual-hosted git repository.
panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 29f828d #7014, keep origin
new 127a037 Merge pull request #7031 from tuohai666/issue-7014
29f828d is described below
commit 29f828d0d66b678b05d32b4cc69fd2739e383cb1
Author: Zhang Yonglun <[email protected]>
AuthorDate: Mon Aug 24 17:44:51 2020 +0800
#7014, keep origin
---
.../proxy/frontend/netty/FrontendChannelInboundHandler.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java
index 04e5e97..e3637d0 100644
---
a/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java
+++
b/shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-core/src/main/java/org/apache/shardingsphere/proxy/frontend/netty/FrontendChannelInboundHandler.java
@@ -81,7 +81,6 @@ public final class FrontendChannelInboundHandler extends
ChannelInboundHandlerAd
// CHECKSTYLE:OFF
} catch (final Exception ex) {
// CHECKSTYLE:ON
- // TODO ref #7014
log.error("Exception occur: ", ex);
context.write(databaseProtocolFrontendEngine.getCommandExecuteEngine().getErrorPacket(ex));
}