You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/07 15:05:09 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #2310: DRILL-7993: LGTM Code Cleanup-Fixed Javadoc param tags and type conversions

vvysotskyi commented on a change in pull request #2310:
URL: https://github.com/apache/drill/pull/2310#discussion_r724270936



##########
File path: exec/java-exec/src/main/java/org/apache/drill/exec/work/foreman/rm/QueryQueue.java
##########
@@ -42,8 +42,6 @@
     /**
      * Release a query lease obtained from {@link #queue(QueryId, double))}.
      * Should be called by the per-query resource manager.
-     *
-     * @param lease the lease to be released.
      */
 
     void release();

Review comment:
       There are two methods related to this, but they both are private in `EmbeddedQueryQueue` and `DistributedQueryQueue`. I think it will be fine to use code instead of link there to avoid error.




-- 
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.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

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