hanicz commented on code in PR #1069:
URL: https://github.com/apache/knox/pull/1069#discussion_r2242489048


##########
gateway-server/src/main/java/org/apache/knox/gateway/services/token/impl/ZookeeperTokenStateService.java:
##########
@@ -58,16 +62,77 @@ public ZookeeperTokenStateService(GatewayServices 
gatewayServices, AliasServiceF
   @Override
   public void init(GatewayConfig config, Map<String, String> options) throws 
ServiceLifecycleException {
     log.deprecatedServiceUsage(this.getClass().getCanonicalName());
-    final ZookeeperRemoteAliasService zookeeperAliasService = 
(ZookeeperRemoteAliasService) aliasServiceFactory.create(gatewayServices, 
ALIAS_SERVICE, config, options,
+
+    // Debug logging for troubleshooting NullPointerException

Review Comment:
   I believe these DEBUG console calls were left here by accident.



-- 
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-unsubscr...@knox.apache.org

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

Reply via email to