Gaurav Sinha
Gaurav Sinha
@CodeBlanch tagging you as you might know about this area per https://github.com/open-telemetry/opentelemetry-dotnet/pull/2298
Thanks @CodeBlanch for your response. It has clarified some of the assumptions I was making. In the HttpContext implementation one is able to [reset the holder](https://github.com/dotnet/aspnetcore/blob/3ea008c80d5cc63de7f90ddfd6823b7b006251ff/src/Http/Http/src/HttpContextAccessor.cs#L33): ```*.cs if (value !=...
We hit this issue too. We use the test context in a similar manner as jvandertil described in the sample. Our codebase was moving to .NET 6 and we took...
+1 on this ask. We want to capture the exception in TestCleanup via the logging infra that is being used to capture the rest of the tracing. Currently our log...
More generally if a node is starting in join mode with uncommitted ledger files in its ledger directory that are further behind than the committed snapshot files in its snapshot...
Further, post-DR the pre-DR nodes are in the KV still, but no longer in the consensus. Invoking the DELETE /node/network/nodes/nodeid api has no affect and does not remove these stale...
@achamayou any eta for this one?
Update. Running cchost in gdb gave this output: ```sh 2024-09-05T07:48:19.978464Z 100 [fail ] ../src/host/main.cpp:276 | DEPRECATED: Enclave path was specified in config file! This should be removed from the config,...
@achamayou _File chunking is based on what is set under ledger.chunk_size in the configuration: https://microsoft.github.io/CCF/main/operations/configuration.html#ledger, and the commit watermark. The files are not renamed to .committed until they are closed...