LebronAl commented on a change in pull request #4079:
URL: https://github.com/apache/iotdb/pull/4079#discussion_r737210184
##########
File path:
cluster/src/test/java/org/apache/iotdb/cluster/log/applier/DataLogApplierTest.java
##########
@@ -179,75 +180,101 @@ public void setUp()
IoTDBDescriptor.getInstance().getConfig().setEnablePartialInsert(false);
isPartitionEnabled =
IoTDBDescriptor.getInstance().getConfig().isEnablePartition();
IoTDBDescriptor.getInstance().getConfig().setEnablePartition(true);
- testMetaGroupMember.setClientProvider(
- new DataClientProvider(new Factory()) {
- @Override
- public AsyncDataClient getAsyncDataClient(Node node, int timeout)
throws IOException {
- return new AsyncDataClient(null, null, node, null) {
+ // TODO fixme: restore normal provider
+ ClusterIoTDB.getInstance()
+ .setClientManager(
+ new IClientManager() {
Review comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]