-
The following Jenkinsfile results in a deadlock when run with parallelism greater than fork-pool size. On my PC 5 is enough.
```
def PARALLELISM = 5
def latches = []
for(int i = 0; i < PARALLE…
pit3k updated
4 months ago
-
Hi Rohan,
I think I've found a new crash consistency issue in WineFS that occurs if multiple file descriptors are used to modify a file and we crash while increasing the file's size using truncate.…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.462.1
OS: Linux - 6.8.4-3-pve
Java: 21.0.2 - S.A. (OpenJDK 64-Bit Server VM)
---
all-changes:1.5
analysis-…
-
### Jenkins and plugins versions report
Environment
```text
Jenkins: 2.440.3
OS: Linux - 4.18.0-553.16.1.el8_10.x86_64
Java: 17.0.10 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
…
-
In plocal storage it is relatively simple to make schema changes transnational.
Document changes are transnational now, so we need only to add log messages related to file/cluster creation which will…
-
AsyncAPI spec:
```yaml
asyncapi: 2.2.0
info:
title: Dillery Scheduler Service
version: 0.1.0
description: Background task scheduling service with AsyncAPI specification
channels:
dil…
-
## What is the Problem Being Solved?
Currently it is a hassle to write tests of vat/library upgradability. The one scheme we have is more of an integration test, where you use a real swingset kerne…
-
Hi,
When I create a ILogger Scope in my method with a DurableOrchestrationContext, activities called does not log the scope.
I understand why but I am wondering if anything can be done about it, s…
-
**Describe the bug**
An orchestration fails without a log entry
**Investigative information**
- Durable Functions extension version: 1.7.0
- Function App version (1.0 or 2.0): ~2.0
- Programm…
-
Thank you for supporting JavaScript in Durable Functions.
the sample in ochestrator functions is using "yield", is there a plan to support "async/await" style? As you know, requirement of Node.js in …