Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-14934

Cumulative exceptions "Failed to find checkpoint record at the given WAL pointer"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.9.1
    • None
    • cache, persistence
    • None

    Description

      Ignite is configured with setPersistence=true  and WALMode=NONE and started via an IgniteSpringBean.  Each time Ignite is brought up, the following exception is logged.  This exception is cumulatively logged for (at least) the current startup and again for each previous startup.  The FileWALPointer is always f[idx=0, fileOff=0, len=0]or all the exceptions.  Ignite is set active(true) when needed and then active(false) when done using it, but these cumulative exceptions occur even when Ignite was not used during the app startup/shutdown.

      >>> ver. 2.9.1#20201203-sha1:adcce517

      2021-06-17 13:18:37.141 <> WARN 7765 — [main] o.a.i.i.p.c.p.c.CheckpointHistory : Failed to process checkpoint: CheckpointEntry [id=b490439c-991b-44e0-8389-669b4c03524f, timestamp=1623937116800, ptr=FileWALPointer [idx=0, fileOff=0, len=0]]org.apache.ignite.IgniteCheckedException: Failed to find checkpoint record at the given WAL pointer: FileWALPointer [idx=0, fileOff=0, len=0]
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntry$GroupStateLazyStore.initIfNeeded(CheckpointEntry.java:358) ~[ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntry$GroupStateLazyStore.access$300(CheckpointEntry.java:243) ~[ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntry.initIfNeeded(CheckpointEntry.java:122) ~[ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointEntry.groupState(CheckpointEntry.java:104) ~[ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointHistory.updateEarliestCpMap(CheckpointHistory.java:187) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointHistory.initialize(CheckpointHistory.java:102) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.readMetastore(GridCacheDatabaseSharedManager.java:881) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager.notifyMetaStorageSubscribersOnReadyForRead(GridCacheDatabaseSharedManager.java:5022) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:1251) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2052) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1698) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1114) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:612) [ignite-core-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.IgniteSpring.start(IgniteSpring.java:66) [ignite-spring-2.9.1.jar!/:2.9.1]}}
      {{ at org.apache.ignite.IgniteSpringBean.afterSingletonsInstantiated(IgniteSpringBean.java:174) [ignite-spring-2.9.1.jar!/:2.9.1]}}
      {{ at com.toshibacommerce.databridge.data.grid.IgniteDataGrid.afterSingletonsInstantiated(IgniteDataGrid.java:55) [databridge-data-grid-1.2-SNAPSHOT.jar!/:na]}}
      {{ at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:896) [spring-beans-5.2.2.RELEASE.jar!/:5.2.2.RELEASE]}}
      {{ at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:878) [spring-context-5.2.2.RELEASE.jar!/:5.2.2.RELEASE]}}
      {{ at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550) [spring-context-5.2.2.RELEASE.jar!/:5.2.2.RELEASE]}}
      {{ at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141) [spring-boot-2.2.2.RELEASE.jar!/:2.2.2.RELEASE]}}
      {{ at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747) [spring-boot-2.2.2.RELEASE.jar!/:2.2.2.RELEASE]}}
      {{ at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) [spring-boot-2.2.2.RELEASE.jar!/:2.2.2.RELEASE]}}
      {{ at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.2.2.RELEASE.jar!/:2.2.2.RELEASE]}}
      {{ at com.toshibacommerce.databridge.ace.application.item.SpringBootLauncher.main(SpringBootLauncher.java:53) [classes!/:na]}}
      {{ at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_212]}}
      {{ at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_212]}}
      {{ at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]}}
      {{ at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]}}
      {{ at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [item-bridge-app-1.2-SNAPSHOT.jar:na]}}
      {{ at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [item-bridge-app-1.2-SNAPSHOT.jar:na]}}
      {{ at org.springframework.boot.loader.Launcher.launch(Launcher.java:51) [item-bridge-app-1.2-SNAPSHOT.jar:na]}}
      {{ at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:597) [item-bridge-app-1.2-SNAPSHOT.jar:na]}}

      Attachments

        Activity

          People

            Unassigned Unassigned
            rlabaza RT Labaza
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: