MoodCat / MoodCat.me-Core

Welcome to MoodCat.me, the music platform of the future, available today. Join us in the adventure of finding and enjoying music geared to you!
http://moodcat.me
MIT License
3 stars 2 forks source link

Persistence issues room synchronization #151

Closed jwgmeligmeyling closed 9 years ago

jwgmeligmeyling commented 9 years ago

Songs synchronize to the database every minute (when there are changes). In production, the server breaks after the very first persist, causing the room to "lock". The song wont play any further. This problem can not be reproduced locally on either H2 or Postgres, so we will have to look into the server logs. I would also suggest to drop-recreate the schema and run bulk insert again to ensure that the problem is not related to an older schema.

TimvdLippe commented 9 years ago

Let's do the schema changes tomorrow and run bulk insert to get feedback asap. We have to get this fixed before the demo of next week, but preferably before coming friday.

TimvdLippe commented 9 years ago

This has been fixed during the chat message polling.