Jing Tao
Jing Tao
Thank you for the prompt reply. I will the mod-qos builder for the switch. Maybe I will bother you later :)
For completeness. I think it should show the replica information. Otherwise, it may confuse users in some circumstances. Also Metacat should enforce that clients can't edit the replica parts when...
The summary looks great!Sent from my iPhoneOn Aug 22, 2023, at 3:26 PM, Robyn ***@***.***> wrote: The publish method is implemented by Metacat in MNNodeService. Given an identifier and a...
@doulikecookiedough Have we decided we want to use Apache license in this release yet? If we want to use it, we need to change every file in the system which...
How many times of calling can cause the hanging? I am interested in trying this on a regular Metacat instance. On Thu, Feb 1, 2024 at 10:44 AM Matthew B...
It is a very useful feature since our production servers have some customized configuration. I can image it will be hard to make sure we don't lose some without a...
Matthew wrote some example here: ```java try (MockedStatic ignored = Mockito.mockStatic(MNodeService.class)) { MNodeService mockMNodeService = Mockito.mock(MNodeService.class); Mockito.when(MNodeService.getInstance()).thenReturn(mockMNodeService); Mockito.when(mockMNodeService).reindex(any(), any()).thenReturn(Boolean.TRUE); // Verify that reindex() was called Mockito.verify(mockMNodeService, Mockito.times(1)).reindex(any(), any()); } ```
What does "out of box" mean? Does it mean we don't need a running Metacat instance? We have lots of tests need a configured and functioning Metacat instance. It will...
We also need to develop the code which can transform current Metacat storage to the hash store.
The docid and guid of the documents which contain the object format list are `OBJECT_FORMAT_LIST.1.*`. The format of the `OBJECT_FORMAT_LIST.1.*` is `text/plain`.