[ https://issues.apache.org/jira/browse/CASSANDRA-17076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484874#comment-17484874 ]
David Capwell commented on CASSANDRA-17076: ------------------------------------------- [~e.dimitrova] your link doesn't work or me, auth issues. {code} ERROR [Stream-Deserializer-/127.0.0.1:7000-ca8d8ddf] 2022-01-28 21:08:47,591 DefaultFSErrorHandler.java:104 - Exiting forcefully due to file system exception on startup, disk failure policy "stop" {code} Do you see the exception that triggered this? Which node was it? This makes sense if the CI host is having issues, but could also be race condition with shutdown, I know [~frankgh] is looking into an issue in repair where SyncTask triggers FSReadError as the thread was interrupted (reading from a FileChannel throws ClosedByInterruptException if thread is interrupted) > Fix failing test: test_bootstrap_with_reset_bootstrap_state - > bootstrap_test.TestBootstrap > ------------------------------------------------------------------------------------------ > > Key: CASSANDRA-17076 > URL: https://issues.apache.org/jira/browse/CASSANDRA-17076 > Project: Cassandra > Issue Type: Bug > Components: Test/dtest/python > Reporter: Josh McKenzie > Priority: Normal > Fix For: 4.x > > > Both JDK8 and JDK11 > Times out > {code:java} > bootstrap_test.py:483: > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > _ > ../env3.6/lib/python3.6/site-packages/ccmlib/node.py:895: in start > node.watch_log_for_alive(self, from_mark=mark) > ../env3.6/lib/python3.6/site-packages/ccmlib/node.py:664: in > watch_log_for_alive > self.watch_log_for(tofind, from_mark=from_mark, timeout=timeout, > filename=filename) > ../env3.6/lib/python3.6/site-packages/ccmlib/node.py:592: in watch_log_for > head=reads[:50], tail="..."+reads[len(reads)-150:])) > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > _ > start = 1635437046.9280019, timeout = 120 > msg = "Missing: ['127.0.0.1:7000.* is now UP'] not found in system.log:\n > Head: \n Tail: ..." > node = 'node3' > @staticmethod > def raise_if_passed(start, timeout, msg, node=None): > if start + timeout < time.time(): > > raise TimeoutError.create(start, timeout, msg, node) > E ccmlib.node.TimeoutError: 28 Oct 2021 16:06:07 [node3] after > 120.12/120 seconds Missing: ['127.0.0.1:7000.* is now UP'] not found in > system.log: > E Head: > E Tail: ... > ../env3.6/lib/python3.6/site-packages/ccmlib/node.py:56: TimeoutError > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org