Tim Whittington

Results 22 comments of Tim Whittington
trafficstars

This would be required to let https://github.com/pseudomuto/protoc-gen-doc work (same as OpenAPI, most doc output plugins want to produce a single book style output, so require all proto files in one...

@tglman - sorry, I didn't notice your last update, and got distracted with other work for a while so only just checked it today. I've created the requested PRs (I...

I'll try to find some time to fix up the tracing executors soon - as you note we can avoid the callable construction when tracing is disabled (which is already...

Thanks for that. We will be upgrading to 3.2 mid 2024 I expect, so I’ll repeat the stress testing process in 3.2 then. I think the architectural changes make porting...

I think this is an example of what I was describing in #1350 - this is a PKCS8 PrivateKeyInfo encrypted with the 'traditional' PEM method. It looks like openssl can...

@olamy - I've had a look at that other commit and had a look at reworking the patch I made. There is a lot of external synchronization in that commit,...

I see the same thing with 1.4.6 on 10.9.1, accompanied by log messages like those below: `8/01/14 11:26:57.403 am TotalTerminal[480]: Terminal is being launched. Waiting 512 seconds before checking it...

This appears to do what I want: ``` --- forkSrcPrefix/core/src/main/java/com/orientechnologies/orient/core/tx/OTransactionRealAbstract.java +++ forkDstPrefix/core/src/main/java/com/orientechnologies/orient/core/tx/OTransactionRealAbstract.java @@ -624,10 +624,16 @@ public abstract class OTransactionRealAbstract extends OTransactionAbstract public void resetAllocatedIds() { for (Map.Entry op :...

Thanks @tglman - your explanation was very helpful in understanding the intent here (although the updated rids map works in the opposite direction to your examples, tracking back references, so...

On the same database, we're observing a different persistent error (same cluster, different records): ``` java.lang.NullPointerException at com.orientechnologies.orient.core.storage.cache.chm.AsyncReadCache.releaseFromRead(AsyncReadCache.java:310) at com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent.releasePageFromRead(ODurableComponent.java:167) at com.orientechnologies.orient.core.storage.cluster.v2.OPaginatedClusterV2.readFullEntry(OPaginatedClusterV2.java:1409) at com.orientechnologies.orient.core.storage.cluster.v2.OPaginatedClusterV2.internalReadRecord(OPaginatedClusterV2.java:700) at com.orientechnologies.orient.core.storage.cluster.v2.OPaginatedClusterV2.readRecord(OPaginatedClusterV2.java:657) at com.orientechnologies.orient.core.storage.cluster.v2.OPaginatedClusterV2.readRecord(OPaginatedClusterV2.java:640) at com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.doReadRecord(OAbstractPaginatedStorage.java:5431)...