{"Status":"Fail","BeginTxnTimeMs":1,"Message":"too many filtered rows","NumberUnselectedRows":0,"CommitAndPublishTimeMs":0,"Label":"4682d766-0e53-4fce-b111-56a8d8bef390","LoadBytes":69238389,"StreamLoadPutTimeMs":4,"NumberTotalRows":7077604,"WriteDataTimeMs":4350,"TxnId":33,"...
When data is loaded into a table that uses expression-based automatic partitioning, the error "Error: The row create partition failed since Runtime error: failed to analyse partition value" may be thrown.#33513 The error "get_applied_rowsets failed, tablet updates is in error state: tablet:...
removeFromWaiterList(rid, currentLocker, lockType); /* Failure to acquire lock within the timeout ms */ DeadlockException exception = DeadlockException.makeDeadlockException(dc, currentLocker, false); LOG.warn(exception.getMessage()); LOG.warn(exception.getMessage(), exception); throw exception...
Rocks > set catalog iceberg; Query OK, 0 rows affected (0.00 sec) StarRocks > use nyc; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed StarRocks > select * from taxis; ERROR 1064 (HY000...
context->last_check_time = start_time; } auto status = Status::OK(); auto task_or = _tablet_mgr->compact(context.get()); if (task_or.ok()) { auto should_cancel = [&]() { return context->callback->has_error() || context->callback->timeout_exceeded(); }; auto should_canc...
@@ -81,9 +81,9 @@ public void executeWithoutPassword(BaseRequest request, BaseResponse response) throw new DdlException("unknown database, database=" + dbName); } String state = GlobalStateMgr.getCurrentGlobalTransactionMgr().getLabelState(db.getId(), label).toString(); String status = Glob...
IfINFORMATION_SCHEMAis queried by using the database driver MariaDB ODBC, theCATALOG_NAMEcolumn returned in theschemataview holds onlynullvalues.#34627 FEs crash due to the abnormal data loaded and cannot restart.#34590 If schema changes are being executed while a Stream Load job is in thePRE...
DatabaseTransactionMgr dbTransactionMgr = getDatabaseTransactionMgr(dbId); return dbTransactionMgr.getLabelState(label); } catch (AnalysisException e) { LOG.warn("Get transaction status by label " + label + " failed", e); return TransactionStatus.UNKNOWN; } } public Long getLabelTxnID(long dbI...
DatabaseTransactionMgr dbTransactionMgr = getDatabaseTransactionMgr(dbId); return dbTransactionMgr.getLabelTransactionState(label); } catch (AnalysisException e) { LOG.warn("Get transaction state by label " + label + " failed", e); return null; } } public VisibleStateWaiter commitTransaction(long...
DatabaseTransactionMgr dbTransactionMgr = getDatabaseTransactionMgr(dbId); return dbTransactionMgr.getLabelState(label); } catch (AnalysisException e) { LOG.warn("Get transaction status by label " + label + " failed", e); return TransactionStatus.UNKNOWN; } } public Long getLabelTxnID(long dbI...