You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/08/26 21:15:55 UTC

[GitHub] [calcite-avatica] joshelser commented on a change in pull request #127: CALCITE-4196 Consume all data from client before replying with HTTP…

joshelser commented on a change in pull request #127:
URL: https://github.com/apache/calcite-avatica/pull/127#discussion_r477593904



##########
File path: server/src/main/java/org/apache/calcite/avatica/server/AbstractAvaticaHandler.java
##########
@@ -34,6 +38,7 @@
  */
 public abstract class AbstractAvaticaHandler extends AbstractHandler
     implements MetricsAwareAvaticaHandler {
+  private static final Logger LOG = LoggerFactory.getLogger(AbstractAvaticaHandler.class);

Review comment:
       ah, yup. I had some logging in here as a part of my work, but considered none of it beneficial long-term.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org