Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native raft #9979

Draft
wants to merge 162 commits into
base: master
Choose a base branch
from
Draft

Native raft #9979

wants to merge 162 commits into from

Conversation

jt2594838
Copy link
Contributor

Implement a native raft consensus for more controllable performance and reducing bug response time. Moreover, further optimizations like NB-Raft, dispatching techniques, and advanced memory mangement provide high efficiency.

# Conflicts:
#	consensus/src/main/java/org/apache/iotdb/consensus/ConsensusFactory.java
#	consensus/src/main/java/org/apache/iotdb/consensus/config/ConsensusConfig.java
#	node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
#	pom.xml
#	service-rpc/src/main/java/org/apache/iotdb/rpc/TSStatusCode.java
# Conflicts:
#	consensus/src/main/java/org/apache/iotdb/consensus/natraft/protocol/log/dispatch/LogDispatcher.java
#	consensus/src/main/java/org/apache/iotdb/consensus/natraft/protocol/log/dispatch/flowcontrol/FlowBalancer.java
# Conflicts:
#	confignode/src/main/java/org/apache/iotdb/confignode/manager/consensus/ConsensusManager.java
#	node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
#	server/src/main/java/org/apache/iotdb/db/conf/IoTDBDescriptor.java
#	server/src/main/java/org/apache/iotdb/db/mpp/plan/parser/StatementGenerator.java
Copy link

sonarcloud bot commented Dec 21, 2023

Quality Gate Failed Quality Gate failed

Failed conditions

2 Security Hotspots
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint

# Conflicts:
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/consensus/DataRegionConsensusImpl.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/consensus/SchemaRegionConsensusImpl.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/scheduler/FragmentInstanceDispatcherImpl.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/flush/MemTableFlushTask.java
#	iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/client/property/ClientPoolProperty.java
# Conflicts:
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/QueryExecution.java
#	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/flush/MemTableFlushTask.java
#	iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
# Conflicts:
#	iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/service/ServiceType.java
Copy link

sonarcloud bot commented Mar 28, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
3 Security Hotspots
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant