You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/03/18 22:50:10 UTC

[GitHub] [druid] zachjsh commented on a change in pull request #9519: Ability to Delete task logs and segments from Google Storage

zachjsh commented on a change in pull request #9519: Ability to Delete task logs and segments from Google Storage
URL: https://github.com/apache/druid/pull/9519#discussion_r394683573
 
 

 ##########
 File path: extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/S3TaskLogs.java
 ##########
 @@ -165,7 +165,7 @@ String getTaskLogKey(String taskid, String filename)
   @Override
   public void killAll() throws IOException
   {
-    log.info("Deleting all task logs from s3 location [bucket: %s    prefix: %s].",
+    log.info("Deleting all task logs from s3 location [bucket: '%s' prefix: '%s'].",
              config.getS3Bucket(), config.getS3Prefix()
     );
 
 Review comment:
   done

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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