[jira] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
  Since Version: NA
Source Control Link: 
https://github.com/apache/cassandra/commit/34232d7bd45761a1c14c7e91d2f8e5ae183bc8e3
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
Status: Ready to Commit  (was: Review In Progress)

+1 from [~bdeggleston] in GH

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
Reviewers: Blake Eggleston, David Capwell
   Status: Review In Progress  (was: Patch Available)

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
Reviewers: Blake Eggleston  (was: Blake Eggleston, David Capwell)

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
Test and Documentation Plan: updated tests
 Status: Patch Available  (was: In Progress)

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated CASSANDRA-19642:
---
Labels: pull-request-available  (was: )

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
>  Labels: pull-request-available
> Fix For: NA
>
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



--
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] [Updated] (CASSANDRA-19642) IndexOutOfBoundsException while serializing CommandsForKey

2024-05-17 Thread David Capwell (Jira)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-19642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Capwell updated CASSANDRA-19642:
--
 Bug Category: Parent values: Correctness(12982)Level 1 values: 
Unrecoverable Corruption / Loss(13161)
   Complexity: Low Hanging Fruit
Discovered By: Performance Regression Test
Fix Version/s: NA
 Severity: Critical
   Status: Open  (was: Triage Needed)

> IndexOutOfBoundsException while serializing CommandsForKey
> --
>
> Key: CASSANDRA-19642
> URL: https://issues.apache.org/jira/browse/CASSANDRA-19642
> Project: Cassandra
>  Issue Type: Bug
>  Components: Accord
>Reporter: David Capwell
>Assignee: David Capwell
>Priority: Normal
> Fix For: NA
>
>
> When serializing CommandsForKey we have a concept of “unmanaged” but tests 
> didn’t cover this… when we have anything unmanaged we fail to serialize with 
> a IndexOutOfBounds due to using the ValueAccessor API incorrectly



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