You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/04 17:35:45 UTC

[GitHub] rdhabalia commented on a change in pull request #1727: Encode zk-path for function-pkg

rdhabalia commented on a change in pull request #1727: Encode zk-path for function-pkg
URL: https://github.com/apache/incubator-pulsar/pull/1727#discussion_r186154400
 
 

 ##########
 File path: pulsar-functions/worker/src/main/java/org/apache/pulsar/functions/worker/Utils.java
 ##########
 @@ -99,18 +100,19 @@ public static void uploadToBookeeper(Namespace dlogNamespace,
                                          String destPkgPath)
             throws IOException {
 
+        String encodedDestPkgPath = Codec.encode(destPkgPath);
 
 Review comment:
   make sense. will fix it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services