You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by sa...@apache.org on 2022/05/09 21:36:00 UTC

[incubator-heron] 05/07: [Sched] Base64 string conversion comment updated.

This is an automated email from the ASF dual-hosted git repository.

saadurrahman pushed a commit to branch saadurrahman/3829-Deprecate-Apache-Aurora-dev
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 5c67b2f10d2a103458ebef7b4bfba9c21b484308
Author: Saad Ur Rahman <sa...@apache.org>
AuthorDate: Mon May 9 17:25:05 2022 -0400

    [Sched] Base64 string conversion comment updated.
    
    Replacement of "=" with "(61)" left in case it causes any issues in the future.
---
 .../src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java        | 1 -
 1 file changed, 1 deletion(-)

diff --git a/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java b/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java
index ad6ac5b5a9e..fe042c9b015 100644
--- a/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java
+++ b/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java
@@ -457,7 +457,6 @@ public final class SchedulerUtils {
    * <br> 1. Convert it into Base64 format
    * <br> 2. Add \" at the start and at the end
    * <br> 3. replace "=" with "(61)" and "&amp;equals;"
-   * '=' can be parsed in a wrong way by some schedulers (aurora) hence it needs to be escaped.
    *
    * @return encoded string
    */