ThreadDao

Results 183 comments of ThreadDao

Creating collection without a primary field get an nil error ``` func TestCollectionWithoutPrimary(t *testing.T) { ctx := context.Background() c := GenClient(t) fields := []*entity.Field { { Name: ut.DefaultIntFieldName, DataType: entity.FieldTypeInt64,...

This case has the same problem ``` @pytest.mark.xfail(reason="pymilvus issue #677") def test_loading_progress_invalid_partition_names(self, get_invalid_partition_names): """ target: test loading progress with invalid partition names method: input invalid partition names expected: raise an...

I also met this problem. When I simulate the disk write load with `p` greater than 1, I find out the data size is `size / p`. This is by...

Now `auto-compaction` is on and the problem did not reappear.

This problem will be solved after 2.0 release

Hi @owlwang Can you describe the schema of the collection where you are inserting the data, included collection shard numbers

@yanliang567 @xige-16 @StevenSama I tried to reproduce in both pymilvus and milvus-sdk-java 2.0.4, but neither reproduced. Could you take a look at how this reproduction step differs from yours? Below...

> @ThreadDao according to the log, there was a release request before the first load operation is done. May I ask what is the expect behavior of this situation? We...