Re: Admin API getMissingPersistentMembers is deprecated

2018-08-24 Thread Kirk Lund
ShowMissingDiskStoresFunction is probably ok for a test to use. I'll try to change the test to use that instead. Thanks! On Fri, Aug 24, 2018 at 1:04 PM, Jens Deppe wrote: > If you're looking for a non-deprecated way but still (unfortunately) > internal then 'ShowMissingDiskStoresFunction' will

Re: Admin API getMissingPersistentMembers is deprecated

2018-08-24 Thread Jens Deppe
If you're looking for a non-deprecated way but still (unfortunately) internal then 'ShowMissingDiskStoresFunction' will probably help. --Jens On Thu, Aug 23, 2018 at 2:27 PM Dan Smith wrote: > I think this was replaced with a gfsh command that does the same thing. > Unfortunately, we don't have

Re: Admin API getMissingPersistentMembers is deprecated

2018-08-23 Thread Dan Smith
I think this was replaced with a gfsh command that does the same thing. Unfortunately, we don't have a public java API for gfsh as far as I know. -Dan On Thu, Aug 23, 2018 at 1:50 PM, Kirk Lund wrote: > There are a few distributed tests that are using deprecated Admin API to > getMissingPersist