You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "paul-rogers (via GitHub)" <gi...@apache.org> on 2023/03/22 16:16:18 UTC

[GitHub] [druid] paul-rogers opened a new pull request, #13964: Debugging only - Do not review

paul-rogers opened a new pull request, #13964:
URL: https://github.com/apache/druid/pull/13964

   This is a debug-only PR - do not review.
   


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] paul-rogers closed pull request #13964: Debugging only - Do not review

Posted by "paul-rogers (via GitHub)" <gi...@apache.org>.
paul-rogers closed pull request #13964: Debugging only - Do not review
URL: https://github.com/apache/druid/pull/13964


-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] github-code-scanning[bot] commented on a diff in pull request #13964: Debugging only - Do not review

Posted by "github-code-scanning[bot] (via GitHub)" <gi...@apache.org>.
github-code-scanning[bot] commented on code in PR #13964:
URL: https://github.com/apache/druid/pull/13964#discussion_r1145347162


##########
processing/src/main/java/org/apache/druid/guice/ExtensionsLoader.java:
##########
@@ -109,7 +118,7 @@
   }
 
   @VisibleForTesting
-  public Map<Pair<File, Boolean>, URLClassLoader> getLoadersMap()
+  public Map<File, URLClassLoader> getLoadersMap()

Review Comment:
   ## Exposing internal representation
   
   getLoadersMap exposes the internal representation stored in field loaders. The value may be modified [after this call to getLoadersMap](1).
   
   [Show more details](https://github.com/apache/druid/security/code-scanning/4474)



-- 
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: commits-unsubscribe@druid.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org