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

Fix TimeSlicedOutput does not flush with SIGUSR1 #533

Merged
merged 1 commit into from
Jan 13, 2015

Conversation

sonots
Copy link
Member

@sonots sonots commented Dec 30, 2014

Fix #532

@@ -551,8 +551,14 @@ def emit(tag, es, chain)
}
end

def enqueue_buffer
@enqueue_buffer_proc.call
def enqueue_buffer(force = false)
Copy link
Member Author

Choose a reason for hiding this comment

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

added an argument to forcely enqueue

@kiyoto kiyoto added enhancement Feature request or improve operations and removed enhancement Feature request or improve operations labels Jan 3, 2015
@sonots sonots self-assigned this Jan 13, 2015
repeatedly added a commit that referenced this pull request Jan 13, 2015
Fix TimeSlicedOutput does not flush with SIGUSR1
@repeatedly repeatedly merged commit 34b048a into master Jan 13, 2015
@sonots sonots deleted the fix_force_flush_time_sliced_output branch January 13, 2015 14:38
repeatedly added a commit that referenced this pull request Jan 15, 2015
Fix TimeSlicedOutput does not flush with SIGUSR1
@sonots sonots added the v0.10 label Jan 15, 2015
@sonots
Copy link
Member Author

sonots commented Jan 15, 2015

cherry-picked to v0.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TimeSlicedOutput does not flush on USR1
3 participants