[
https://issues.apache.org/jira/browse/GOBBLIN-1273?focusedWorklogId=496990&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-496990
]
ASF GitHub Bot logged work on GOBBLIN-1273:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/20 23:03
Start Date: 07/Oct/20 23:03
Worklog Time Spent: 10m
Work Description: shirshanka commented on pull request #3113:
URL:
https://github.com/apache/incubator-gobblin/pull/3113#issuecomment-705237850
@sv2000 : addressed your comments, PTAL
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 496990)
Time Spent: 20m (was: 10m)
> Pull or Conf file loading failures are not easy to understand
> -------------------------------------------------------------
>
> Key: GOBBLIN-1273
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1273
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Shirshanka Das
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When config files fail to load (specifically hocon files), Gobblin doesn't
> log which file and which line number caused the failure.
>
> e.g. if a .conf file with unquoted : characters is found in a standalone
> server's config directory, the startup aborts with the following message:
>
> _Exception in thread "main" java.lang.IllegalStateException: Expected to be
> healthy after starting_
> _at com.google.common.base.Preconditions.checkState(Preconditions.java:150)_
> _at
> com.google.common.util.concurrent.ServiceManager.awaitHealthy(ServiceManager.java:278)_
> _at
> org.apache.gobblin.runtime.app.ServiceBasedAppLauncher.start(ServiceBasedAppLauncher.java:168)_
> _at
> org.apache.gobblin.scheduler.SchedulerDaemon.main(SchedulerDaemon.java:75)_
> _Exception in thread "JobScheduler STARTING"
> com.typesafe.config.ConfigException$BadPath: Reader: 30: Token not allowed in
> path expression: ':' (you can double-quote this token if you really want it
> here)_
> _at com.typesafe.config.impl.Parser.parsePathExpression(Parser.java:1095)_
> _at com.typesafe.config.impl.Parser.parsePathExpression(Parser.java:1049)_
> _at com.typesafe.config.impl.Parser.access$000(Parser.java:27)_
> _..._
>
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)