Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread sebb
On Mon, 1 Apr 2024 at 15:44, Daniel Gruno  wrote:
>
> On 4/1/24 09:35, sebb wrote:
> > On Mon, 1 Apr 2024 at 15:14, Daniel Gruno  wrote:
> >>
> >> On 3/31/24 16:15, Dongjoon Hyun wrote:
> >>> Ya, it seems to happen at multiple projects.
> >>>
> >>> Like Apache ORC community, Apache Spark community report page is also 
> >>> missing JIRA/Commit/GitHub PR activities like the following.
> >>>
> >>> - https://reporter.apache.org/wizard/statistics?spark
> >>>
> >>> JIRA activity:
> >>> 0 issues opened in JIRA, past quarter (-100% change)
> >>> 0 issues closed in JIRA, past quarter (-100% change)
> >>>
> >>> Commit activity:
> >>> 0 commits in the past quarter (-100% decrease)
> >>> 0 code contributors in the past quarter (-100% change)
> >>>
> >>> GitHub PR activity:
> >>> 0 PRs opened on GitHub, past quarter (-100% change)
> >>> 0 PRs closed on GitHub, past quarter (-100% change)
> >>>
> >>> Dongjoon.
> >>
> >> The scanner had been stuck for a good while. I've cleared out the frozen
> >> processes, and hopefully the next rounds of scans should pick up some
> >> data again.
> >
> > Is there a way to check if the scanner is working?
> > And maybe send an alert if it is stuck?
>
> Some sort of cronjob that tests for whether a process has been running
> for more than N hours or days could probably do it, yeah. We tend to get
> rate-limited quite a lot due to the rather extreme size of our github
> org and number of jira spaces, so this is not a rare occurrence.

Or maybe the service could update something to show it is still working.
e.g. touch a file after every cycle.
This could then be added as a NodePing check.

> >
> >
> >>>
> >>> On 2024/03/31 08:46:20 sebb wrote:
>  On Sun, 31 Mar 2024 at 09:38, Francis Chuang  
>  wrote:
> >
> > I just checked for Calcite and the only stats missing for us is JIRA
> > activity. We have stats for everything else.
> >
> > Sheng Wu also raised this issue earlier today:
> > https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6
> >
> > I think there might be an issue with Whimsy's data collection.
> 
>  Whimsy is not involved in the data collection.
>  It is done by Reporter and/or Kibble.
> 
> > Francis
> >
> > On 31/03/2024 7:33 pm, William H. wrote:
> >> Hello,
> >>
> >> Hope you are having a great Easter weekend.
> >>
> >> I am the Chair of Apache ORC and I was met with an error in the
> >> statistics section of the report helper website
> >> (https://reporter.apache.org/wizard/
> >> ) where it displayed the activity
> >> data for Jira, Commit, and GitHub as 0 for the past quarter when it
> >> shouldn't have. I was wondering if this is something that can be fixed.
> >> I have attached what it looks like below. Thank you in advance for your
> >> help.
> >>
> >> Bests,
> >> William Hyun
> >>
> >> Screenshot 2024-03-31 at 4.14.42 AM.png
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> > For additional commands, e-mail: dev-h...@community.apache.org
> >
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
>  For additional commands, e-mail: dev-h...@community.apache.org
> 
> 
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> >>> For additional commands, e-mail: dev-h...@community.apache.org
> >>>
> >>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> >> For additional commands, e-mail: dev-h...@community.apache.org
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> > For additional commands, e-mail: dev-h...@community.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread Daniel Gruno

On 4/1/24 09:35, sebb wrote:

On Mon, 1 Apr 2024 at 15:14, Daniel Gruno  wrote:


On 3/31/24 16:15, Dongjoon Hyun wrote:

Ya, it seems to happen at multiple projects.

Like Apache ORC community, Apache Spark community report page is also missing 
JIRA/Commit/GitHub PR activities like the following.

- https://reporter.apache.org/wizard/statistics?spark

JIRA activity:
0 issues opened in JIRA, past quarter (-100% change)
0 issues closed in JIRA, past quarter (-100% change)

Commit activity:
0 commits in the past quarter (-100% decrease)
0 code contributors in the past quarter (-100% change)

GitHub PR activity:
0 PRs opened on GitHub, past quarter (-100% change)
0 PRs closed on GitHub, past quarter (-100% change)

Dongjoon.


The scanner had been stuck for a good while. I've cleared out the frozen
processes, and hopefully the next rounds of scans should pick up some
data again.


Is there a way to check if the scanner is working?
And maybe send an alert if it is stuck?


Some sort of cronjob that tests for whether a process has been running 
for more than N hours or days could probably do it, yeah. We tend to get 
rate-limited quite a lot due to the rather extreme size of our github 
org and number of jira spaces, so this is not a rare occurrence.







On 2024/03/31 08:46:20 sebb wrote:

On Sun, 31 Mar 2024 at 09:38, Francis Chuang  wrote:


I just checked for Calcite and the only stats missing for us is JIRA
activity. We have stats for everything else.

Sheng Wu also raised this issue earlier today:
https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6

I think there might be an issue with Whimsy's data collection.


Whimsy is not involved in the data collection.
It is done by Reporter and/or Kibble.


Francis

On 31/03/2024 7:33 pm, William H. wrote:

Hello,

Hope you are having a great Easter weekend.

I am the Chair of Apache ORC and I was met with an error in the
statistics section of the report helper website
(https://reporter.apache.org/wizard/
) where it displayed the activity
data for Jira, Commit, and GitHub as 0 for the past quarter when it
shouldn't have. I was wondering if this is something that can be fixed.
I have attached what it looks like below. Thank you in advance for your
help.

Bests,
William Hyun

Screenshot 2024-03-31 at 4.14.42 AM.png


-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread sebb
On Mon, 1 Apr 2024 at 15:14, Daniel Gruno  wrote:
>
> On 3/31/24 16:15, Dongjoon Hyun wrote:
> > Ya, it seems to happen at multiple projects.
> >
> > Like Apache ORC community, Apache Spark community report page is also 
> > missing JIRA/Commit/GitHub PR activities like the following.
> >
> > - https://reporter.apache.org/wizard/statistics?spark
> >
> > JIRA activity:
> > 0 issues opened in JIRA, past quarter (-100% change)
> > 0 issues closed in JIRA, past quarter (-100% change)
> >
> > Commit activity:
> > 0 commits in the past quarter (-100% decrease)
> > 0 code contributors in the past quarter (-100% change)
> >
> > GitHub PR activity:
> > 0 PRs opened on GitHub, past quarter (-100% change)
> > 0 PRs closed on GitHub, past quarter (-100% change)
> >
> > Dongjoon.
>
> The scanner had been stuck for a good while. I've cleared out the frozen
> processes, and hopefully the next rounds of scans should pick up some
> data again.

Is there a way to check if the scanner is working?
And maybe send an alert if it is stuck?


> >
> > On 2024/03/31 08:46:20 sebb wrote:
> >> On Sun, 31 Mar 2024 at 09:38, Francis Chuang  
> >> wrote:
> >>>
> >>> I just checked for Calcite and the only stats missing for us is JIRA
> >>> activity. We have stats for everything else.
> >>>
> >>> Sheng Wu also raised this issue earlier today:
> >>> https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6
> >>>
> >>> I think there might be an issue with Whimsy's data collection.
> >>
> >> Whimsy is not involved in the data collection.
> >> It is done by Reporter and/or Kibble.
> >>
> >>> Francis
> >>>
> >>> On 31/03/2024 7:33 pm, William H. wrote:
>  Hello,
> 
>  Hope you are having a great Easter weekend.
> 
>  I am the Chair of Apache ORC and I was met with an error in the
>  statistics section of the report helper website
>  (https://reporter.apache.org/wizard/
>  ) where it displayed the activity
>  data for Jira, Commit, and GitHub as 0 for the past quarter when it
>  shouldn't have. I was wondering if this is something that can be fixed.
>  I have attached what it looks like below. Thank you in advance for your
>  help.
> 
>  Bests,
>  William Hyun
> 
>  Screenshot 2024-03-31 at 4.14.42 AM.png
> >>>
> >>> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> >>> For additional commands, e-mail: dev-h...@community.apache.org
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> >> For additional commands, e-mail: dev-h...@community.apache.org
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> > For additional commands, e-mail: dev-h...@community.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-04-01 Thread Daniel Gruno

On 3/31/24 16:15, Dongjoon Hyun wrote:

Ya, it seems to happen at multiple projects.

Like Apache ORC community, Apache Spark community report page is also missing 
JIRA/Commit/GitHub PR activities like the following.

- https://reporter.apache.org/wizard/statistics?spark

JIRA activity:
0 issues opened in JIRA, past quarter (-100% change)
0 issues closed in JIRA, past quarter (-100% change)

Commit activity:
0 commits in the past quarter (-100% decrease)
0 code contributors in the past quarter (-100% change)

GitHub PR activity:
0 PRs opened on GitHub, past quarter (-100% change)
0 PRs closed on GitHub, past quarter (-100% change)

Dongjoon.


The scanner had been stuck for a good while. I've cleared out the frozen 
processes, and hopefully the next rounds of scans should pick up some 
data again.




On 2024/03/31 08:46:20 sebb wrote:

On Sun, 31 Mar 2024 at 09:38, Francis Chuang  wrote:


I just checked for Calcite and the only stats missing for us is JIRA
activity. We have stats for everything else.

Sheng Wu also raised this issue earlier today:
https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6

I think there might be an issue with Whimsy's data collection.


Whimsy is not involved in the data collection.
It is done by Reporter and/or Kibble.


Francis

On 31/03/2024 7:33 pm, William H. wrote:

Hello,

Hope you are having a great Easter weekend.

I am the Chair of Apache ORC and I was met with an error in the
statistics section of the report helper website
(https://reporter.apache.org/wizard/
) where it displayed the activity
data for Jira, Commit, and GitHub as 0 for the past quarter when it
shouldn't have. I was wondering if this is something that can be fixed.
I have attached what it looks like below. Thank you in advance for your
help.

Bests,
William Hyun

Screenshot 2024-03-31 at 4.14.42 AM.png


-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-03-31 Thread Justin Mclean
Hi,

The statistics alone are fairly meaningless in a report. What I like to see in 
a report are more details about the community and what it is doing to attract 
more committers.

Kind Regards,
Justin
-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-03-31 Thread Dongjoon Hyun
Ya, it seems to happen at multiple projects.

Like Apache ORC community, Apache Spark community report page is also missing 
JIRA/Commit/GitHub PR activities like the following.

- https://reporter.apache.org/wizard/statistics?spark

JIRA activity:
0 issues opened in JIRA, past quarter (-100% change)
0 issues closed in JIRA, past quarter (-100% change)

Commit activity:
0 commits in the past quarter (-100% decrease)
0 code contributors in the past quarter (-100% change)

GitHub PR activity:
0 PRs opened on GitHub, past quarter (-100% change)
0 PRs closed on GitHub, past quarter (-100% change)

Dongjoon.

On 2024/03/31 08:46:20 sebb wrote:
> On Sun, 31 Mar 2024 at 09:38, Francis Chuang  wrote:
> >
> > I just checked for Calcite and the only stats missing for us is JIRA
> > activity. We have stats for everything else.
> >
> > Sheng Wu also raised this issue earlier today:
> > https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6
> >
> > I think there might be an issue with Whimsy's data collection.
> 
> Whimsy is not involved in the data collection.
> It is done by Reporter and/or Kibble.
> 
> > Francis
> >
> > On 31/03/2024 7:33 pm, William H. wrote:
> > > Hello,
> > >
> > > Hope you are having a great Easter weekend.
> > >
> > > I am the Chair of Apache ORC and I was met with an error in the
> > > statistics section of the report helper website
> > > (https://reporter.apache.org/wizard/
> > > ) where it displayed the activity
> > > data for Jira, Commit, and GitHub as 0 for the past quarter when it
> > > shouldn't have. I was wondering if this is something that can be fixed.
> > > I have attached what it looks like below. Thank you in advance for your
> > > help.
> > >
> > > Bests,
> > > William Hyun
> > >
> > > Screenshot 2024-03-31 at 4.14.42 AM.png
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> > For additional commands, e-mail: dev-h...@community.apache.org
> >
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
> 
> 

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-03-31 Thread sebb
On Sun, 31 Mar 2024 at 09:38, Francis Chuang  wrote:
>
> I just checked for Calcite and the only stats missing for us is JIRA
> activity. We have stats for everything else.
>
> Sheng Wu also raised this issue earlier today:
> https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6
>
> I think there might be an issue with Whimsy's data collection.

Whimsy is not involved in the data collection.
It is done by Reporter and/or Kibble.

> Francis
>
> On 31/03/2024 7:33 pm, William H. wrote:
> > Hello,
> >
> > Hope you are having a great Easter weekend.
> >
> > I am the Chair of Apache ORC and I was met with an error in the
> > statistics section of the report helper website
> > (https://reporter.apache.org/wizard/
> > ) where it displayed the activity
> > data for Jira, Commit, and GitHub as 0 for the past quarter when it
> > shouldn't have. I was wondering if this is something that can be fixed.
> > I have attached what it looks like below. Thank you in advance for your
> > help.
> >
> > Bests,
> > William Hyun
> >
> > Screenshot 2024-03-31 at 4.14.42 AM.png
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org



Re: Regarding the Apache Committee Report Helper Website

2024-03-31 Thread Francis Chuang
I just checked for Calcite and the only stats missing for us is JIRA 
activity. We have stats for everything else.


Sheng Wu also raised this issue earlier today: 
https://lists.apache.org/thread/2jn0m17276ny0l297nj5vfxtjsoksnz6


I think there might be an issue with Whimsy's data collection.

Francis

On 31/03/2024 7:33 pm, William H. wrote:

Hello,

Hope you are having a great Easter weekend.

I am the Chair of Apache ORC and I was met with an error in the 
statistics section of the report helper website 
(https://reporter.apache.org/wizard/ 
) where it displayed the activity 
data for Jira, Commit, and GitHub as 0 for the past quarter when it 
shouldn't have. I was wondering if this is something that can be fixed. 
I have attached what it looks like below. Thank you in advance for your 
help.


Bests,
William Hyun

Screenshot 2024-03-31 at 4.14.42 AM.png


-
To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
For additional commands, e-mail: dev-h...@community.apache.org