Open slzheng2017 opened 2 years ago
the server is influxdb@1.8.10
Logging is not synchronous probably
Logging is not synchronous probably
i try tcpdump, the client request sequentially by drop action, and follower by write action
Please show the java code which does this
Please show the java code which does this
code in src/test/java/org/influxdb/impl/BatchProcessorTest.java
the write point ahead
finally delete database
hello, i test the case precision() in src/test/java/org/influxdb/impl/BatchProcessorTest.java it should execute like below:
but, actually it execute look like image below
the drop action before the write action!
i don't know it is my fault or the case has some problem?