3.00.1.1
chenxiYuDolphinDB
released this
17 Jul 02:24
·
82 commits
to master
since this release
New Features
- Added parameters minimumPoolSize, maximumPoolSize, idleTimeout, and tryReconnectNums to
SimpleDBConnectionPool
for setting the min/max pool size, max idle time, and the number of reconnection attempts of a connection pool. SimpleDBConnectionPool
now supports dynamically acquiring connections and manually releasing idle connections.- Added parameter tryReconnectNums to
DBConnection
for setting the number of reconnection attempts. - Added method
getScale
toMatrix
interface for obtaining the scale of a DECIMAL matrix.
Improvements
- Optimized the implementation logic for
AutoFitTableAppender
andAutoFitTableUpsert
. - 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.