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

ASF GitHub Bot commented on CASSANDRA-14928:
--------------------------------------------

Github user aweisberg commented on a diff in the pull request:

    https://github.com/apache/cassandra-dtest/pull/41#discussion_r240837053
  
    --- Diff: upgrade_tests/upgrade_manifest.py ---
    @@ -70,22 +89,19 @@ def clone_with_local_env_version(self):
             return self
     
     
    -indev_2_0_x = None  # None if release not likely
    -current_2_0_x = VersionMeta(name='current_2_0_x', family='2.0.x', 
variant='current', version='2.0.17', min_proto_v=1, max_proto_v=2, 
java_versions=(7,))
    -
     indev_2_1_x = VersionMeta(name='indev_2_1_x', family='2.1.x', 
variant='indev', version='github:apache/cassandra-2.1', min_proto_v=1, 
max_proto_v=3, java_versions=(7, 8))
    -current_2_1_x = VersionMeta(name='current_2_1_x', family='2.1.x', 
variant='current', version='2.1.17', min_proto_v=1, max_proto_v=3, 
java_versions=(7, 8))
    +current_2_1_x = VersionMeta(name='current_2_1_x', family='2.1.x', 
variant='current', version='2.1.20', min_proto_v=1, max_proto_v=3, 
java_versions=(7, 8))
     
     indev_2_2_x = VersionMeta(name='indev_2_2_x', family='2.2.x', 
variant='indev', version='github:apache/cassandra-2.2', min_proto_v=1, 
max_proto_v=4, java_versions=(7, 8))
    -current_2_2_x = VersionMeta(name='current_2_2_x', family='2.2.x', 
variant='current', version='2.2.9', min_proto_v=1, max_proto_v=4, 
java_versions=(7, 8))
    +current_2_2_x = VersionMeta(name='current_2_2_x', family='2.2.x', 
variant='current', version='2.2.13', min_proto_v=1, max_proto_v=4, 
java_versions=(7, 8))
     
    -indev_3_0_x = VersionMeta(name='indev_3_0_x', family='3.0.x', 
variant='indev', version='github:apache/cassandra-3.0', min_proto_v=3, 
max_proto_v=4, java_versions=(8,))
    -current_3_0_x = VersionMeta(name='current_3_0_x', family='3.0.x', 
variant='current', version='3.0.12', min_proto_v=3, max_proto_v=4, 
java_versions=(8,))
    +indev_3_0_x = VersionMeta(name='indev_3_0_x', family='3.0.x', 
variant='indev', version='github:aweisberg/cassandra-3.0', min_proto_v=3, 
max_proto_v=4, java_versions=(8,))
    --- End diff --
    
    Like I said in the JIRA I will update the branches on commit once 
https://issues.apache.org/jira/browse/CASSANDRA-14928 is merged.


> MigrationManager attempts to pull schema from different major version nodes
> ---------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14928
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14928
>             Project: Cassandra
>          Issue Type: Bug
>          Components: 4.0, Distributed Metadata
>            Reporter: Ariel Weisberg
>            Assignee: Ariel Weisberg
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 4.0, 2.2.x, 3.0.x, 3.11.x
>
>
> MigrationManager will do the version check against nodes it hasn't connected 
> to yet so it doesn't know their messaging service version. We should also 
> check the version in gossip as an additional layer of protection.
> This causes many of the upgrade tests to fail.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to