Issues
- Rename of function prevents some queries from loadingHPCC-31119Resolved issue: HPCC-31119Gavin Halliday
- esp crash when terminatingHPCC-31078Resolved issue: HPCC-31078Jacob Cobbett-Smith
- libjavaembed.so init fails with ecl command due to unlimited stack sizeHPCC-31071Resolved issue: HPCC-31071Mark Kelly
- Invalid input in a trusted_peer could cause a crashHPCC-30956Resolved issue: HPCC-30956Gavin Halliday
- Improve debug logging when publishing packagmap and query files via remote storage.HPCC-30481Resolved issue: HPCC-30481Anthony Fishbeck
- Allow secrets to be cleanly refreshedHPCC-30304Resolved issue: HPCC-30304Gavin Halliday
- ISecureSocketContext caching certs past expirationHPCC-30294Resolved issue: HPCC-30294Mark Kelly
- HPCC Caching of expired TLS certificatesHPCC-30139Resolved issue: HPCC-30139
- Cloud HPCC Remote Trust via shared certificate authorityHPCC-30131Anthony Fishbeck
- Azure LB causes TLS layer to generate errorsHPCC-30088Resolved issue: HPCC-30088Mark Kelly
- jsecrets CVault constructor selects the wrong authtype for client token modeHPCC-30047Resolved issue: HPCC-30047Anthony Fishbeck
- add retry logic to the vault connectHPCC-29969Resolved issue: HPCC-29969Anthony Fishbeck
- Use latest version of ZLIB libraryHPCC-29294Resolved issue: HPCC-29294Russ Whitehead
- Subsequent SOAPCALL, different target, fails after successful oneHPCC-29292Resolved issue: HPCC-29292Anthony Fishbeck
- HTTPLIB and JSECRETS TLS imrovementsHPCC-28816Resolved issue: HPCC-28816Anthony Fishbeck
- Coverity scan reported new defects related to zcrypt.HPCC-26992Resolved issue: HPCC-26992Russ Whitehead
- Roxie toposerver TLS supportHPCC-25875Mark Kelly
- Allow the system to build on windows using icu from vcpkgHPCC-25119Resolved issue: HPCC-25119Michael Gardner
- Lift email recipient count limitationsHPCC-24992Resolved issue: HPCC-24992Dan Camper
- Issue a warning when a process is not found from environmentHPCC-24554Resolved issue: HPCC-24554Kanghua Wang
- HTTPCALL/SOAPCALL support for secretsHPCC-24546Resolved issue: HPCC-24546Anthony Fishbeck
- Spurious tracing running standalone queries.HPCC-24495Resolved issue: HPCC-24495Gavin Halliday
- Think through implications of blobs for bufferingHPCC-24096
- check uses of getRemotePath() and do not prefix with //ip/HPCC-24087Gavin Halliday
- Change default compression from LZW to LZ4 for Thor pub filesHPCC-24047Resolved issue: HPCC-24047Mark Kelly
- Fix libxml2 xmlXPathSetContextNode not available on centos6HPCC-23991Resolved issue: HPCC-23991Anthony Fishbeck
- Roxie udp free_slots comparison fixHPCC-23782Resolved issue: HPCC-23782Mark Kelly
- Improve JSON single item array supportHPCC-23745Anthony Fishbeck
- Improve ptree handling of single item arrayHPCC-23744Resolved issue: HPCC-23744Anthony Fishbeck
- Improve JSON/YAML support for root level arraysHPCC-23668Resolved issue: HPCC-23668Anthony Fishbeck
- Investigate how integrating reading from a block of memory fits inHPCC-23443Gavin Halliday
- Esp crashes accessing timers from very old workunitsHPCC-23223Resolved issue: HPCC-23223Gavin Halliday
- Add support for AWS S3 filesHPCC-23215Resolved issue: HPCC-23215Gavin Halliday
- Add azure support libraries to the systemHPCC-23209Resolved issue: HPCC-23209Gavin Halliday
- Investigate supporting Azure blobsHPCC-23188Resolved issue: HPCC-23188Gavin Halliday
- Results inconsistent while using UTF-8 comparisonHPCC-23132Resolved issue: HPCC-23132Gavin Halliday
- Create common code for splitting up between readersHPCC-23059
- Next step disk refactoringHPCC-22965Gavin Halliday
- Record translation not spotting keyed fields moving as untranslatableHPCC-22692Resolved issue: HPCC-22692Jacob Cobbett-Smith
- Update lz4 submodule to v1.9.1HPCC-22626Resolved issue: HPCC-22626Mark Kelly
- SOAPCALL http 503 Server busy error loops foreverHPCC-22544Yanrui Ma
- Update TBB submodule to latest 2019_U8 versionHPCC-22536Resolved issue: HPCC-22536Mark Kelly
- Reduce calls to ensureCapacity for fixed size rows in translatorHPCC-22469
- Minor misuse of std::map could cause extra entries to be addedHPCC-22398Resolved issue: HPCC-22398Jacob Cobbett-Smith
- Support type_set in dynamic translatorsHPCC-22323
- nested child row allocator leaked during translationHPCC-22301Resolved issue: HPCC-22301Jacob Cobbett-Smith
- translation / row builder code not allocating space for real's, potentially causing corruptionHPCC-22300Resolved issue: HPCC-22300Gavin Halliday
- Review efficiency of the translation codeHPCC-22299Gavin Halliday
- Create a cache for createTypeInfoOutputMetaData(MemoryBuffer)HPCC-22290Gavin Halliday
- Cleanly fall back if keyed filters cannot be converted from expected to actualHPCC-22287Gavin Halliday
50 of 227
Rename of function prevents some queries from loading
Fixed
Description
Conclusion
None
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
CriticalFix versions
Pull Request URL
Affects versions
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Affects versions
Created January 12, 2024 at 9:46 AM
Updated January 16, 2024 at 5:45 PM
Resolved January 16, 2024 at 5:44 PM
Activity
Show:
It affects queries compiled in 9.4.20,22 or 24 that contain a soapcall.
The getPersistPoolSize() function was renamed to getPersistMaxRequests(). This would not cause any problems with new queries, and no existing queries would override the function, but queries compiled with 9.4.20 would fail to load because of an unresolved symbol in 9.4.26rc1.