Skip to content

Aggregation service job showed "Service Error" #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
evazkj opened this issue Jul 1, 2024 · 4 comments
Closed

Aggregation service job showed "Service Error" #63

evazkj opened this issue Jul 1, 2024 · 4 comments

Comments

@evazkj
Copy link

evazkj commented Jul 1, 2024

Hi, I was testing the Aggregation Service deployed in AWS (version 2.5.0). I met an error shows:

"result_info": {
        "return_code": "REPORTS_WITH_ERRORS_EXCEEDED_THRESHOLD",
        "return_message": "Aggregation job failed early because the number of reports excluded from aggregation exceeded threshold.",
        "error_summary": {
            "error_counts": [
                {
                    "category": "SERVICE_ERROR",
                    "count": 1,
                    "description": "Internal error occurred during operation."
                },
                {
                    "category": "NUM_REPORTS_WITH_ERRORS",
                    "count": 1,
                    "description": "Total number of reports that had an error. These reports were not considered in aggregation. See additional error messages for details on specific reasons."
                }
            ],
            "error_messages": []
        },
        "finished_at": "2024-07-01T22:02:32.089351102Z"
    },

I was testing only 1 reports in the batch, tried local-testing with the cleartext version, which works fine.

Without the additional information, I wasn't able to identify the problem.

By any chance I am not the only one who met this problem? What else should I check? Thanks

@nlrussell
Copy link
Collaborator

nlrussell commented Jul 2, 2024

Hi @evazkj, can you retry the job and update here if you're still facing the error? SERVICE_ERROR can be an intermittent internal error within the Aggregation Service service during operation.

If retrying doesn't work, could you provide your {env}.auto.tfvars file and the output of running terraform plan for your environment? Feel free to share these files over email: [email protected]

@evazkj
Copy link
Author

evazkj commented Jul 2, 2024

Still facing this error. I even tried destroy and redeploy the instance.

@evazkj
Copy link
Author

evazkj commented Jul 2, 2024

I sent an email containing the details to [email protected]. Thanks!

@evazkj
Copy link
Author

evazkj commented Jul 8, 2024

The problem has been resolved. The problem is we used un-updated coordinator id. Fixed it by destroy/reboot. Thanks!

@evazkj evazkj closed this as completed Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants