Michael Penick last 3 years


 0 Collaborator

 1 Patch
dc449c49ae76d903ee369128ccb296656643ab51

dc449c49ae76d903ee369128ccb296656643ab51 | Author: Michael Penick <michael.penick@datastax.com>
 | 2022-08-24 11:13:32-04:00

    Fallback to `system.peers` when `system.peers_v2` is not available
    
    As currently implemented `system.peers_v2` support doesn't work for DSE
    clusters because it returns 4.0.x for the `release_version`. This
    attempts to use the `system.peers_v2` table when `release_version` is >=
    4.0.x, but falls back gracefully to `system.peers` when that table isn't
    found.