You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Matt Ryan (Jira)" <ji...@apache.org> on 2019/10/24 17:01:00 UTC

[jira] [Commented] (OAK-8413) Use the new Azure SDK in the Azure Segment Store

    [ https://issues.apache.org/jira/browse/OAK-8413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16959046#comment-16959046 ] 

Matt Ryan commented on OAK-8413:
--------------------------------

I've begun work on this in this branch on github:  [https://github.com/mattvryan/jackrabbit-oak/tree/OAK-8105-v12-segment]

At the moment I can build but unit tests do not run.  I suspect this is due to an issue with the Azurite blob storage emulator used in a Docker container to run the tests.  My understanding is that between Azure SDK version 8 and now they also changed the REST endpoints.

It looks like there's a new version of Azurite that hopefully will work:  [https://github.com/Azure/Azurite]

[~tomek.rekawek] it looks like we would need to update the Docker container we use in the tests to this new version, and then maybe the tests would run?

/cc [~adulceanu]

> Use the new Azure SDK in the Azure Segment Store
> ------------------------------------------------
>
>                 Key: OAK-8413
>                 URL: https://issues.apache.org/jira/browse/OAK-8413
>             Project: Jackrabbit Oak
>          Issue Type: Task
>          Components: segment-azure
>            Reporter: Tomek Rękawek
>            Assignee: Matt Ryan
>            Priority: Major
>             Fix For: 1.20.0
>
>
> We should update the oak-segment-azure to use the most recent Azure SDK version, to keep it compatible with the oak-blob-cloud-azure (see OAK-8105):
> {code}
>         <dependency>
>             <groupId>com.microsoft.azure</groupId>
>             <artifactId>azure-storage-blob</artifactId>
>             <version>11.0.1</version>
>         </dependency>
> {code}
> //cc: [~mattvryan]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)