adoroszlai commented on PR #6673:
URL: https://github.com/apache/ozone/pull/6673#issuecomment-2106968215

   Thanks @whbing for working on this.  Unfortunately, I don't think using an 
empty prefix will solve this.
   
   - Read-only workload will never work without prior writes.  (There are 
standalone read-only Freon subcommands, e.g. `ockv`, `dfsv`, `ocokr`)
   - Mixed workload may still run into read errors depending on the progress of 
read/write threads.  (I tried your command and did get `Key:... not found` 
errors.)
   
   The result of using an empty prefix is the same as using a fixed non-empty 
prefix (e.g. `-p test`).


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to