Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Execution Team 2021-11-01
Description
The insert operations in the WiredTigerIndex classes (WiredTigerIdIndex, WiredTigerUniqueIndex, and WiredTigerIndexStandard) convert error codes from the WT storage engine into Status objects. It would be helpful for diagnostics to include the ident information stored in the WiredTigerIndex class in these Status objects.
This work would include extended the wtRCToStatus() function to include a context expression (similar to what is done for the user assertion functions in assert_util.h)