Re: Adding a system view of recently completed compute tasks

2022-01-12 Thread Nikolay Izhikov
+1 to have compute history. @ткаленко кирилл Lets’add both - compute task and compute job history? > 12 янв. 2022 г., в 16:32, Zhenya Stanilovsky > написал(а): > > > Ok, thanks, now it`s clear, seems we need additional documentation here and > also property renaming. > > > >> Judging by

Re[2]: Adding a system view of recently completed compute tasks

2022-01-12 Thread Zhenya Stanilovsky
Ok, thanks, now it`s clear, seems we need additional documentation here and also property renaming.   >Judging by the code, this is the task session timeout.        

Re: Adding a system view of recently completed compute tasks

2022-01-12 Thread Alexander Kozhenkov
I like the idea, let's add it. I think it is useful. On Wed, Jan 12, 2022 at 1:47 PM ткаленко кирилл wrote: > Judging by the code, this is the task session timeout. >

Re[2]: Adding a system view of recently completed compute tasks

2022-01-12 Thread Zhenya Stanilovsky
Ok, whats the purpose of  END_TIME property in such a case?   >Thanks Zhenya, but here we can see only the current working tasks, after they >are completed it is not possible to get the actual time of work, for example, >for statistics.        

Re: Adding a system view of recently completed compute tasks

2022-01-11 Thread Zhenya Stanilovsky
Hi, seems ignite already contain such view [1], plz explain the difference? thanks.   [1]  https://ignite.apache.org/docs/latest/monitoring-metrics/system-views#tasks   >  >>  >>>Hello everyone! >>> >>>I want to add a new system view to get the last N (configurable by system >>>property, default

Adding a system view of recently completed compute tasks

2022-01-11 Thread ткаленко кирилл
Hello everyone! I want to add a new system view to get the last N (configurable by system property, default 100) completed compute tasks, are there any objections?