Skip to content

Known issues (preview)

For the complete documentation index see: llms.txt

All documentation pages available in markdown.

Applies to

  • Aerospike Developer SDK preview (Java 21+ and Python 3.10+)
  • Aerospike Database 6.0 or later unless a section states otherwise

This page documents known issues and limitations in the Preview release of the Developer SDK.

Limitations

LimitationImpactWorkaroundTarget Fix
Preview AEL surface is narrower than the post-preview language spec (for example regex =~ and expanded string/path function families)Some advanced expression patterns are unavailable in preview docs/examplesUse operators documented in AEL reference or the raw Exp API where neededGA
Batch size limited to 5000Large batches fail with errorSplit into smaller batchesGA
Limited UDF supportRecord-level UDFs are supported, but not stream-levelUse classic client for full UDF supportPost-GA

Known bugs

IssueDescriptionWorkaroundStatus

Deprecated features

No features are deprecated in this preview release.

Reporting issues

If you encounter an issue not listed here:

When reporting, please include:

  1. Client version and language
  2. Server version
  3. Minimal reproduction steps
  4. Full error message and stack trace

Next steps