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 XAPClosed GigaSpaces eXtreme Application Platform. Provides a powerful solution for data processing, launching, and running digital services manager Allow safe rolling upgrade of managers.
PIC-5444 RESTClosed REpresentational State Transfer. Application Programming Interface An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. command GET /spaces/{id}/cfg For In-Memory and Tiered StorageClosed Automatically assigns data to different categories of storage types based on considerations of cost, performance, availability, and recovery. Spaces in both Service GridClosed A built-in orchestration tool which contains a set of Grid Service Containers (GSCs) managed by a Grid Service Manager. The containers host various deployments of Processing Units and data grids. Each container can be run on a separate physical machine. This orchestration is available for XAP only. and KubernetesClosed An open-source container orchestration system for automating software deployment, scaling, and management of containerized applications. environments.
PIC-5442 Read Only mode for SpaceClosed Where GigaSpaces data is stored. It is the logical cache that holds data objects in memory and might also hold them in layered in tiering. Data is hosted from multiple SoRs, consolidated as a unified data model. 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 JDBCClosed Java DataBase Connectivity. This is an application programming interface (API) for the Java programming language, which defines how a client may access a database. V3 - can't run query that doesn't start with select or explain, add option to start using 'with' Support query starting with 'with'.
PIC-5251 Add Kapacitor as part of Smart DIHClosed Smart DIH allows enterprises to develop and deploy digital services in an agile manner, without disturbing core business applications. This is achieved by creating an event-driven, highly performing, efficient and available replica of the data from multiple systems and applications, / XAP umbrella in Kubernetes and allow configuration of default alerts

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 routingClosed The mechanism that is in charge of routing the objects into and out of the corresponding partitions. The routing is based on a designated attribute inside the objects that are written to the Space, called the Routing Index. info As with broadcast tables.
PIC-4935 Update DIClosed The Data Integration (DI) layer is a vital part of the Digital Integration Hub (DIH) platform. It is responsible for a wide range of data integration tasks such as ingesting data in batches or streaming data changes. This is performed in real-time from various sources and systems of record (SOR. The data then resides in the In-Memory Data Grid (IMDG), or Space, of the GigaSpaces Smart DIH platform./XAP components to the latest image OpenJDK 17.3 and add utilities as jmap and jstack 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 LDAPClosed Lightweight Directory Access Protocol. An open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. - some permissions not getting read after securing grid with 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.