Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Corrected grammar typo
  • Loading branch information
BryanCutler committed Nov 4, 2015
commit 4f46cfd093b7de6f811b0fb9891a02ebf5d14293
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ private[spark] class AppClient(
context: RpcCallContext,
msg: T): Unit = {
// Create a thread to ask a message and reply with the result. Allow thread to be
// interrupted during shutdown, otherwise context must notified of NonFatal errors.
// interrupted during shutdown, otherwise context must be notified of NonFatal errors.
askAndReplyThreadPool.execute(new Runnable {
override def run(): Unit = {
try {
Expand Down