GJL commented on issue #9637: [FLINK-13884] Set default delay for restart 
strategies to 1s
URL: https://github.com/apache/flink/pull/9637#issuecomment-529507731
 
 
   All Travis stages are currently failing. Example:
   ```
   
StandaloneResourceManagerFactoryTest.createResourceManager_WithLessMemoryThanContainerizedHeapCutoffMin_ShouldSucceed
   ```
   
   ```
   org.apache.flink.configuration.IllegalConfigurationException: Invalid 
duration configuration value for resourcemanager.job.timeout: 5 minutes. Value 
must be a valid duration (such as '100 ms' or '10 s').
   
        at 
org.apache.flink.configuration.ConfigurationUtils.parseDuration(ConfigurationUtils.java:162)
        at 
org.apache.flink.runtime.resourcemanager.ResourceManagerRuntimeServicesConfiguration.fromConfiguration(ResourceManagerRuntimeServicesConfiguration.java:55)
        at 
org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactory.createResourceManager(StandaloneResourceManagerFactory.java:53)
        at 
org.apache.flink.runtime.resourcemanager.StandaloneResourceManagerFactoryTest.createResourceManager_WithLessMemoryThanContainerizedHeapCutoffMin_ShouldSucceed(StandaloneResourceManagerFactoryTest.java:54)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
        at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
        at 
com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
        at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
        at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
   Caused by: java.lang.IllegalArgumentException: Time interval unit 'minutes' 
does not match any of the recognized units: ms | s | min | h
        at org.apache.flink.util.TimeUtils.parseDuration(TimeUtils.java:81)
        at 
org.apache.flink.configuration.ConfigurationUtils.parseDuration(ConfigurationUtils.java:159)
        ... 27 more
   ```

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


With regards,
Apache Git Services

Reply via email to