Uploaded image for project: 'XNIO'
  1. XNIO
  2. XNIO-249

Duplicated messages in Xnio subsystem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Blocker
    • None
    • None
    • None
    • None

    Description

      There are duplicated messages in Xnio subsystem in EAP which have the same ids. At the moment they also have the same content. But in general, there should not be any duplicated messages.

      Here is the list of them:

      Found: 6 collision(s) 
          Id = 900 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Method '%s' is not supported on this implementation")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Method '%s' is not supported on this implementation")
          
          Id = 15 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Parameter '%s' is out of range")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Parameter '%s' is out of range")
          
          Id = 800 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Read timed out")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Read timed out")
          
          Id = 801 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Write timed out")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Write timed out")
          
          Id = 808 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"I/O operation was interrupted")
          	/api/src/main/java/org/xnio/_private/Messages.java-"I/O operation was interrupted")
          
          Id = 1006 is used 2 times
          	/nio-impl/src/main/java/org/xnio/nio/Log.java-"Failed to invoke file watch callback")
          	/api/src/main/java/org/xnio/_private/Messages.java-"Failed to invoke file watch callback")
      

      Giving blocker priority as this issue blocks RFE verification.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mvinkler1@redhat.com Michal Vinkler
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: