Francisco Guerrero
Francisco Guerrero
…eplacement Add a new check during host replacement. Currently, during a node replacement, we check that the node has not updated gossip for a configured ring_delay amount of time (defaults...
`entire_sstable_stream_throughput_outbound` and `entire_sstable_inter_dc_stream_throughput_outbound` were introduced in CASSANDRA-17065. They were added to the LoaderOptions class but they are not being used in the BulkLoader class. In this commit, we make use...
`entire_sstable_stream_throughput_outbound` and `entire_sstable_inter_dc_stream_throughput_outbound` were introduced in CASSANDRA-17065. They were added to the LoaderOptions class but they are not being used in the BulkLoader class. In this commit, we make use...
- Java: Add Apache Portable Runtime (APR) as default listener - Cloud Build: Use cloudbuild to produce `tomcat-native` libraries for CentOS7 GP5, GP6, GP7 and Ubuntu 18 GP6, GP7 -...
In `HttpServerResponse#sendFile`, when the offset is greater than the file length, the calculated content length is negative. Currently, the value is not validated until after the head (response status and...
In `HttpServerResponse#sendFile`, when the offset is greater than the file length, the calculated content length is negative. Currently, the value is not validated until after the head (response status and...
In this commit, we introduce a new parameter option for the `MutualTlsAuthenticator`. The new option is `max_certificate_age`, and it can be configured as a duration configuration parameter as defined by...
This patch adds the missing metadata from the authenticated user, which includes the identity for mTLS connections. Additionally, it notifies authentication failures during TLS handshake, for example when a client...
This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in `io.vertx.core.http.HttpClient`. Internally, we delegate the calls to the underlying client. Motivation: Explain here...
This commit adds the ability to update the SSLOptions on the WebClient, similar to the methods in `io.vertx.core.http.HttpClient`. Internally, we delegate the calls to the underlying client. Motivation: We don't...