3.00.1
3.00.1.3
New Features
- Added parameters connectTimeout and readTimeout to the
connectmethod ofDBConnectionclass to set the maximum connection and read timeouts (in ms) for underlying API Socket connections.
Improvements
- The error message raised by
MultithreadedTableWriterwhen writing to partitioned tables now displays the specific column names in case of data type mismatch.
Issues Fixed
- [AJ-763] Fixed an occasional issue where CPU usage was falsely high when using
ThreadPooledClientfor stream subscription, even without subscription tasks.
3.00.1.2
Improvements
-
The default value of parameter parallelism for
runandtryRunhas been modified from 2 to 64.
3.00.1.1
New Features
-
Added parameters minimumPoolSize, maximumPoolSize, idleTimeout, and tryReconnectNums to
SimpleDBConnectionPoolfor setting the min/max pool size, max idle time, and the number of reconnection attempts of a connection pool. -
SimpleDBConnectionPoolnow supports dynamically acquiring connections and manually releasing idle connections. -
Added parameter tryReconnectNums to
DBConnectionfor setting the number of reconnection attempts. -
Added method
getScaletoMatrixinterface for obtaining the scale of a DECIMAL matrix.
Improvements
-
Optimized the implementation logic for
AutoFitTableAppenderandAutoFitTableUpsert. -
Optimized log information on CEP events.
Issues Fixed
-
Fixed an issue in high availability (HA) mode where restarting a data node after the controller and agent nodes were restarted would result in connection failure with a "connect to :0" error message.
3.00.1.0
New Features
-
Added
combinemethod for merging data in Decimal Vectors. -
Added support for creating, downloading and displaying Tensor data.
Issues Fixed
-
Fixed an error where dictionaries with value of ANY type couldn't accept common data types (e.g., INT, STRING).
-
Fixed an error occurring when uploading dictionary data with value of ANY type.
