Francisco Guerrero website_and_docs all time


 13 Collaborator
Mick Semb Wever , Štefan Miklošovič , Ekaterina Dimitrova , Berenguer Blasi , Andrés de la Peña , Dinesh Joshi , Yifan Cai , Jacek Lewandowski , Jon Meredith , Andy Tolbert , Shailaja Koppu , Jyothsna Konisa , Bernardo Botella

 2 Patch  8 Review
83c169ec9e36324f27bf562951362f4a03c3c688, 61be4d836213f708d9a29e59b9ef1df0bebef29a ca729f6fad70eb07dcf590274e8664b865af2d42, d336dda1123af0c272c69e42b6214577e30447e1, 4120b8ce4f1bc7bd7ce101e4e298fc2211a21fe0, bfcb21fbebfef14fbfe626bfd39d66f5e5c51018, 0e4c2f4befa22caa68b34f95d0169b4685bc7e0d, e5e13c02ccf386093153fd6824fd85ef7bd24eb3, 26dd119679605bf61ad3caa24a70509e5be5aac9, 945a4fc23ac1f60b8380be3b60aef89caf3daba2

d336dda1123af0c272c69e42b6214577e30447e1 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-06-10 17:28:39+02:00

    CEP-24 Password validation / generation
    
    patch by Stefan Miklosovic; reviewed by Dinesh Joshi, Francisco Guerrero for CASSANDRA-17457

ca729f6fad70eb07dcf590274e8664b865af2d42 | Author: Bernardo Botella <contacto@bernardobotella.com>
 | 2024-06-07 11:44:31-07:00

    CASSANDRA-19685 - Add auto_hints_cleanup_enabled to web documentation
    
    patch by Bernardo Botella; reviewed by Francisco Guerrero, Yifan Cai for CASSANDRA-19685

4120b8ce4f1bc7bd7ce101e4e298fc2211a21fe0 | Author: Andy Tolbert <6889771+tolbertam@users.noreply.github.com>
 | 2024-01-31 11:06:59-06:00

    Expose auth mode in system_views.clients, nodetool clientstats, metrics
    
    Adds 'authenticationMode' and 'metadata' fields to AuthenticatedUser to add context
    about how the user was authenticated and updates system_views.clients,
    nodetool clientstats (behind --verbose flag) to include this information.
    
    Also adds new metrics to ClientMetrics to help operators identify which
    authentication modes are being used.
    
    patch by Andy Tolbert; reviewed by Francisco Guerrero, Stefan Miklosovic for CASSANDRA-19366

0e4c2f4befa22caa68b34f95d0169b4685bc7e0d | Author: Bereng <berenguerblasi@gmail.com>
 | 2023-11-07 07:24:57+01:00

    Default to nb instead of nc for sstable formats
    
    patch by Berenguer Blasi; reviewed by Francisco Guerrero, Jacek Lewandowski, Michael Semb Wever for CASSANDRA-19010

bfcb21fbebfef14fbfe626bfd39d66f5e5c51018 | Author: Jyothsna Konisa <jkonisa@apple.com>
 | 2023-08-30 11:58:21-07:00

    Set right client auth for creating SSL context in mTLS optional mode
    
    patch by Jyothsna Konisa; reviewed by Francisco Guerrero, Jon Meredith for CASSANDRA-18811

83c169ec9e36324f27bf562951362f4a03c3c688 | Author: Francisco Guerrero <frank.guerrero@gmail.com>
 | 2022-08-19 10:20:57-07:00

    Fix BulkLoader to load entireSSTableThrottle and entireSSTableInterDcThrottle
    
    patch by Francisco Guerrero; reviewed by Ekaterina Dimitrova, Yifan Cai for CASSANDRA-17677

e5e13c02ccf386093153fd6824fd85ef7bd24eb3 | Author: Ekaterina Dimitrova <ekaterina.dimitrova@datastax.com>
 | 2022-08-01 17:35:16-04:00

    Fix default value for compaction_throughput_mb_per_sec in Config class to match  the one in cassandra.yaml
    patch by Ekaterina Dimimtrova; reviewed by Francisco Guerrero, Michael Semb Wever for CASSANDRA-17790

26dd119679605bf61ad3caa24a70509e5be5aac9 | Author: Yifan Cai <ycai@apache.org>
 | 2022-05-18 10:27:16-07:00

    Add new CQL function maxWritetime
    
    patch by Yifan Cai; reviewed by Andres de la Peña, Francisco Guerrero for CASSANDRA-17425

61be4d836213f708d9a29e59b9ef1df0bebef29a | Author: Francisco Guerrero <frank.guerrero@gmail.com>
 | 2022-03-16 01:31:00+01:00

    expose gossip information in system_views.gossip_info virtual table
    
    patch by Francisco Guerrero; reviewed by Stefan Miklosovic and Yifan Cai for CASSANDRA-17002
    
    This commit adds a new virtual table that exposes the gossip information in tabular format.
    
    The information is the same as the information presented through the `nodetool gossipinfo`
    command, but the virtual table splits the version and value from `VersionedValue` into two
    different columns. This is intented to help clients reading the vtable without the need of
    parsing the version:value information (as it currently stands in gossipinfo).
    
    The token value does not have a column. This is consistent with the gossipinfo output which
    always renders ":<hidden>" for the Token value. Only the token_version column is available.

945a4fc23ac1f60b8380be3b60aef89caf3daba2 | Author: Shailaja Koppu <s_koppu@apple.com>
 | 2022-02-01 09:53:49-08:00

    Add a virtual table for exposing prepared statements metrics
    
    patch by Shailaja Koppu; reviewed by Ekaterina Dimitrova, Francisco Guerrero, Yifan Cai for CASSANDRA-17224