You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/06/03 23:05:55 UTC

[GitHub] [incubator-gobblin] aplex commented on a change in pull request #3024: [WIP][GOBBLIN-1178] Propagation of exception from task creation to helix and request for new container

aplex commented on a change in pull request #3024:
URL: https://github.com/apache/incubator-gobblin/pull/3024#discussion_r434904031



##########
File path: gobblin-utility/src/main/java/org/apache/gobblin/broker/SharedResourcesBrokerImpl.java
##########
@@ -260,7 +260,7 @@ public SubscopedBrokerBuilder withOverridingConfig(Config config) {
             parentScopes.add(createWrappedScope(tpe.defaultScopeInstance(), scopeMap, mainScopeType));
           } else {
             throw new IllegalArgumentException(String.format(
-                "Scope %s is an ancestor of %s, however it does not have a default id and is not provided as an acestor scope.",
+                "Scope %s is an ancestor of %s, however it does not have a default id and is not provided as an acenstor scope.",

Review comment:
       Still a typo. Recent versions of IntelliJ should catch and highlight typos - https://www.jetbrains.com/help/idea/spellchecking.html




----------------------------------------------------------------
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