Re: Unable to query system cache through Visor console

2017-11-22 Thread Denis Magda
Krzystof, It will be more correct to add missing metrics that will provide this information. Feel free to propose the new metrics in this discussion: http://apache-ignite-developers.2346864.n4.nabble.com/Ignite-Enhancement-Proposal-6-Metrics-td24192.html

Re: Unable to query system cache through Visor console

2017-11-22 Thread Krzysztof Chmielewski
Thanks for your response Denis. My uses case would be to list all Ignite semaphores and Ignite atomic references used in my Ignite grid. As fare as I know, those are stored in system caches. Thanks Krzysztof -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Unable to query system cache through Visor console

2017-11-22 Thread Denis Mekhanikov
Hi Krzysztof! It's even problematic to get an instance of system cache over Java API, not even from Visor CLI. Internal system information is stored there, so it's hidden from users. And Visor cannot access it as well, because it uses public API. Why would you want to do something like that?

Unable to query system cache through Visor console

2017-11-22 Thread Krzysztof Chmielewski
Hi, is there a way to query system caches like *ignite-sys-atomic-cache* via Visor console? If I'm trying to execute Visor command "cache -scan -c=@c2" where @2 is a cache's id, I'm receiving this error: *(wrn) : Failed to get cache because it is a system cache: