Skip to content

enhance virtual thread support in gRPC server and improve test parame…

d3f490d
Select commit
Loading
Failed to load commit list.
Draft

[POC] Virtual Threads #2778

enhance virtual thread support in gRPC server and improve test parame…
d3f490d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 4, 2025 in 0s

1 new issue (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 1
           

Complexity increasing per file
==============================
- server/src/main/java/com/arcadedb/server/ha/Leader2ReplicaNetworkExecutor.java  3
- postgresw/src/main/java/com/arcadedb/postgres/PostgresNetworkListener.java  1
- server/src/main/java/com/arcadedb/server/http/HttpServer.java  4
- redisw/src/main/java/com/arcadedb/redis/RedisNetworkListener.java  1
- server/src/main/java/com/arcadedb/server/ha/LeaderNetworkListener.java  2
- engine/src/main/java/com/arcadedb/query/polyglot/PolyglotQueryEngine.java  3
- engine/src/main/java/com/arcadedb/query/java/JavaQueryEngine.java  3
         

See the complete overview on Codacy

Annotations

Check notice on line 159 in server/src/main/java/com/arcadedb/server/ha/Leader2ReplicaNetworkExecutor.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/src/main/java/com/arcadedb/server/ha/Leader2ReplicaNetworkExecutor.java#L159

Unnecessary use of fully qualified name 'com.arcadedb.GlobalConfiguration.HA_USE_VIRTUAL_THREADS' due to existing import 'com.arcadedb.GlobalConfiguration'