jkonisa all time


 6 Collaborator
Yuki Morishita , Yifan Cai , Dinesh Joshi , Francisco Guerrero , Jon Meredith , Jyothsna Konisa

 4 Patch
f078c02cb58bddd735490b07548f7352f0eb09aa, 252d983cc11af3dee3588a1c328eac7a080bd462, 672d66a64a21e23c4d81c089b426360c2bb708b7, 9523a38b3f1b5bc4313e2949896ddc1fff58afbe

672d66a64a21e23c4d81c089b426360c2bb708b7 | Author: jkonisa <jkonisa@apple.com>
 | 2023-12-06 10:25:56-08:00

    CASSANDRA-19199 Remove write option VALIDATE_SSTABLES to enforce validation
    
    Patch by Jyothsna Konisa; Reviewed by Yifan Cai, Francisco Guerrero for CASSANDRA-19199

9523a38b3f1b5bc4313e2949896ddc1fff58afbe | Author: jkonisa <jkonisa@apple.com>
 | 2023-06-15 13:31:01-07:00

    CASSANDRA-18605 Adding support for TTL & Timestamps for bulk writes
    
    This commit introduces a new feature in Spark Bulk Writer to support writes with
    constant/per_row based TTL & Timestamps.
    
    Patch by Jyothsna Konisa; Reviewed by Dinesh Joshi, Francisco Guerrero, Yifan Cai for CASSANDRA-18605

f078c02cb58bddd735490b07548f7352f0eb09aa | Author: jkonisa <jkonisa@apple.com>
 | 2023-05-22 22:15:22-07:00

    Adding Mutual TLS authenticators for client & internode connections
    
    Patch by Jyothsna Konisa & Dinesh Joshi; reviewed by Yifan Cai, Jon Meredith,
    Yuki Morishita & Dinesh Joshi for CASSANDRA-18554
    
    Co-Authored-By: Dinesh Joshi <djoshi@apache.org>

252d983cc11af3dee3588a1c328eac7a080bd462 | Author: jkonisa <jkonisa@apple.com>
 | 2022-11-10 12:06:09-08:00

    CASSANDRASC-48: Adding new endpoint that gives information about the release version & partitioner name of a node
    
    Adds new APIs
    
    GET /api/v1/cassandra/status
      - Returns the NodeStatus with release version & partitioner info of the node receiving the request
    GET /api/v1/cassandra/status?instanceId={id}
      - Returs the NodeStatus with release version & partitioner info of a given instanceId
    
    patch by Jyothsna Konisa; reviewed by Dinesh Joshi, Francisco Guerrero, Yifan Cai for CASSANDRASC-48