Changelog
This section lists the changes that were made to GigaSpaces products for 17.1.0.
17.1
Features and Enhancements
Key | Name | Description |
---|---|---|
PIC-5571 | Upgrade third party jars | See Third-Party License Agreements. |
PIC-3241 | Add readiness probe to XAP![]() |
Allow safe rolling upgrade of managers. |
PIC-5444 | REST![]() |
For In-Memory and Tiered Storage![]() ![]() ![]() |
PIC-5442 | Read Only mode for Space![]() |
Add functionality that will allow using a Space in a read-only mode, blocking all WRITE/CHANGE/TAKE operations and allowing only READ. |
PIC-5339 | Add API to support import/export of space configuration | As part of the effort to allow an import and export of configuration, there are now APIs to allow creation of a Tiered Storage space, and an API that will allow retrieval of space configuration for creation in another environment. |
PIC-5300 | JDBC![]() |
Support query starting with 'with'. |
PIC-5251 | Add Kapacitor as part of Smart DIH![]() |
Allow to configure the following two properties: * enabled * value (for condition) Example: dihFlinkJobManagerTaskSlots: enabled: true value: 0{noformat} |
PIC-5155 | Allow custom defined alerts | In addition to allowing customers to configure various aspects of default alerts, add the ability to add user defined alerts based on default or custom metrics. |
PIC-5179 | Handle durable task recovery | Handle long task in high availability (with backups) and after partition restart. |
PIC-5161 | Push down aggregation functions (max,min) to tier when relevant |
In Tiered Storage spaces, if aggregation can be pushed to tier, the aggregation will be performed on the underlying tier in one step per partition. |
PIC-5057 | Ability to inject gigaspace instance to aggregation | During aggregation on one table, looks for data in the reference table. |
PIC-4999 | Colocated join in case join condition includes routing![]() |
As with broadcast tables. |
PIC-4935 | Update DI![]() |
gigaspaces/openjdk:17.3, jmap and jstack utilities were added. |
PIC-4665 | Allow overriding podManagementPolicy in xap-pu | By default, parallelmod for non high availability spaces. |
PIC-4623 | Improve Tiered Storage space initialization time | Move the count per table to run in the async manner, as it's needed only for statistics and should not block partition from starting. |
PIC-5344 | Add Broadcast support to space document and Poco in DotNet | Broadcast tables are now supported in DotNet, can be added as part of spaceclass annotation. |
Resolved Issues
Key | Name | Description |
---|---|---|
PIC-5565 | Fix connect to data source for Oracle, Postgres And MySQL in ops-ui | Missing dependency. |
PIC-5338 | LDAP![]() |
Change LDAP configuration to include GS implementation of populator bean. |
PIC-4653 | Tiered Storage mode over Windows SQLite not initialized properly | In Windows, SQLite DB not created properly due to Windows file naming policy, the XAP create a DB name that includes : which is allowed in Linux but forbidden in Windows. |
PIC-4628 | Select * on a broadcast table with no Tiered Storage policy returns only part of records | Fix broadcast read for Tiered Storage space with multiple partitions. |