ningyougang commented on issue #3203: Error: The action exceeded its time limits of 60000 milliseconds during initialization URL: https://github.com/apache/incubator-openwhisk/issues/3203#issuecomment-359142457 After add more debug log to invoker component, found below error ``` [2018-01-20T03:02:30.125Z] [INFO] [#tid_1598] [DockerContainer] sending initialization to ContainerId(b7b290f53a500c4493fd4f6ee593814a80cfc9b9f4c8c33833523d36f808e779) ContainerAddress(172.17.0.6,8080) [marker:invoker_activationInit_start:16] ...... [2018-01-20T03:03:42.185Z] [INFO] [#tid_1598] [DockerContainer] ==========initialization result one: ConnectionError(java.net.SocketTimeoutException: Read timed out), ContainerId(b7b290f53a500c4493fd4f6ee593814a80cfc9b9f4c8c33833523d36f808e779) ContainerAddress(172.17.0.6,8080) [2018-01-20T03:03:44.207Z] [INFO] [#sid_102] [DockerClientWithFileAccess] running /usr/bin/docker rm -f b7b290f53a500c4493fd4f6ee593814a80cfc9b9f4c8c33833523d36f808e779 (timeout: 1 minute) [marker:invoker_docker.rm_start:1387008] ``` the time of send `/init` request to that conainer at `03:02:42`, another daemon is beginning to remove that container at `03:02:44`, because the action needs `5 second time` to finish, so when execute `remove action container`, the action result has not been finished, may be that's reason why request timeout.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
