ifesdjeen commented on PR #4241:
URL: https://github.com/apache/cassandra/pull/4241#issuecomment-3059012605

   oh, also noticed this: 
   
   ```
   +++ b/src/java/org/apache/cassandra/db/virtual/AccordDebugKeyspace.java
   @@ -160,10 +160,10 @@ public class AccordDebugKeyspace extends 
VirtualKeyspace
                            "  waiting text,\n" +
                            "  node_offset int,\n" +
                            "  cycle_offset int,\n" +
   -                        "  activeIndex int,\n" +
   -                        "  nextIndex int,\n" +
   -                        "  nextToIndex int,\n" +
   -                        "  endIndex int,\n" +
   +                        "  active_index int,\n" +
   +                        "  next_index int,\n" +
   +                        "  next_to_index int,\n" +
   +                        "  end_index int,\n" +
                            "  current_splits int,\n" +
                            "  stopping boolean,\n" +
                            "  stopped boolean,\n" +
   @@ -192,10 +192,10 @@ public class AccordDebugKeyspace extends 
VirtualKeyspace
                      .column("waiting", Objects.toString(view.waiting()))
                      .column("node_offset", view.nodeOffset())
                      .column("cycle_offset", view.cycleOffset())
   -                  .column("activeIndex", view.activeIndex())
   -                  .column("nextIndex", view.nextIndex())
   -                  .column("nextToIndex", view.toIndex())
   -                  .column("endIndex", view.cycleLength())
   +                  .column("active_index", view.activeIndex())
   +                  .column("active_index", view.nextIndex())
   +                  .column("next_to_index", view.toIndex())
   +                  .column("end_index", view.cycleLength())
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to