Advertisement
kmajumder

Untitled

Sep 12th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.70 KB | None | 0 0
  1. [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (DefaultQuartzScheduler3) [2492bf84] EVENT_ID: GLUSTER_VOLUME_DELETED_FROM_CLI(4,027), Detected deletion of volume hddvol on cluster Default, and deleted it from engine DB.
  2. 2018-09-12 14:41:22,180+05 ERROR [org.ovirt.engine.core.bll.gluster.GlusterSyncJob] (DefaultQuartzScheduler3) [2492bf84] Error while removing volumes from database!: org.springframework.dao.DataIntegrityViolationException: CallableStatementCallback; SQL [{call deleteglustervolumesbyguids(?)}]; ERROR: update or delete on table "gluster_volumes" violates foreign key constraint "fk_storage_connection_to_glustervolume" on table "storage_server_connections"
  3. Detail: Key (id)=(cfac6afe-72c1-4077-ad99-11a6581a917e) is still referenced from table "storage_server_connections".
  4. Where: SQL statement "DELETE
  5. FROM gluster_volumes
  6. WHERE id IN (
  7. SELECT *
  8. FROM fnSplitterUuid(v_volume_ids)
  9. )"
  10. PL/pgSQL function deleteglustervolumesbyguids(character varying) line 3 at SQL statement; nested exception is org.postgresql.util.PSQLException: ERROR: update or delete on table "gluster_volumes" violates foreign key constraint "fk_storage_connection_to_glustervolume" on table "storage_server_connections"
  11. Detail: Key (id)=(cfac6afe-72c1-4077-ad99-11a6581a917e) is still referenced from table "storage_server_connections".
  12. Where: SQL statement "DELETE
  13. FROM gluster_volumes
  14. WHERE id IN (
  15. SELECT *
  16. FROM fnSplitterUuid(v_volume_ids)
  17. )"
  18. PL/pgSQL function deleteglustervolumesbyguids(character varying) line 3 at SQL statement
  19. at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:243) [spring-jdbc.jar:4.3.9.RELEASE]
  20. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73) [spring-jdbc.jar:4.3.9.RELEASE]
  21. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1099) [spring-jdbc.jar:4.3.9.RELEASE]
  22. at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1135) [spring-jdbc.jar:4.3.9.RELEASE]
  23. at org.springframework.jdbc.core.simple.AbstractJdbcCall.executeCallInternal(AbstractJdbcCall.java:405) [spring-jdbc.jar:4.3.9.RELEASE]
  24. at org.springframework.jdbc.core.simple.AbstractJdbcCall.doExecute(AbstractJdbcCall.java:365) [spring-jdbc.jar:4.3.9.RELEASE]
  25. at org.springframework.jdbc.core.simple.SimpleJdbcCall.execute(SimpleJdbcCall.java:198) [spring-jdbc.jar:4.3.9.RELEASE]
  26. at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:135) [dal.jar:]
  27. at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeImpl(SimpleJdbcCallsHandler.java:130) [dal.jar:]
  28. at org.ovirt.engine.core.dal.dbbroker.SimpleJdbcCallsHandler.executeModification(SimpleJdbcCallsHandler.java:76) [dal.jar:]
  29. at org.ovirt.engine.core.dao.gluster.GlusterVolumeDaoImpl.removeAll(GlusterVolumeDaoImpl.java:237) [dal.jar:]
  30. at org.ovirt.engine.core.bll.gluster.GlusterSyncJob.removeDeletedVolumes(GlusterSyncJob.java:520) [bll.jar:]
  31. at org.ovirt.engine.core.bll.gluster.GlusterSyncJob.refreshVolumeData(GlusterSyncJob.java:464) [bll.jar:]
  32. at org.ovirt.engine.core.bll.gluster.GlusterSyncJob.refreshClusterData(GlusterSyncJob.java:142) [bll.jar:]
  33. at org.ovirt.engine.core.bll.gluster.GlusterSyncJob.refreshLightWeightData(GlusterSyncJob.java:120) [bll.jar:]
  34. at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) [:1.8.0_171]
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_171]
  36. at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_171]
  37. at org.ovirt.engine.core.utils.timer.JobWrapper.invokeMethod(JobWrapper.java:83) [scheduler.jar:]
  38. at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:55) [scheduler.jar:]
  39. at org.quartz.core.JobRunShell.run(JobRunShell.java:213) [quartz.jar:]
  40. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_171]
  41. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_171]
  42. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_171]
  43. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_171]
  44. at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_171]
  45. Caused by: org.postgresql.util.PSQLException: ERROR: update or delete on table "gluster_volumes" violates foreign key constraint "fk_storage_connection_to_glustervolume" on table "storage_server_connections"
  46. Detail: Key (id)=(cfac6afe-72c1-4077-ad99-11a6581a917e) is still referenced from table "storage_server_connections".
  47. Where: SQL statement "DELETE
  48. FROM gluster_volumes
  49. WHERE id IN (
  50. SELECT *
  51. FROM fnSplitterUuid(v_volume_ids)
  52. )"
  53. PL/pgSQL function deleteglustervolumesbyguids(character varying) line 3 at SQL statement
  54. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157)
  55. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886)
  56. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)
  57. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:555)
  58. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:417)
  59. at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:410)
  60. at org.jboss.jca.adapters.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:303)
  61. at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:442)
  62. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1138) [spring-jdbc.jar:4.3.9.RELEASE]
  63. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1135) [spring-jdbc.jar:4.3.9.RELEASE]
  64. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1083) [spring-jdbc.jar:4.3.9.RELEASE]
  65. ... 23 more
  66.  
  67. 2018-09-12 14:41:24,214+05 INFO [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (EE-ManagedThreadFactory-engineScheduled-Thread-6) [] VM 'a757042e-b06b-4bf0-842d-ccdad467b126'(b1-rohan) was unexpectedly detected as 'MigratingFrom' on VDS '87b9b736-0b3c-4a8d-8ea6-e4763a243d3f'(rhsdev-grafton3.lab.eng.blr.redhat.com) (expected on '032acbb9-bd0b-4320-b8e6-b4200322987c')
  68. 2018-09-12 14:41:24,215+05 INFO [org.ovirt.engine.core.vdsbroker.monitoring.VmAnalyzer] (EE-ManagedThreadFactory-engineScheduled-Thread-6) [] VM '473b8858-1888-4b03-b583-675e78a1b958'(HostedEngine) was unexpectedly detected as 'Up' on VDS '87b9b736-0b3c-4a8d-8ea6-e4763a243d3f'(rhsdev-grafton3.lab.eng.blr.redhat.com) (expected on 'null')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement