Opened 10 years ago

Closed 10 years ago

#577 closed defect (fixed)

Remove double transaction warning from rasdaman

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 9.0.x
Component: rasserver Version: development
Keywords: Cc: Peter Baumann, sebrecht
Complexity: Medium

Description

Due to some legacy reasons, rasdaman opens a double transaction to postgres, which leads to warnings and potentially other issues. This is not valid anymore in the current versions of postgres, so it should be removed from rasdaman.

Change History (4)

comment:1 by Dimitar Misev, 10 years ago

Cc: sebrecht added

comment:2 by miracee, 10 years ago

  • Set up a test system and debugged for the PostgreSQL warning.
  • The warning won't occur in debug mode.
  • Figured out that rasdaman is doing a proper job here.
  • All open transactions will be closed.
  • The PostgreSQL warning just is confusing.
  • That the warning shows up in log as long as you won't enable features for debugging is a PostgreSQL issue not a rasdaman issue.

comment:3 by abeccati, 10 years ago

It looks like we can lower priority and schedule this to the "future" milestone unless there is a quick solution in sight for it or we have hints on the potential other issues.

comment:4 by Dimitar Misev, 10 years ago

Resolution: fixed
Status: newclosed

I think this can actually be closed? There is nothing to be done in rasdaman about it.

Note: See TracTickets for help on using tickets.