Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-15140

Utest of Paging test occurs Runtime exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Duplicate
    • None
    • Test/unit
    • None
    • All
    • None

    Description

      when we run ant test of the trunk branch to make a full test of all unit test, there will occurs a RuntimeException. but when you do a specify ut for the PagingTest run :ant test -Dname=PagingTest, there
      will not be any exception here.


      java.lang.RuntimeException: Unable to gossip with any peers
      at org.apache.cassandra.gms.Gossiper.doShadowRound(Gossiper.java:1625)
      at org.apache.cassandra.service.StorageService.checkForEndpointCollision(StorageService.java:552)
      at org.apache.cassandra.service.StorageService.prepareToJoin(StorageService.java:840)
      at org.apache.cassandra.service.StorageService.initServer(StorageService.java:698)
      at org.apache.cassandra.service.StorageService.initServer(StorageService.java:649)
      at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:388)
      at org.apache.cassandra.service.CassandraDaemon.init(CassandraDaemon.java:510)
      at org.apache.cassandra.service.EmbeddedCassandraService.start(EmbeddedCassandraService.java:50)
      at org.apache.cassandra.cql3.PagingTest.setup(PagingTest.java:63)

      Here is the steps to reproduce the exceptions:
      1. cd to the cassandra dir and switch to the trunk branch ;
      2.ant test

      Attachments

        Issue Links

          Activity

            People

              maxwellguo Maxwell Guo
              maxwellguo Maxwell Guo
              Maxwell Guo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: