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

Brandon Williams commented on CASSANDRA-19014:
----------------------------------------------

||Branch||CI||
|[4.0|https://github.com/driftx/cassandra/tree/CASSANDRA-19014-4.0]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1394/workflows/68573c39-6418-407a-b1ee-0d8aa143e4a0],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1394/workflows/30350079-bcf9-4f41-a0dc-adc095d4ca39]|
|[4.1|https://github.com/driftx/cassandra/tree/CASSANDRA-19014-4.1]|[j8|https://app.circleci.com/pipelines/github/driftx/cassandra/1395/workflows/15f7108f-23ea-408b-81e9-ede13b4ef67a],
 
[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1395/workflows/89545750-d899-4c2c-b803-199188de8865]|
|[5.0|https://github.com/driftx/cassandra/tree/CASSANDRA-19014-5.0]|[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1392/workflows/2842b02c-ad47-42e1-abbd-bf568da8844a],
 
[j17|https://app.circleci.com/pipelines/github/driftx/cassandra/1392/workflows/fbd49a62-05be-4dc5-bc5f-b79f33a0e263]|
|[trunk|https://github.com/driftx/cassandra/tree/CASSANDRA-19014-trunk]|[j11|https://app.circleci.com/pipelines/github/driftx/cassandra/1393/workflows/ad9917a7-8fce-46c8-9454-9a736adbee8f],
 
[j17|https://app.circleci.com/pipelines/github/driftx/cassandra/1393/workflows/e6605c2a-6cb9-4e4b-9d1e-bbd69fb57e78]|


> repair_admin summarize-pending command is throwing OpenDataException
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-19014
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-19014
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tool/nodetool
>            Reporter: Szymon Miezal
>            Assignee: Szymon Miezal
>            Priority: Normal
>             Fix For: 4.0.x, 4.1.x, 5.0-rc, 5.x
>
>
> Execution of repair_admin summarize-pending is throwing the following 
> exception:
> {code:java}
> error: Item names do not match CompositeType: names in items but not in 
> CompositeType: []; names in CompositeType but not in items: [failed]
> -- StackTrace --
> javax.management.openmbean.OpenDataException: Item names do not match 
> CompositeType: names in items but not in CompositeType: []; names in 
> CompositeType but not in items: [failed]
>         at 
> javax.management.openmbean.CompositeDataSupport.<init>(CompositeDataSupport.java:220)
>         at 
> javax.management.openmbean.CompositeDataSupport.<init>(CompositeDataSupport.java:176)
>         at 
> org.apache.cassandra.repair.consistent.admin.PendingStats.toComposite(PendingStats.java:86)
>         at 
> org.apache.cassandra.service.ActiveRepairService.getPendingStats(ActiveRepairService.java:296)
>         at 
> org.apache.cassandra.tools.nodetool.RepairAdmin$SummarizePendingCmd.execute(RepairAdmin.java:112)
>         at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.runInternal(NodeTool.java:358)
>         at 
> org.apache.cassandra.tools.NodeTool$NodeToolCmd.run(NodeTool.java:343)
>         at org.apache.cassandra.tools.NodeTool.execute(NodeTool.java:246)
>         at 
> org.apache.cassandra.distributed.impl.Instance$DTestNodeTool.execute(Instance.java:996)
>         at 
> org.apache.cassandra.distributed.impl.Instance.lambda$nodetoolResult$40(Instance.java:906)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>         at 
> io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
>         at java.lang.Thread.run(Thread.java:750) {code}
> The bug is caused by the fact that the list of fields at 
> [https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java#L78-L82]
>  does not align with 
> [https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/repair/consistent/admin/PendingStats.java#L35.]



--
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

Reply via email to