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

Stefan Miklosovic commented on CASSANDRA-20494:
-----------------------------------------------

trunk 
https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch-5/372/#showFailuresLink

[CASSANDRA-20494-5.0|https://github.com/instaclustr/cassandra/tree/CASSANDRA-20494-5.0]
{noformat}
java17_pre-commit_tests                         
java17_separate_tests                            
java11_pre-commit_tests                         
  ✓ j11_build                                        7m 26s
  ✓ j11_cqlsh_dtests_py38                            7m 59s
  ✓ j11_cqlsh_dtests_py38_vnode                      7m 33s
  ✓ j11_cqlshlib_cython_tests                        9m 10s
  ✓ j11_cqlshlib_tests                               7m 31s
  ✓ j11_dtests_latest                               43m 15s
  ✓ j11_dtests_vnode                                43m 23s
  ✓ j11_jvm_dtests                                   25m 1s
  ✓ j11_jvm_dtests_latest_vnode                      18m 8s
  ✓ j11_simulator_dtests                             3m 49s
  ✓ j11_unit_tests                                  14m 48s
  ✓ j11_unit_tests_repeat                            2m 27s
  ✓ j11_utests_latest                               16m 56s
  ✓ j11_utests_latest_repeat                         4m 59s
  ✓ j11_utests_oa                                   16m 18s
  ✓ j11_utests_oa_repeat                             2m 38s
  ✓ j11_utests_system_keyspace_directory            18m 38s
  ✓ j11_utests_system_keyspace_directory_repeat      2m 46s
  ✓ j17_cqlsh_dtests_py311                            6m 9s
  ✓ j17_cqlsh_dtests_py311_vnode                     6m 16s
  ✓ j17_cqlsh_dtests_py38                             6m 6s
  ✓ j17_cqlsh_dtests_py38_vnode                      6m 20s
  ✓ j17_cqlshlib_cython_tests                        8m 56s
  ✓ j17_cqlshlib_tests                               6m 34s
  ✓ j17_dtests_latest                               40m 56s
  ✓ j17_dtests_vnode                                41m 20s
  ✓ j17_jvm_dtests_latest_vnode                     18m 53s
  ✓ j17_unit_tests                                  14m 38s
  ✓ j17_unit_tests_repeat                            1m 59s
  ✓ j17_utests_latest                               16m 11s
  ✓ j17_utests_latest_repeat                         2m 43s
  ✓ j17_utests_oa                                   16m 47s
  ✓ j17_utests_oa_repeat                             1m 44s
  ✕ j11_cqlsh_dtests_py311                           1m 34s
  ✕ j11_cqlsh_dtests_py311_vnode                     2m 20s
  ✕ j11_dtests                                       58m 2s
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j17_dtests                                       48m 2s
      refresh_test.TestRefresh test_refresh_deadlock_startup
  ✕ j17_jvm_dtests                                  19m 30s
      junit.framework.TestSuite 
org.apache.cassandra.distributed.test.CASMultiDCTest
java11_separate_tests                            
{noformat}

[java11_pre-commit_tests|https://app.circleci.com/pipelines/github/instaclustr/cassandra/5909/workflows/5abfbdf5-63ee-424a-b480-170609076949]


> Use lexicographic order to store component list in SSTable TOC.txt
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-20494
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20494
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Local/SSTable
>            Reporter: Dmitry Konstantinov
>            Assignee: Romain Hardouin
>            Priority: Low
>             Fix For: 5.0.x, 5.x
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> Currently we keep components as a Set in memory and iterate over them without 
> a fixed order to write to TOC.txt, so TOC.txt can be different for different 
> SSTables, it is a bit annoying to see in tickets like CASSANDRA-20485. To 
> make the logic more deterministic we can sort the list in lexicographic order 
> in the store logic 
> (org.apache.cassandra.io.sstable.format.TOCComponent#appendTOC)
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to