[jira] [Commented] (OAK-10582) Build Jackrabbit/jackrabbit-oak-trunk #1306 failed

2024-01-05 Thread Hudson (Jira)


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

Hudson commented on OAK-10582:
--

Previously failing build now is OK.
 Passed run: [Jackrabbit/jackrabbit-oak-trunk 
#1321|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1321/]
 [console 
log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1321/console]

> Build Jackrabbit/jackrabbit-oak-trunk #1306 failed
> --
>
> Key: OAK-10582
> URL: https://issues.apache.org/jira/browse/OAK-10582
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: continuous integration
>Reporter: Hudson
>Priority: Major
>
> No description is provided
> The build Jackrabbit/jackrabbit-oak-trunk #1306 has failed.
> First failed run: [Jackrabbit/jackrabbit-oak-trunk 
> #1306|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/]
>  [console 
> log|https://ci-builds.apache.org/job/Jackrabbit/job/jackrabbit-oak-trunk/1306/console]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Assigned] (OAK-10594) Deny write to Azure also for reasons other than operation timeout

2024-01-05 Thread Miroslav Smiljanic (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Miroslav Smiljanic reassigned OAK-10594:


Assignee: Miroslav Smiljanic

> Deny write to Azure also for reasons other than operation timeout
> -
>
> Key: OAK-10594
> URL: https://issues.apache.org/jira/browse/OAK-10594
> Project: Jackrabbit Oak
>  Issue Type: Task
>Reporter: Miroslav Smiljanic
>Assignee: Miroslav Smiljanic
>Priority: Major
>
> Currently write to Azure is suspended when operation error code is 
> StorageErrorCodeStrings.OPERATION_TIMED_OUT
> [https://github.com/apache/jackrabbit-oak/blob/f62ae952f3bf9783abfe5314f85799fd6479daa6/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java#L140-L140]
>  
> Writing should be denied for other errors as well:
>  * com.microsoft.azure.storage.StorageException: The specified resource does 
> not exist
>  * com.microsoft.azure.storage.StorageException: The lease ID specified did 
> not match the lease ID for the blob
>  * com.microsoft.azure.storage.StorageException: The server is busy
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Connection reset
>  * com.microsoft.azure.storage.StorageException: The specified blob does not 
> exist
>  * com.microsoft.azure.storage.StorageException: Operations per second is 
> over the account limit
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Network is unreachable (connect failed)
>  * com.microsoft.azure.storage.StorageException: Server encountered an 
> internal error. Please try again after some time



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10594) Deny write to Azure also for reasons other than operation timeout

2024-01-05 Thread Miroslav Smiljanic (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Miroslav Smiljanic updated OAK-10594:
-
Component/s: segment-azure

> Deny write to Azure also for reasons other than operation timeout
> -
>
> Key: OAK-10594
> URL: https://issues.apache.org/jira/browse/OAK-10594
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: segment-azure
>Affects Versions: 1.60.0
>Reporter: Miroslav Smiljanic
>Assignee: Miroslav Smiljanic
>Priority: Major
>
> Currently write to Azure is suspended when operation error code is 
> StorageErrorCodeStrings.OPERATION_TIMED_OUT
> [https://github.com/apache/jackrabbit-oak/blob/f62ae952f3bf9783abfe5314f85799fd6479daa6/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java#L140-L140]
>  
> Writing should be denied for other errors as well:
>  * com.microsoft.azure.storage.StorageException: The specified resource does 
> not exist
>  * com.microsoft.azure.storage.StorageException: The lease ID specified did 
> not match the lease ID for the blob
>  * com.microsoft.azure.storage.StorageException: The server is busy
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Connection reset
>  * com.microsoft.azure.storage.StorageException: The specified blob does not 
> exist
>  * com.microsoft.azure.storage.StorageException: Operations per second is 
> over the account limit
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Network is unreachable (connect failed)
>  * com.microsoft.azure.storage.StorageException: Server encountered an 
> internal error. Please try again after some time



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10594) Deny write to Azure also for reasons other than operation timeout

2024-01-05 Thread Miroslav Smiljanic (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Miroslav Smiljanic updated OAK-10594:
-
Affects Version/s: 1.60.0

> Deny write to Azure also for reasons other than operation timeout
> -
>
> Key: OAK-10594
> URL: https://issues.apache.org/jira/browse/OAK-10594
> Project: Jackrabbit Oak
>  Issue Type: Task
>Affects Versions: 1.60.0
>Reporter: Miroslav Smiljanic
>Assignee: Miroslav Smiljanic
>Priority: Major
>
> Currently write to Azure is suspended when operation error code is 
> StorageErrorCodeStrings.OPERATION_TIMED_OUT
> [https://github.com/apache/jackrabbit-oak/blob/f62ae952f3bf9783abfe5314f85799fd6479daa6/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java#L140-L140]
>  
> Writing should be denied for other errors as well:
>  * com.microsoft.azure.storage.StorageException: The specified resource does 
> not exist
>  * com.microsoft.azure.storage.StorageException: The lease ID specified did 
> not match the lease ID for the blob
>  * com.microsoft.azure.storage.StorageException: The server is busy
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Connection reset
>  * com.microsoft.azure.storage.StorageException: The specified blob does not 
> exist
>  * com.microsoft.azure.storage.StorageException: Operations per second is 
> over the account limit
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Network is unreachable (connect failed)
>  * com.microsoft.azure.storage.StorageException: Server encountered an 
> internal error. Please try again after some time



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10594) Deny write to Azure also for reasons other than operation timeout

2024-01-05 Thread Miroslav Smiljanic (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Miroslav Smiljanic updated OAK-10594:
-
Description: 
Currently write to Azure is suspended when operation error code is 
StorageErrorCodeStrings.OPERATION_TIMED_OUT

[https://github.com/apache/jackrabbit-oak/blob/f62ae952f3bf9783abfe5314f85799fd6479daa6/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java#L140-L140]

 

Writing should be denied for other errors as well:
 * com.microsoft.azure.storage.StorageException: The specified resource does 
not exist
 * com.microsoft.azure.storage.StorageException: The lease ID specified did not 
match the lease ID for the blob
 * com.microsoft.azure.storage.StorageException: The server is busy
 * com.microsoft.azure.storage.StorageException: An unknown failure occurred : 
Connection reset
 * com.microsoft.azure.storage.StorageException: The specified blob does not 
exist
 * com.microsoft.azure.storage.StorageException: Operations per second is over 
the account limit
 * com.microsoft.azure.storage.StorageException: An unknown failure occurred : 
Network is unreachable (connect failed)
 * com.microsoft.azure.storage.StorageException: Server encountered an internal 
error. Please try again after some time

> Deny write to Azure also for reasons other than operation timeout
> -
>
> Key: OAK-10594
> URL: https://issues.apache.org/jira/browse/OAK-10594
> Project: Jackrabbit Oak
>  Issue Type: Task
>Reporter: Miroslav Smiljanic
>Priority: Major
>
> Currently write to Azure is suspended when operation error code is 
> StorageErrorCodeStrings.OPERATION_TIMED_OUT
> [https://github.com/apache/jackrabbit-oak/blob/f62ae952f3bf9783abfe5314f85799fd6479daa6/oak-segment-azure/src/main/java/org/apache/jackrabbit/oak/segment/azure/AzureRepositoryLock.java#L140-L140]
>  
> Writing should be denied for other errors as well:
>  * com.microsoft.azure.storage.StorageException: The specified resource does 
> not exist
>  * com.microsoft.azure.storage.StorageException: The lease ID specified did 
> not match the lease ID for the blob
>  * com.microsoft.azure.storage.StorageException: The server is busy
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Connection reset
>  * com.microsoft.azure.storage.StorageException: The specified blob does not 
> exist
>  * com.microsoft.azure.storage.StorageException: Operations per second is 
> over the account limit
>  * com.microsoft.azure.storage.StorageException: An unknown failure occurred 
> : Network is unreachable (connect failed)
>  * com.microsoft.azure.storage.StorageException: Server encountered an 
> internal error. Please try again after some time



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10594) Deny write to Azure also for reasons other than operation timeout

2024-01-05 Thread Miroslav Smiljanic (Jira)
Miroslav Smiljanic created OAK-10594:


 Summary: Deny write to Azure also for reasons other than operation 
timeout
 Key: OAK-10594
 URL: https://issues.apache.org/jira/browse/OAK-10594
 Project: Jackrabbit Oak
  Issue Type: Task
Reporter: Miroslav Smiljanic






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)


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

Julian Reschke commented on OAK-10593:
--

trunk: 
[f62ae952f3|https://github.com/apache/jackrabbit-oak/commit/f62ae952f3bf9783abfe5314f85799fd6479daa6]

> Upgrade jackson-databind dependency to 2.16.1
> -
>
> Key: OAK-10593
> URL: https://issues.apache.org/jira/browse/OAK-10593
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Fabrizio Fortino
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_oak_1_22
> Fix For: 1.62.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-10593:
-
Labels: candidate_oak_1_22  (was: )

> Upgrade jackson-databind dependency to 2.16.1
> -
>
> Key: OAK-10593
> URL: https://issues.apache.org/jira/browse/OAK-10593
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Fabrizio Fortino
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_oak_1_22
> Fix For: 1.62.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Resolved] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke resolved OAK-10593.
--
Fix Version/s: 1.62.0
   Resolution: Fixed

> Upgrade jackson-databind dependency to 2.16.1
> -
>
> Key: OAK-10593
> URL: https://issues.apache.org/jira/browse/OAK-10593
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Fabrizio Fortino
>Assignee: Julian Reschke
>Priority: Major
> Fix For: 1.62.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)
Julian Reschke created OAK-10593:


 Summary: Upgrade jackson-databind dependency to 2.16.1
 Key: OAK-10593
 URL: https://issues.apache.org/jira/browse/OAK-10593
 Project: Jackrabbit Oak
  Issue Type: Task
  Components: parent
Reporter: Fabrizio Fortino
Assignee: Julian Reschke
 Fix For: 1.58.0






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-10593:
-
Fix Version/s: (was: 1.58.0)

> Upgrade jackson-databind dependency to 2.16.1
> -
>
> Key: OAK-10593
> URL: https://issues.apache.org/jira/browse/OAK-10593
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Fabrizio Fortino
>Assignee: Julian Reschke
>Priority: Major
>  Labels: candidate_oak_1_22
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (OAK-10593) Upgrade jackson-databind dependency to 2.16.1

2024-01-05 Thread Julian Reschke (Jira)


 [ 
https://issues.apache.org/jira/browse/OAK-10593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julian Reschke updated OAK-10593:
-
Labels:   (was: candidate_oak_1_22)

> Upgrade jackson-databind dependency to 2.16.1
> -
>
> Key: OAK-10593
> URL: https://issues.apache.org/jira/browse/OAK-10593
> Project: Jackrabbit Oak
>  Issue Type: Task
>  Components: parent
>Reporter: Fabrizio Fortino
>Assignee: Julian Reschke
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)