Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report] TrinoConnectorIT may failed in github it #885

Closed
FANNG1 opened this issue Nov 30, 2023 · 3 comments
Closed

[Bug report] TrinoConnectorIT may failed in github it #885

FANNG1 opened this issue Nov 30, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@FANNG1
Copy link
Contributor

FANNG1 commented Nov 30, 2023

Describe what's wrong

TrinoConnectorIT may failed in github it

Error message and/or stacktrace

detailed information: https://github.com/FANNG1/graviton/actions/runs/7041859279/job/19165081070

TrinoConnectorIT > initializationError FAILED
    org.testcontainers.containers.ContainerLaunchException: Container startup failed for image datastrato/gravitino-ci-hive:0.1.5
        at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:361)
        at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:334)
        at com.datastrato.gravitino.integration.test.util.BaseContainer.start(BaseContainer.java:127)
        at com.datastrato.gravitino.integration.test.util.HiveContainer.start(HiveContainer.java:57)
        at com.datastrato.gravitino.integration.test.trino.TrinoConnectorIT.startDockerContainer(TrinoConnectorIT.java:109)

        Caused by:
        org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
            at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
            at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:346)
            ... 4 more

            Caused by:
            org.testcontainers.containers.ContainerLaunchException: Could not create/start container
                at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:565)
                at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:356)
                at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
                ... 5 more

                Caused by:
                org.testcontainers.containers.ContainerLaunchException: Timed out waiting for container port to open (localhost ports: [32769, 32770, 32771, 32772, 32773, 32774, 32775, 32776, 32777] should be listening)
                    at org.testcontainers.containers.wait.strategy.HostPortWaitStrategy.waitUntilReady(HostPortWaitStrategy.java:112)
                    at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)
                    at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:978)
                    at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:502)
                    ... 7 more

How to reproduce

No response

Additional context

No response

@jerryshao jerryshao added this to the Gravitino 0.3.0 milestone Nov 30, 2023
@justinmclean
Copy link
Member

On a clean AWS box I'm also getting this issue. It looks like it's been introduced in the last coueple of days.

@justinmclean
Copy link
Member

justinmclean commented Nov 30, 2023

Possible also related to @lisancao issue in being unable to compile. See #879.

@jerryshao jerryshao added the bug Something isn't working label Jan 25, 2024
@jerryshao jerryshao removed this from the Gravitino 0.4.0 milestone Jan 29, 2024
@diqiu50
Copy link
Contributor

diqiu50 commented Apr 15, 2024

This issue cannot be pinpointed without specific error information. The Docker container logs have now been completed, and the issue will be fixed if it occurs again

@diqiu50 diqiu50 closed this as completed Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants