Implement wiredtiger extension init and customize_file_system() function inside the storage source class for Azure. This function will create a new instance of the cloud file system. This also means that we will need to create and initiate all the members in the file system struct including the connection class. This function will deal with any required authentication to connect to the connection class. This ticket also implements the add_reference() function inside the storage source class for Azure. The add_reference() function should increment a variable inside the storage source class to track the number of open connections to the Azure storage source. Once implemented the developer will also need to test this functionality.
Update: also implement filesystem_terminate and the storage source terminate
Definition of Done
The customize_file_system and add_reference function is completed with python testing. The customize_file_system function should create an instance of Azure file system.
- is related to
-
WT-10360 Implement add_reference() in storage source class for Azure
- Closed