Page MenuHomePhabricator

[Bug] Monthly waterlines import is crashing
Closed, ResolvedPublic

Description

Steps to Reproduce

  1. Log into maps1001.eqiad.wmnet
  2. Read the log under /var/log/waterlines/import.log-*

Expected Results

  • Import water polygons with success

Actual Results

$ tail -f /var/log/waterlines/import.log-20181002                                                                  
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ERROR:  current transaction is aborted, commands ignored until end of transaction block                                               
ROLLBACK
Mon Oct  1 09:14:52 UTC 2018 - waterlines import completed

Environments Observed

  • maps1001.eqiad.wmfnet

Additional notes

  • Script import_waterlines seems to be working only for creation since it ran ok on maps1004 initial import.

Related Objects

Event Timeline

This looks like a clue:

ERROR: Geometry SRID (3857) does not match column SRID (900913) (import.log-20181002, line 18)

Same error on maps2001, btw.

MSantos changed the task status from Open to Stalled.Nov 20 2018, 5:30 PM

Depend on https://github.com/kartotherian/osm-bright.tm2source/pull/67 to be deployed on the Jessie cluster which can't be done right now because of the stretch migration T205462: Load OSM data into maps1004.

MSantos changed the task status from Stalled to Open.Feb 7 2019, 7:21 PM

This problem is not happening anymore in maps100[1-4] (see log below) with the new stretch environment but codfw cluster is not ready yet. I'm reopening and moving it to the "to deploy" column on the kanban because it is fixed and just need the migration/deployment to finish in codfw.

$ tail -f /var/log/waterlines/import.log-20190202                                                         
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
INSERT 0 1
COMMIT
ANALYZE
Fri Feb  1 09:15:48 UTC 2019 - waterlines import completed