prateekm commented on a change in pull request #1047: SAMZA-2210: Initial 
majority migration for injecting classloader when doing reflection 
URL: https://github.com/apache/samza/pull/1047#discussion_r290038970
 
 

 ##########
 File path: 
samza-log4j2/src/main/java/org/apache/samza/logging/log4j2/StreamAppender.java
 ##########
 @@ -321,7 +321,8 @@ protected void setupSystem() {
     String systemFactoryName = log4jSystemConfig.getSystemFactory(systemName)
         .orElseThrow(() -> new SamzaException(
             "Could not figure out \"" + systemName + "\" system factory for 
log4j StreamAppender to use"));
-    SystemFactory systemFactory = Util.getObj(systemFactoryName, 
SystemFactory.class);
+    SystemFactory systemFactory =
 
 Review comment:
   Same as above.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to