• Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login
  • Categories
  • Recent
  • Tags
  • Popular
  • Register
  • Login

Huge mycontroller.mv.db

Scheduled Pinned Locked Moved General Discussion
6 Posts 2 Posters 1.3k Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    hoegaarden_bier
    last edited by jkandasa 21 Jul 2018, 07:42

    My system has been running for a long time (still version 0.0.3-SNAPSHOT).
    Recently I noticed that it has become very slow.
    After a brief review I noticed that the database seems to be >9Gigs (9047543808 Jul 21 08:47 mycontroller.mv.db) and
    the log mentions the following:

    2018-07-21 08:44:19,242 ERROR [Quartz_Scheduler_Worker-6] [org.mycontroller.standalone.metrics.MetricsAggregationBase:66] Error,
    java.sql.SQLException: Could not run raw execute statement DELETE FROM metrics_double_type_device WHERE aggregationType=1 AND timestamp <= 1532133798687 
    	at com.j256.ormlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:25)
    	at com.j256.ormlite.dao.BaseDaoImpl.executeRaw(BaseDaoImpl.java:686)
    	at org.mycontroller.standalone.metrics.MetricsAggregationBase.aggregateAndInsertForBucketDuration(MetricsAggregationBase.java:63)
    	at org.mycontroller.standalone.metrics.MetricsAggregationBase.executeBucketByBucket(MetricsAggregationBase.java:80)
    	at org.mycontroller.standalone.metrics.MetricsAggregationBase.runAggregation(MetricsAggregationBase.java:175)
    	at org.mycontroller.standalone.metrics.jobs.MetricsAggregationJob.doRun(MetricsAggregationJob.java:51)
    	at org.knowm.sundial.Job.execute(Job.java:57)
    	at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    	at org.quartz.core.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:515)
    Caused by: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "type: 230". Possible solution: use the recovery tool; SQL statement:
    DELETE FROM metrics_double_type_device  WHERE aggregationType=1 AND timestamp <= 1532133798687  [90030-193]
    	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
    	at org.h2.message.DbException.get(DbException.java:179)
    	at org.h2.message.DbException.get(DbException.java:155)
    	at org.h2.mvstore.db.ValueDataType.readValue(ValueDataType.java:608)
    	at org.h2.mvstore.db.ValueDataType.readValue(ValueDataType.java:561)
    	at org.h2.mvstore.db.ValueDataType.read(ValueDataType.java:171)
    	at org.h2.mvstore.db.TransactionStore$VersionedValueType.read(TransactionStore.java:1644)
    	at org.h2.mvstore.Page.read(Page.java:711)
    

    Trying using the H2 Runscript to execute this is not possible since it complains that the
    metrics_double_type_device does not exist.
    Running the backup from within the mycontroller fails, purging does not seem to work.

    Any suggestions on how to recover from this situation and upgrade the system?

    J 1 Reply Last reply 22 Jul 2018, 14:34 Reply Quote 0
    • J Offline
      jkandasa @hoegaarden_bier
      last edited by 22 Jul 2018, 14:34

      @hoegaarden_bier

      • backup your database
      • unpack SNAPSHOT version and place your database under mycontroller/conf
      • Run MyController server.

      I remember I fixed some pure issue after(0.0.3-SNAPSHOT) in this version.
      Can you post your metric retention settings?

      1 Reply Last reply Reply Quote 0
      • H Offline
        hoegaarden_bier
        last edited by 22 Jul 2018, 16:28

        How can I backup the database?
        Isn't this the 9 Gig DB?

        J 1 Reply Last reply 23 Jul 2018, 01:57 Reply Quote 0
        • J Offline
          jkandasa @hoegaarden_bier
          last edited by jkandasa 23 Jul 2018, 01:57

          @hoegaarden_bier Yes, you have to back up 9GB. you may compress and save it(we may need to use this backup on the worst case, in case if we face issue with the recent version on upgrade).

          Command to compress: tar cvf mycontroller.tar.gz mycontroller.mv.db (may reduce some amount of size).

          You may copy the database to your computer. If you are running in Raspberry PI, just take the memory card and copy it in your computer.

          1 Reply Last reply Reply Quote 0
          • H Offline
            hoegaarden_bier
            last edited by 25 Jul 2018, 05:46

            No luck ....

            After the unpack and db move I still get same issue:

            2018-07-24 08:10:07,951 INFO [main] [org.mycontroller.standalone.StartApp:113] MyController.org server started in [1231838] ms
            2018-07-24 08:11:05,600 ERROR [Quartz_Scheduler_Worker-8] [org.mycontroller.standalone.db.dao.MetricsDoubleTypeDeviceDaoImpl:334] Unable to execute countOf query
            org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "type: 230". Possible solution: use the recovery tool; SQL statement:
            SELECT * FROM metrics_double_type_device WHERE ((timestamp > 1532368338687 AND timestamp <= 1532368398687 ) AND aggregationType = 0 ) [90030-194]
            at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
            at org.h2.message.DbException.get(DbException.java:179)
            at org.h2.message.DbException.get(DbException.java:155)
            at org.h2.mvstore.db.ValueDataType.readValue(ValueDataType.java:608)
            at org.h2.mvstore.db.ValueDataType.readValue(ValueDataType.java:561)
            at org.h2.mvstore.db.ValueDataType.read(ValueDataType.java:171)
            at org.h2.mvstore.db.TransactionStore$VersionedValueType.read(TransactionStore.java:1644)
            at org.h2.mvstore.Page.read(Page.java:711)
            at org.h2.mvstore.Page.read(Page.java:195)
            at org.h2.mvstore.MVStore.readPage(MVStore.java:1952)

            J 1 Reply Last reply 25 Jul 2018, 11:34 Reply Quote 0
            • J Offline
              jkandasa @hoegaarden_bier
              last edited by jkandasa 25 Jul 2018, 11:34

              @hoegaarden_bier Sorry for the inconvenience.
              You have some of the options,

              • do restore of your last successful backup
              • share your corrupted database with me(I will try to fix it), I understand it is difficult to upload 9GB, If possible
              • Start from zero with the latest build.
              1 Reply Last reply Reply Quote 0
              5 out of 6
              • First post
                5/6
                Last post

              0

              Online

              618

              Users

              531

              Topics

              3.4k

              Posts
              Copyright © 2015-2025 MyController.org | Contributors | Localization