Introduce memory usage estimation mode in data_frame_analyzer#584
Introduce memory usage estimation mode in data_frame_analyzer#584przemekwitek merged 6 commits intoelastic:masterfrom
Conversation
1a97d9c to
978a6b4
Compare
tveasey
left a comment
There was a problem hiding this comment.
I did a quick pass through. Looking pretty good. I know you're working on tests. I've made a couple of suggestions which might have some knock on effects for testing, so thought I'd just go ahead and submit these.
978a6b4 to
c73e021
Compare
…ory estimations but does not perform any analysis
c73e021 to
462023d
Compare
Thanks. I've just sent this PR to regular review and will address your comments shortly. |
tveasey
left a comment
There was a problem hiding this comment.
Good stuff! This looks good to go. Just a couple of comment typos and a suggestion. Also, I propose we use the usual error handling mechanism for dealing with the case that the runner is null. I'm going to go ahead and approve because I don't think this needs any further reviews.
…than long values (representing bytes).
Introduce a mode in which data_frame_analyzer binary only outputs memory usage estimations but does not perform any analysis. This mode will be used by the new endpoint in Java server.
Relates elastic/elasticsearch#44699