Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-1032

encryption changes break diagnostic LogReader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 1.5.0
    • tserver
    • None

    Description

      Trying to debug a continuous ingest test:

      $ ./bin/accumulo org.apache.accumulo.server.logger.LogReader /accumulo/wal/some/filename
      ava.lang.reflect.InvocationTargetException
      	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:597)
      	at org.apache.accumulo.start.Main$1.run(Main.java:97)
      	at java.lang.Thread.run(Thread.java:662)
      Caused by: java.io.UTFDataFormatException: malformed input around byte 542
      	at java.io.DataInputStream.readUTF(DataInputStream.java:617)
      	at java.io.DataInputStream.readUTF(DataInputStream.java:547)
      	at org.apache.accumulo.server.logger.LogFileKey.readFields(LogFileKey.java:51)
      	at org.apache.accumulo.server.logger.LogReader.main(LogReader.java:105)
      	... 6 more
      

      Attachments

        Issue Links

          Activity

            People

              ecn Eric C. Newton
              ecn Eric C. Newton
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: