Add dafilesrv remote index support and client side support to Thor

Description

None

Conclusion

None

Activity

Show:

Jacob Cobbett-Smith December 10, 2018 at 2:40 PM

NB: Prior to this refactoring (prior to 7.0), Index Read would open parts during query initialization time.
The code was written to lazy open on demand, but calls through to the key manager(s) provoked early open.

That was generally not a big problem, except when indexes were being read in child graphs.
In those cases the CQ had access to all parts of the index and the initialization could take some time.
In extreme cases where a CQ had lots of indexread and perhaps those indexes were superfiles, the total time the CQ took to initialize exceeded an internal timeout and the query would fail. The error seen under those circumstances was:

System error: 9999: Internal Error at thgraphmaster.cpp(271)

A workaround for this issue, is to increase the timeout involved (default is 5 minutes)
This timeout can be increased with, e.g.:

#option('childGraphInitTimeout', 900);

.. which would represent 15 minutes.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Major

Fix versions

Created May 1, 2018 at 8:54 AM
Updated December 10, 2018 at 2:40 PM
Resolved May 14, 2018 at 3:11 PM

Flag notifications