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

WAL file archiver logging bug

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 2.7.6
    • None
    • persistence

    Description

      WAL file archive logs null if instance name not set. Example output:

      2020/01/10 20:42:58.355 [wal-file-archiver%null-#84] INFO Copied file

       

      Check for null instance name should be added in FileWriteAheadLogManager.java 

       

      private FileArchiver(SegmentAware segmentAware, IgniteLogger log) throws IgniteCheckedException {
       super(cctx.igniteInstanceName(), "wal-file-archiver%" + cctx.igniteInstanceName(), log,
       cctx.kernalContext().workersRegistry());
      init(segmentAware);
       }
      

       

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            djm132 Mykhaylo Stepanov

            Dates

              Created:
              Updated:

              Slack

                Issue deployment