EdColeman opened a new pull request, #2681:
URL: https://github.com/apache/accumulo/pull/2681

     - removes multi-line json output from logs
   
   With this change, the log looks like:
   
   ```
   2022-05-06T13:53:04,574 [metadata.ServerAmpleImpl] DEBUG: Root GC candidates 
before change : {"version":1,"candidates":{}}
   2022-05-06T13:53:04,576 [metadata.ServerAmpleImpl] DEBUG: Root GC candidates 
after change  : 
{"version":1,"candidates":{"hdfs://localhost:8020/accumulo/tables/+r/root_tablet":["00000_00000.rf","F0000000.rf","F0000004.rf"]}}
   ```
   
   Before, the logs looked like:
   
   ```
   2022-05-05T22:02:10,056 [metadata.ServerAmpleImpl] DEBUG: Root GC candidates 
before change : {
     "version": 1,
     "candidates": {}
   }
   2022-05-05T22:02:10,056 [metadata.ServerAmpleImpl] DEBUG: Root GC candidates 
after change  : {
     "version": 1,
     "candidates": {
       "hdfs://localhost:8020/accumulo/tables/+r/root_tablet": [
         "A00000ax.rf",
         "F00000ay.rf"
       ]
     }
   }
   
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to