[ 
https://issues.apache.org/jira/browse/CASSANDRA-17076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17484462#comment-17484462
 ] 

Ekaterina Dimitrova commented on CASSANDRA-17076:
-------------------------------------------------

Unfortunately, there is no link to logs from when the ticket was raised but the 
current logs where I can see the same excerpt as in the description can be 
found 
[here|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/1298/workflows/075ca5d8-ea1d-4b74-8df7-bbf6d7220d5d/jobs/8026/artifacts]

Node3 [debug log 
|https://circle-production-customer-artifacts.s3.amazonaws.com/picard/5e6fbfe503a2a060e70c79ad/61f45ae19e5e0864f0559502-0-build/artifacts/dtest_logs/1643404264963_test_bootstrap_with_reset_bootstrap_state%5B1-4%5D/node3_debug.log?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220130T220113Z&X-Amz-SignedHeaders=host&X-Amz-Expires=60&X-Amz-Credential=AKIAJR3Q6CR467H7Z55A%2F20220130%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=bc1722667ee65ca062f96922ac80b9c2e0fa3944c5dd06abb0b66e3313ae2f07]
 shows that actually things went well. I can see the Bootstrap resetting 
message. Now the empty Head and Tail show that there is something wrong as it 
didn't read anything actually, that is why the messages were not found. I don't 
have a reason for that at the moment but it doesn't seem as Cassandra issue, 
more like ccm?

For the record - I am not actively working no this ticket for now, just trying 
to relate to issues I see with a patch I want to commit. So for now this is as 
far as I am going with this issue. Anyone can feel free to take over the 
ticket. 

> 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

Reply via email to