Re: ignitevisorcmd tool - alternate option

2024-04-24 Thread Николай Ижиков
Hello. You can configure sql view metric exporter to export all metrics in form of SQL view and query view via control.sh https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics-system#sql-view > 24 апр. 2024 г., в 09:43, Charlin S написал(а): > > Hi, > Thank you all. > metric

Re: Ignite 2.16 - Multiple query fields are associated with the same alias

2024-04-24 Thread Charlin S
Hi, Thank you for your email Thanks and Regards Charlin On Wed, 24 Apr, 2024, 4:42 pm Pavel Tupitsyn, wrote: > Same thing. Fields get flattened for SQL, so you've got one column from > Employee and another from EmpInfo causing a conflict. > > On Wed, Apr 24, 2024 at 2:06 PM Charlin S wrote: >

Re: Ignite 2.16 - Multiple query fields are associated with the same alias

2024-04-24 Thread Pavel Tupitsyn
Same thing. Fields get flattened for SQL, so you've got one column from Employee and another from EmpInfo causing a conflict. On Wed, Apr 24, 2024 at 2:06 PM Charlin S wrote: > Hi, > Thank you for the email. > What about EmpInfo? Main class and child class having EmpName field (error > 1) > >

Re: Ignite 2.16 - Multiple query fields are associated with the same alias

2024-04-24 Thread Charlin S
Hi, Thank you for the email. What about EmpInfo? Main class and child class having EmpName field (error 1) Thanks and Regards, Charlin On Wed, 24 Apr, 2024, 4:25 pm Pavel Tupitsyn, wrote: > Employee class has two fields with the same name: > > [QuerySqlField] > public string EMPCode {

Re: Ignite 2.16 - Multiple query fields are associated with the same alias

2024-04-24 Thread Pavel Tupitsyn
Employee class has two fields with the same name: [QuerySqlField] public string EMPCode { get; set; } [QuerySqlField] public string EmpCode { get; set; } Ignite 2.10 ignored this and used only one of those for SQL, which may lead to subtle bugs. So we added this validation. You'll

Ignite 2.16 - Multiple query fields are associated with the same alias

2024-04-24 Thread Charlin S
Hi All, I am upgrading Ignite from 2.10 to 2.16 and getting Multiple query fields are associated with the same alias error for *EMPCode* and *EmpName, *which is working with Ignite 2.10. unable to create Employee cache. Error 1: System.Exception: IgniteException for chache :: Employee --->

Re: ignitevisorcmd tool - alternate option

2024-04-24 Thread Charlin S
Hi, Thank you all. metric works for me to find cache count. could you please let me know if any option for getting all caches with count in single window or tabular format Thanks & Regards, Charlin On Mon, 22 Apr 2024 at 14:59, Stephen Darlington wrote: > bin/control.sh --metric