umustafi commented on code in PR #3950: URL: https://github.com/apache/gobblin/pull/3950#discussion_r1610416978
########## gobblin-service/src/main/java/org/apache/gobblin/service/modules/core/GobblinServiceManager.java: ########## @@ -168,6 +167,7 @@ public class GobblinServiceManager implements ApplicationLauncher, StandardMetri @Inject @Getter private Injector injector; + @Getter @Setter private volatile static Injector staticInjector; Review Comment: wow this is a great comment and would not have known the reason for this. can you put it as a comment in the code? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
