[jira] [Commented] (AURORA-1369) Scheduler warns about unoptimized Operation SAVE_JOB_INSTANCE_UPDATE_EVENT

2015-07-05 Thread Stephan Erb (JIRA)

[ 
https://issues.apache.org/jira/browse/AURORA-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14614376#comment-14614376
 ] 

Stephan Erb commented on AURORA-1369:
-

{code}
$ git log -1 origin/master
commit 9ab3ede57d55c9b938542befdbfa213ca7213718
Author: Stephan Erb step...@dev.static-void.de
Date:   Fri Jun 26 11:00:06 2015 -0700

Don't warn about unoptimized Operations

Bugs closed: AURORA-1369

Reviewed at https://reviews.apache.org/r/35840/
 {code}

 Scheduler warns about unoptimized Operation SAVE_JOB_INSTANCE_UPDATE_EVENT
 --

 Key: AURORA-1369
 URL: https://issues.apache.org/jira/browse/AURORA-1369
 Project: Aurora
  Issue Type: Story
  Components: Scheduler
Affects Versions: 0.8.0
Reporter: Stephan Erb
Assignee: Stephan Erb
Priority: Minor

 The aurora scheduler warns about a storage operation which is not coalesced. 
 We are seeing hundreds of messages in the form:
 {code}
 W0622 15:28:32.962 THREAD3134 
 org.apache.aurora.scheduler.storage.log.StreamManagerImpl$StreamTransactionImpl.coalesce:
  Unoptimized op: SAVE_JOB_INSTANCE_UPDATE_EVENT
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AURORA-1369) Scheduler warns about unoptimized Operation SAVE_JOB_INSTANCE_UPDATE_EVENT

2015-06-24 Thread Bill Farner (JIRA)

[ 
https://issues.apache.org/jira/browse/AURORA-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14599668#comment-14599668
 ] 

Bill Farner commented on AURORA-1369:
-

Thanks for filing!  I think it would be reasonable to kill the log statement, 
or add a no-op case for that operation type.

 Scheduler warns about unoptimized Operation SAVE_JOB_INSTANCE_UPDATE_EVENT
 --

 Key: AURORA-1369
 URL: https://issues.apache.org/jira/browse/AURORA-1369
 Project: Aurora
  Issue Type: Story
  Components: Scheduler
Affects Versions: 0.8.0
Reporter: Stephan Erb
Priority: Minor

 The aurora scheduler warns about a storage operation which is not coalesced. 
 We are seeing hundreds of messages in the form:
 {code}
 W0622 15:28:32.962 THREAD3134 
 org.apache.aurora.scheduler.storage.log.StreamManagerImpl$StreamTransactionImpl.coalesce:
  Unoptimized op: SAVE_JOB_INSTANCE_UPDATE_EVENT
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)