Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dobe/fixnlstop #4092

Merged
merged 2 commits into from
Sep 22, 2016
Merged

Dobe/fixnlstop #4092

merged 2 commits into from
Sep 22, 2016

Conversation

dobe
Copy link
Contributor

@dobe dobe commented Sep 22, 2016

No description provided.

@@ -419,6 +419,9 @@ private Result emitRow(Row row) {
if (LOGGER.isTraceEnabled() && result != Result.CONTINUE) {
LOGGER.trace("phase={} side=right method=emitRow result={}", phaseId, result);
}
if (result==Result.STOP){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

white spaces around == and before {

@@ -2,3 +2,4 @@
cluster.name: dev
discovery.zen.ping.multicast.enabled: false
psql.enabled: true
stats.enabled: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes i think so, it does not hurt, and it is good for investigation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My consideration is that we'll have these scheduled jobs running by default that might interfere with debugging, but we can switch if off if this is the case.

@@ -419,6 +419,9 @@ private Result emitRow(Row row) {
if (LOGGER.isTraceEnabled() && result != Result.CONTINUE) {
LOGGER.trace("phase={} side=right method=emitRow result={}", phaseId, result);
}
if (result == Result.STOP){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

white space before { ?

Copy link
Contributor

@matriv matriv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Igtm otherwise

@dobe dobe merged commit 1f0a119 into master Sep 22, 2016
@dobe dobe deleted the dobe/fixnlstop branch September 22, 2016 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants