-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module #4079
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
Merged
Merged
[IOTDB-1639] Refactoring the cluster class structure to make it consistent with the server module #4079
Changes from all commits
Commits
Show all changes
95 commits
Select commit
Hold shift + click to select a range
4f92cc5
a temporary submit..
5bdf918
temporary commit for refactor thrift rpc
19c9456
Merge remote-tracking branch 'origin/master' into cluster-
bba25de
temporary commit
ae1e677
Merge remote-tracking branch 'origin/master' into cluster-
4246406
almost pass
aae37ad
Merge remote-tracking branch 'origin/master' into cluster-
0625334
pass manually test
9790e83
add cluster/server/raft packet
2fbbdc9
add lost codes..
e0ac0c0
add threadpool implementataion
248ce36
modify thread pool
c2f0cb6
continue for threadpool
936c9eb
merge with master
9f71122
try to fix tests
0c13adf
contine to fix tests
75b4fa3
make sure close connections before stop the server in all tests
f3240f8
Merge commit '75b4fa329db5f3f5a6f0aa6879f44a9f834333c1' into cluster-
8fff2eb
continue to refactor
184d3d1
Merge remote-tracking branch 'origin/master' into cluster-
d5c9e7c
simplify dataclientfactory
9b10199
Merge remote-tracking branch 'origin/master' into cluster-
f22376b
fix bug for TestUtils.serializedpartitionTable
e47afa9
fix jmx for threadpool step 1
a2519c6
merge with master
9090519
fix error in DataLogApplierTest.java
81867e2
extract closing thread pool
dcf9a00
Merge branch 'cluster-' of github.com:apache/iotdb into cluster-
9e2a556
add log
4699d83
merge with master
84d1ee0
apply spotless
3961446
merge with master
f3a3f93
apply spotless
91417c6
temp
cigarl a1ec9f3
merge with master
6225362
enable github action for cluster- branch
9fdbbad
[cluster-refactor] update start class name in shell/bat script and ap…
chengjianyun 06cbe01
merge with master
299345a
fix incorrect modification in IoTDB's shutdown function
d23062c
apply spotless
4c08775
fix error if pool is null in FlushManager
0e9b730
add 800 error code for incorrect configuration. remove some System.ex…
2bcf2cf
remove mockito-all dependency
5eb6987
remove mockito-all dependency
6cc3add
[cluster-refactor] add mockito dependency for cli and flink connector…
chengjianyun 4a5a29d
[cluster-refactor] fix the bug that data heartbeat handler is null (#…
chengjianyun 19d2f70
[cluster-refactor] refactor client pool (#3886)
chengjianyun 12ad291
[cluster-refactor]split DataGroupServiceImpls into engine and impls …
cigarl 5f98024
merge with master
22e7743
fix merge conflict
cc4cb83
fix clientManager tests
OneSizeFitsQuorum 5282fb9
fix applier tests
OneSizeFitsQuorum e5000ee
fix pullSnapshotTaskTest
OneSizeFitsQuorum f227b27
fix ClusterAggregateExecutorTest
OneSizeFitsQuorum b99c266
init test client with category
OneSizeFitsQuorum 326f43e
Merge branch 'master' into cluster-
OneSizeFitsQuorum 186a38b
Merge remote-tracking branch 'origin/master' into cluster-
2f15139
fix some UT cases: DataGroupMemberTest, RemoteMultSeriesTest, MetaGro…
chengjianyun 50fb186
[cluster-refactor] fix UT cases in: DataGroupMemberTest, MetaGroupMem…
chengjianyun 0d399ce
Merge branch 'master' into cluster-
OneSizeFitsQuorum 9bda5b3
fix metaMemberTest NPE
OneSizeFitsQuorum e62e097
fix singleNodeTest (#4185)
cigarl 72e0c37
fix teardown NPE
OneSizeFitsQuorum 15cd94c
fix snapshot OOM
OneSizeFitsQuorum 5b19d94
fix double return
OneSizeFitsQuorum 638eb9d
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 9bb1b2e
fix sonarcloud detected bugs (#4202)
chengjianyun f4b9e99
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 642ea80
fix code smell
OneSizeFitsQuorum 3574f9f
remove unused dependency
OneSizeFitsQuorum c184107
fix code smell
OneSizeFitsQuorum d14bdeb
fix SlotStrategy
OneSizeFitsQuorum 48614f1
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 6541b80
init taskExecutionPool with WrappedScheduledExecutorService in Compac…
OneSizeFitsQuorum c76201c
Update cluster/src/main/java/org/apache/iotdb/cluster/ClusterIoTDB.java
OneSizeFitsQuorum c0f9046
fix ClusterIoTDB related comments (#4239)
chengjianyun abe9ef1
fix some reviews
OneSizeFitsQuorum 57a73f2
mvn spotless:apply
OneSizeFitsQuorum 31947d8
[cluster refactor] comments resolve: remove useless config of check o…
chengjianyun e52b6d7
[cluster-refactor] fix client test related comments (#4247)
chengjianyun 3ebdf92
[Cluster refactor] comments resolve (#4250)
chengjianyun 78ad5eb
[cluster refactor] remove code checked in by mistake (#4251)
chengjianyun ceecd32
mvn spotless:apply
OneSizeFitsQuorum 99c1da3
[cluster refactor] let borrowClient throw IOException instead of Exce…
chengjianyun 8724db9
[Refactor cluster] fix comments (#4258)
chengjianyun c3ee7b6
[cluster refactor] fix code style of single line in if block
chengjianyun ea399f5
fix code smell step 1
OneSizeFitsQuorum de70ac0
fix code smell finish
OneSizeFitsQuorum 59ce4d4
change name
OneSizeFitsQuorum 886d06b
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 67d8875
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 42ee3a3
Merge branch 'master' of github.com:Apache/incubator-iotdb into cluster-
OneSizeFitsQuorum 9d8f695
remove useless code
OneSizeFitsQuorum 25571b8
fix code smell 2
OneSizeFitsQuorum a3aa279
fix code smell 2
OneSizeFitsQuorum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,6 @@ | |
| **/logs/* | ||
| **/lib/** | ||
| **/data/** | ||
| **/raft/** | ||
|
|
||
| # Python runtime file | ||
| **/__pycache__/** | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.