Activity
From 12/16/2021 to 01/14/2022
01/14/2022
- 01:51 PM Bug #5972: Finish SQLWarning support for warnings raised by UDFs.
- To finish @SQLWarning@ support for queries we need to find an efficient way to detect the queries which use UDFs that...
- 01:47 PM Bug #5972 (New): Finish SQLWarning support for warnings raised by UDFs.
01/12/2022
- 12:25 PM Feature #5967: better handling of errors received from SQL/database server
- In one of previous issue we encountered some issues with the disk space being filled up on the partition where the SQ...
- 11:58 AM Feature #5967 (New): better handling of errors received from SQL/database server
01/08/2022
- 04:27 AM Bug #5956: FWD does not reset AVAILABLE flag after UDF error.
- Consider the following code (attached):...
- 04:12 AM Bug #5956 (New): FWD does not reset AVAILABLE flag after UDF error.
01/07/2022
- 11:09 AM Bug #5954: FOR EACH in FWD behaves differently than in 4GL when UDF raises an error
- Consider the following test program (attached):...
- 11:01 AM Bug #5954 (New): FOR EACH in FWD behaves differently than in 4GL when UDF raises an error
01/06/2022
- 10:48 AM Bug #5953: Exceptions raised by UDFs with PRESELECT
- It seems that we have a serious problem with @PRESELECT@ if UDF raises an error. Consider the following code:...
- 10:46 AM Bug #5953 (New): Exceptions raised by UDFs with PRESELECT
01/04/2022
- 03:05 PM Bug #5912 (Closed): improve FastFindCache memory consumption
- 02:31 PM Bug #5912 (WIP): improve FastFindCache memory consumption
- So the fix works, no more leak at FastFindCache. Added to 3821c/13337.
- 01:56 PM Bug #5912: improve FastFindCache memory consumption
- Eric Faulhaber wrote:
> Constantin, have you tested my proposed change to see if it resolves the leak?
I haven't ye... - 01:52 PM Bug #5912: improve FastFindCache memory consumption
- Constantin, have you tested my proposed change to see if it resolves the leak?
12/28/2021
- 02:55 AM Bug #5930: With some Java UDFs ERROR-STATUS can contain duplicate error messages
- Most Java UDFs delegate the real work to the general-purpose code which can use ErrorManager calls. With the new logi...
- 02:49 AM Bug #5930 (New): With some Java UDFs ERROR-STATUS can contain duplicate error messages
12/21/2021
- 01:15 PM Bug #5912: improve FastFindCache memory consumption
- Constantin Asofiei wrote:
> The RecordIdentifier instance remains referenced by @reverseLookup@ (as a weak key) an... - 12:23 PM Bug #5912: improve FastFindCache memory consumption
- Eric Faulhaber wrote:
> Constantin Asofiei wrote:
> > Another problem is @reverseLookup@ - the average cache size i... - 12:01 PM Bug #5912: improve FastFindCache memory consumption
- Constantin Asofiei wrote:
> Another problem is @reverseLookup@ - the average cache size is 10k, and the size is the ... - 11:52 AM Bug #5912: improve FastFindCache memory consumption
- Another problem is @reverseLookup@ - the average cache size is 10k, and the size is the same as the modCount value. ...
- 08:52 AM Bug #5912: improve FastFindCache memory consumption
- Ovidiu, I think we need to call @ffCache.invalidate(getDmoInfo().getId(), multiplexID);@ in case of temp-tables, in @...
- 07:33 AM Bug #5912: improve FastFindCache memory consumption
- The cache in FastFindCache is a basic map, which keeps accumulating; I think some invalidation cases were missed.
... - 07:28 AM Bug #5912 (Closed): improve FastFindCache memory consumption
- 11:51 AM Support #4701: try to improve H2 transaction commit performance
- https://groups.google.com/d/msgid/h2-database/18e458764a6d810175c894090e53b181541cfebd.camel%40manticore-projects.com...
Also available in: Atom