Vertica crash explanation
Hi guys!
Today I have already 4 times when Vertica node goes down.
I'm trying to research what the problem is, but can't found.
My ErrorReport.txt says:
FAULT => 3: NewEENode
Can someone provide link to manual where I can find some explanations about ErrorReport.txt?
Thanks for help.
Today I have already 4 times when Vertica node goes down.
I'm trying to research what the problem is, but can't found.
My ErrorReport.txt says:
Request: INSERT INTO ad_revenue_partners_aggregated SELECT date(ad_revenue_log_p."created_at") AS "created_at", ad_revenue_log_p.platform AS "platform", users.partner AS "partner_reg_id", partners.name AS "partner_name", partners.country_code AS "partner_country_code", partners.platform AS "partner_platform", partners.campaign AS "partner_campaign", partners.direction AS "partner_direction", date(to_timestamp(users.ts)) AS "user_reg_date", user_geo.country_code AS "user_country_code", SUM( CASE WHEN "ad_revenue"."revenue_type" IS NOT NULL THEN CASE WHEN "ad_revenue"."revenue_type" = 0 THEN ad_revenue.revenue/1000 ELSE ad_revenue.revenue END ELSE CASE WHEN "revenue_type"."type" = 0 THEN ad_revenue.revenue/1000 ELSE ad_revenue.revenue END END ) AS "total_profit", SUM(CASE WHEN "revenue_type"."type" = 0 THEN 1 ELSE 0 END) AS "impressions", SUM(CASE WHEN "revenue_type"."type" = 1 THEN 1 ELSE 0 END) AS "clicks" FROM "public"."ad_revenue_log_p" "ad_revenue_log_p" left JOIN "public"."user_geo" "user_geo" ON ("ad_revenue_log_p"."user_id" = "user_geo"."user_id") left JOIN "public"."revenue_type" "revenue_type" ON ("ad_revenue_log_p"."nad_id" = "revenue_type"."nad_id") left JOIN "public"."ad_revenue" "ad_revenue" ON (("ad_revenue_log_p"."nad_id" = "ad_revenue"."nad_id") AND (date("ad_revenue_log_p"."created_at")= date("ad_revenue"."created_at"))) left JOIN "public"."users" "users" ON ("ad_revenue_log_p"."user_id" = "users"."id") left JOIN "public"."partners" "partners" ON ("users"."partner" = "partners"."id") WHERE date("ad_revenue_log_p"."created_at") = '2014-01-09' GROUP BY date(ad_revenue_log_p.created_at), ad_revenue_log_p.platform, users.partner, partners.name, partners.country_code, partners.platform, partners.campaign, partners.direction, date(to_timestamp(users.ts)), user_geo.country_code 2: Root 0: GroupByNothing 1: DataTarget FAULT => 3: NewEENode ParallelUnion ExprEval GroupByHash ParallelUnion ExprEval Join StorageUnion Scan Join StorageUnion Scan Join StorageMerge (PPFAULT) => Scan Sort StorageUnion Join Join Scan StorageUnion Scan StorageUnion Scan Transaction: [0x00a00000003342a0] END THREAD CONTEXTAll the time database falls on this step
FAULT => 3: NewEENode
Can someone provide link to manual where I can find some explanations about ErrorReport.txt?
Thanks for help.
0
Comments
First, apologies for the crashes!
ErrorReport.txt is not for end-user consumption; it is intended for debugging by Vertica Support and Engineering. (It is captured by Support's automated data-collection tools.)
If you receive an ErrorReport.txt, what that should tell you is that something has gone very wrong with the database... Usually something that can't be fixed in the field; at best worked around, sometimes fixed by a hotfix, etc. Not surprising in this context -- you're seeing the database crash of its own accord; that's, of course, something that we work hard to avoid.
If you have an Enterprise account, please go straight to http://my.vertica.com/ and open a support case. They have tools to help understand what's going on here.
If not -- ErrorReport.txt files are often accompanied by a stack trace or core dump. Could you find and post that stack or core?
Thanks,
Adam
I still have Comunity Edition.
Here backtrace that you asked before (if I correctly understood your response)
Is there any way to determine what happened for me? Maybe I need to tune my Vertica configuration or create some projections?
Thanks. And another "Thanks" for your great product, I really enjoy it
Thanks for your helpful reply with the stack trace.
It would be helpful to see some additional diagnostic information about your issue. Could you run the diagnostic collection tool for us and point us to the output? The instructions for the diagnostic tools can be found here:
https://my.vertica.com/docs/7.0.x/HTML/index.htm#Authoring/_IntrabookContent/Links/CollectingDiagnos...
Thanks!
Jason
I agree, it is best to follow up off-thread. I will do that right away.
Jason