[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2024-01-10 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova commented on CASSANDRA-19205:
-

Committed to https://github.com/apache/cassandra.git

   [475c0035e6..290a5990d4 
|https://github.com/apache/cassandra/commit/290a5990d4ca9d696c490eb717c35d094a23c4cb]
  cassandra-4.0 -> cassandra-4.0

   [3d1b981d89..dc6afb0cf3 
|https://github.com/apache/cassandra/commit/dc6afb0cf37bca3e9fc8749fe349bb564714bb1e]
  cassandra-4.1 -> cassandra-4.1

   
[e04a3176ff..50d0b2731b|https://github.com/apache/cassandra/commit/50d0b2731baa2c0c4373c872c99d95ec89968c2f]
  cassandra-5.0 -> cassandra-5.0

   [7d6cc31b21..292f0a6724 
|https://github.com/apache/cassandra/commit/292f0a672457eb43c3bfa77cf795f17f5d2c6709]
  trunk -> trunk

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 4.0.12, 4.1.4, 5.0-beta2, 5.1
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2024-01-09 Thread Berenguer Blasi (Jira)


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

Berenguer Blasi commented on CASSANDRA-19205:
-

+1

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2024-01-09 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova commented on CASSANDRA-19205:
-

All runs finished green. 

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2024-01-08 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova commented on CASSANDRA-19205:
-

Thank you for the review and the testing.

The test is presented on 4.0+.
||Patches||Repeatable Run||
|[4.0 
|https://github.com/ekaterinadimitrova2/cassandra/commit/715d18e4c7cf0e770ee8d1439690779decd05b7b]|[CircleCI
 
|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=19205-4.0]|
|[4.1 
|https://github.com/ekaterinadimitrova2/cassandra/commit/238dc362786ba4cba7e9363db6d293e05c67680e]|[CircleCI
 
|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=19205-4.1]|
|[5.0 
|https://github.com/ekaterinadimitrova2/cassandra/commit/049b8de5962db8c972b182662f3556ee3b636521]|[CircleCI
 
|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C19205-rebased]|
|[trunk 
|https://github.com/ekaterinadimitrova2/cassandra/commit/0c6dbe822fb66fc834a91eb7464cc238d54225c0]|[CircleCI
 
|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra?branch=C19205-trunk]|

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2024-01-08 Thread Berenguer Blasi (Jira)


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

Berenguer Blasi commented on CASSANDRA-19205:
-

It seems indeed that exclusion is needed. I have been lucky in repro'ing 
similar ones with the {{RepeatableRunner}} locally #collaborating. LGTM +1 to 
the patch and to extending to the rest of the branches.

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2023-12-20 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova commented on CASSANDRA-19205:
-

I suggest we add this patch to all branches where the test exists

> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Commented] (CASSANDRA-19205) Fix flaky test: org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17

2023-12-20 Thread Ekaterina Dimitrova (Jira)


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

Ekaterina Dimitrova commented on CASSANDRA-19205:
-

The issue seems analogous to CASSANDRA-19000, a different test in the same 
class. 
However, we never managed to reproduce it in CircleCI for any of the tests in 
the test class in thousands of runs, so that is new. 
Suggested patch 
[here|https://github.com/ekaterinadimitrova2/cassandra/commit/66b3b8ddd35bb2a3b0ca79498e4559e5e3d80cd6].
Repeated test run 
[without|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/2606/workflows/3c18b390-adca-47ad-8479-34d79cdb03a6]
 and 
[with|https://app.circleci.com/pipelines/github/ekaterinadimitrova2/cassandra/2605/workflows/8cecc141-5db4-445a-abdd-42b4adfca11b]
 the patch (2000 times each) does not reproduce the issue. 


> Fix flaky test: 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1-_jdk17
> -
>
> Key: CASSANDRA-19205
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19205
> Project: Cassandra
>  Issue Type: Bug
>  Components: Tool/bulk load
>Reporter: Brandon Williams
>Assignee: Ekaterina Dimitrova
>Priority: Normal
> Fix For: 5.0-rc, 5.x
>
>
> Seen here: 
> https://app.circleci.com/pipelines/github/driftx/cassandra/1418/workflows/5d108993-69f8-4bb8-a616-93a1d904ff1a/jobs/67177/tests
> {quote}
> junit.framework.AssertionFailedError: Wrong thread status, active threads 
> unaccounted for: [cluster2-nio-worker-2]
>   at 
> org.apache.cassandra.tools.OfflineToolUtils.assertNoUnexpectedThreadsStarted(OfflineToolUtils.java:120)
>   at 
> org.apache.cassandra.tools.BulkLoaderTest.testBulkLoader_WithArgs1(BulkLoaderTest.java:97)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
>   at 
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> {quote}
> Looks like either a thread is hanging around too long or we need to except it.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org