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

Flakey test: DataRecoveryTest > testDurableLogInspectCommandException #7253

Open
tkaitchuck opened this issue Sep 12, 2023 · 1 comment
Open
Labels
area/segmentstore tag/flakeyTest Test is not reliable, and causes build errors

Comments

@tkaitchuck
Copy link
Member

io.pravega.cli.admin.dataRecovery.DataRecoveryTest > testDurableLogInspectCommandException FAILED
    io.pravega.segmentstore.storage.DataLogNotAvailableException: Unable to establish connection to ZooKeeper or BookKeeper.
        at io.pravega.segmentstore.storage.impl.bookkeeper.BookKeeperLogFactory.initialize(BookKeeperLogFactory.java:105)
        at io.pravega.cli.admin.dataRecovery.DataRecoveryTest.testDurableLogInspectCommandException(DataRecoveryTest.java:1625)

        Caused by:
        java.io.IOException: Failed to initialize metadata client driver
            at org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:464)
            at org.apache.bookkeeper.client.BookKeeper$Builder.build(BookKeeper.java:307)
            at org.apache.bookkeeper.client.impl.BookKeeperBuilderImpl.build(BookKeeperBuilderImpl.java:86)
            at io.pravega.segmentstore.storage.impl.bookkeeper.BookKeeperLogFactory.startBookKeeperClient(BookKeeperLogFactory.java:184)
            at io.pravega.segmentstore.storage.impl.bookkeeper.BookKeeperLogFactory.initialize(BookKeeperLogFactory.java:93)
            ... 1 more

            Caused by:
            org.apache.bookkeeper.meta.exceptions.MetadataException: Failed to create zookeeper client to localhost:8904
                at org.apache.bookkeeper.meta.zk.ZKMetadataDriverBase.initialize(ZKMetadataDriverBase.java:236)
                at org.apache.bookkeeper.meta.zk.ZKMetadataClientDriver.initialize(ZKMetadataClientDriver.java:63)
                at org.apache.bookkeeper.client.BookKeeper.<init>(BookKeeper.java:454)
                ... 5 more

                Caused by:
                org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss
                    at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
                    at org.apache.bookkeeper.zookeeper.ZooKeeperWatcherBase.waitForConnection(ZooKeeperWatcherBase.java:159)
                    at org.apache.bookkeeper.zookeeper.ZooKeeperClient$Builder.build(ZooKeeperClient.java:260)
                    at org.apache.bookkeeper.meta.zk.ZKMetadataDriverBase.initialize(ZKMetadataDriverBase.java:216)
                    ... 7 more
@tkaitchuck tkaitchuck added area/segmentstore tag/flakeyTest Test is not reliable, and causes build errors labels Sep 12, 2023
@tkaitchuck
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/segmentstore tag/flakeyTest Test is not reliable, and causes build errors
Projects
None yet
Development

No branches or pull requests

1 participant