Informs: cockroachdb/cockroach#99028 Epic: https://cockroachlabs.atlassian.net/browse/CRDB-15071 Release note: None --- util/parquet: remove dependency on writer to read parquet files Previously, the test utils used to read parquet files would require the writer as an argument. The main ...
In July, 2013,Websenseharvested data from their “ThreatSeeker Intelligence Cloud” as described in detail in this Websense Security Labs Blog article titled “Digging Into Certificate Revocation Lists.” During approximately one hour of sampling the Internet for certificate traffic, Websense gathered 10...
return RevocationStatus.GOOD; } } 代码示例来源:origin: org.jsslutils/jsslutils @Override public boolean isRevoked(Certificate cert) { X509CRL crl = this.crl; if (crl != null) { return crl.isRevoked(cert); } else { return false; } } 代码示例来源:origin: puppetlabs/certificate-authority ...
To address this bug, this patch checks if the target dropped column is a key column first. Fixes: #105953 Release note (bug fix) : DROP COLUMN cascade involving a primary key column could end up hanging Co-authored-by: Faizan Qazi <faizan@cockroachlabs.com>...
t.Error(errors.WithDetail(err, "Unable to check health status")) postAssertionErr(errors.WithDetail(err, "Unable to check health status")) }var db *gosql.DB @@ -1198,31 +1177,45 @@ func (r *testRunner) teardownTest( // If this validation fails due to a timeout, it is v...
renatolabscommittedJun 20, 2023 1 parentba2e9efcommit0529df5 Show file tree Hide file tree Showing2 changed fileswith6 additionsand2 deletions. Whitespace Ignore whitespace Split Unified pkg cmd/roachtest/tests sysbench.go roachprod/errors
Release note (sql change): The public pseudo-role now receives the EXECUTE privilege by default for all user-defined functions that are created. This can be adjusted by using ALTER DEFAULT PRIVILEGES. Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>...
@@ -298,7 +300,7 @@ func (kr *KeyRewriter) checkAndRewriteTableKey(key []byte, wallTime int64) ([]by // Skip keys from ephemeral cluster status tables so that the restored cluster // does not observe stale leases/liveness until it expires. if tableID == keys.SQLInstancesTable...
IsDecommissionedStatusErr(err) } // validateKey returns an error if the key is not valid for use by the kvprober. // This is a sanity check to ensure that the kvprober does not corrupt user data // in the global keyspace or other system data in the local keyspace. @@ -351,8...
import { InlineAlert } from "@cockroachlabs/ui-components"; import styles from "./statementsPage.module.scss"; import RefreshControl from "src/activeExecutions/refreshControl/refreshControl"; const cx = classNames.bind(styles); const PAGE_SIZE = 20; @@ -52,6 +54,8 @@ export type Acti...