See <http://hudson.zones.apache.org/hudson/job/Cassandra/330/changes>
Changes: [eevans] set shell script executable [jbellis] simplify header code patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] handle node failure patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] convert gossip to use tcp. this finishes the removal of nio patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] implement streaming w/ blocking io patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] replace tcp writes w/ blocking i/o patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] replace tcp socket reads w/ blocking i/o patch by jbellis; reviewed by Brandon Williams for CASSANDRA-705 [jbellis] make shutdown non-reentrant and make MS a true singleton patch by jbellis; tested by Brandon Williams for CASSANDRA-705 [jbellis] include time on default stdout log4j output. patch by jbellis [jbellis] add login mention to CHANGES [jbellis] update CHANGES for trunk [gdusbabek] remove get_key_rang. Patch by Gary Dusbabek, reviewed by Jonathan Ellis. CASSANDRA-710 ------------------------------------------ [...truncated 865 lines...] [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.gms.ArrivalWindowTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.109 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.gms.GossipDigestTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.io.SSTableTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 2.628 sec [junit] [junit] Cobertura: Loaded information on 592 classes. [junit] Cobertura: Saved information on 592 classes. [junit] Testsuite: org.apache.cassandra.io.StreamingTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.387 sec [junit] [junit] Cobertura: Loaded information on 592 classes. [junit] Cobertura: Saved information on 592 classes. [junit] Testsuite: org.apache.cassandra.locator.RackUnawareStrategyTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.437 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.AntiEntropyServiceTest [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 8.114 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.CassandraServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.281 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.MoveTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.819 sec [junit] [junit] ------------- Standard Output --------------- [junit] WARN handleStateLeaving, Node /127.0.0.3 'leaving' token mismatch. Long network partition? [junit] ------------- ---------------- --------------- [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.ReadResponseResolverTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.346 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.StorageServiceClientTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.462 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.service.StorageServiceServerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.621 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.tools.SSTableExportTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.677 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.tools.SSTableImportTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.457 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.BloomFilterTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 2.263 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.BoundedStatsDequeTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.FBUtilitiesTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.124 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.FilterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.399 sec [junit] [junit] Exception in thread "Thread-0" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more [junit] Testsuite: org.apache.cassandra.utils.MerkleTreeTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.234 sec [junit] [junit] Exception in thread "Thread-1" java.lang.ExceptionInInitializerError [junit] at java.io.File.deleteOnExit(File.java:939) [junit] at net.sourceforge.cobertura.util.FileLocker.<init>(FileLocker.java:80) [junit] at net.sourceforge.cobertura.coveragedata.ProjectData.saveGlobalProjectData(ProjectData.java:230) [junit] at net.sourceforge.cobertura.coveragedata.SaveTimer.run(SaveTimer.java:31) [junit] at java.lang.Thread.run(Thread.java:619) [junit] Caused by: java.lang.IllegalStateException: Shutdown in progress [junit] at java.lang.Shutdown.add(Shutdown.java:62) [junit] at java.lang.System$2.registerShutdownHook(System.java:1146) [junit] at java.io.DeleteOnExitHook.<clinit>(DeleteOnExitHook.java:20) [junit] ... 5 more BUILD FAILED <http://hudson.zones.apache.org/hudson/job/Cassandra/ws/cassandra/build.xml>:253: Some test(s) failed. Total time: 2 minutes 49 seconds Publishing Javadoc Archiving artifacts Recording test results