[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-08 Thread Adar Dembo (Code Review)
Adar Dembo has submitted this change and it was merged. Change subject: [server] clean-up: stringstream --> ostringstream .. [server] clean-up: stringstream --> ostringstream Replaced std::stringstream with std::ostringstream

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 3: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/4303 To unsubscribe, visit

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Alexey Serbin (Code Review)
Hello Will Berkeley, Kudu Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/4303 to look at the new patch set (#3). Change subject: [server] clean-up: stringstream --> ostringstream

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 3: Build Started http://104.196.14.100/job/kudu-gerrit/3215/ -- To view, visit

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 2: (1 comment) http://gerrit.cloudera.org:8080/#/c/4303/2/src/kudu/util/mem_tracker.cc File

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 2: Build Started http://104.196.14.100/job/kudu-gerrit/3214/ -- To view, visit

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Alexey Serbin (Code Review)
Alexey Serbin has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 1: (1 comment) > (1 comment) > > If you're interested in fixing these kinds of issues, you

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Will Berkeley (Code Review)
Will Berkeley has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 1: Code-Review+1 LGTM besides Adar's nit. -- To view, visit

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Adar Dembo (Code Review)
Adar Dembo has posted comments on this change. Change subject: [server] clean-up: stringstream --> ostringstream .. Patch Set 1: (1 comment) If you're interested in fixing these kinds of issues, you can take a crack at

[kudu-CR] [server] clean-up: stringstream --> ostringstream

2016-09-02 Thread Alexey Serbin (Code Review)
Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/4303 Change subject: [server] clean-up: stringstream --> ostringstream .. [server] clean-up: stringstream --> ostringstream Replaced