PriorityTask ignored by version 3.6.0 but working with 3.5.3

Hello,
The priority task is used for a few entry processors with Coherence 3.5.3 no longer work with 3.6.0.
I get a "DEBUG ... Interrupted PartitionedCache, Thread[DistributedCache:LoaderDistributedCache,5,Cluster] " 160 seconds after my processors started then a "ERROR ... Terminating guarded execution (due to hard timeout) of ..." 30 seconds after the DEBUG message.
To summarize, coherence breaks 190 seconds after my processors start.
Is there something I missunderstood about PriorityTask ?
Cyrille
Extract of the logs :
20:21:40.973 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded operational configuration from "jar:file:/ ... /WEB-INF/lib/coherence-3.6.0.0b17229.jar!/tangosol-coherence.xml"
20:21:41.004 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded operational overrides from "jar:file:/ ... /WEB-INF/lib/coherence-3.6.0.0b17229.jar!/tangosol-coherence-override-dev.xml"
20:21:41.019 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded operational overrides from "file:/ ... /WEB-INF/classes/tangosol-coherence-override.xml"
20:21:41.019 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded operational overrides from "file:/ ... /WEB-INF/classes/custom-mbeans.xml"
20:21:41.019 [Logger@4257704 3.6.0.0] DEBUG Coherence -
Oracle Coherence Version 3.6.0.0 Build 17229
Grid Edition: Development mode
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
20:21:41.113 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded Reporter configuration from "jar:file:/ ... /WEB-INF/lib/coherence-3.6.0.0b17229.jar!/reports/report-group.xml"
20:21:41.269 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Loaded cache configuration from "file:/ ... /WEB-INF/classes/coherence-cache-config.xml"
20:21:46.488 [Logger@4257704 3.6.0.0] DEBUG Coherence - [D4] (thread=main, member=n/a): TCMP bound to /{my-ip}:8088 using SystemSocketProvider
20:21:50.051 [Logger@4257704 3.6.0.0] INFO  Coherence - [Info] (thread=Cluster, member=n/a): Created a new cluster "cluster-paris" with Member(Id=1, Timestamp=2010-07-29 20:21:46.504, Address={my-ip}:8088, MachineId=63254, Location=site:equities.net.intra,machine:MYDESKTOP,process:3620, Role=ApacheCatalinaStartupBootstrap, Edition=Grid Edition, Mode=Development, CpuCount=2, SocketCount=1) UID=0x0A1EE3160000012A1F704888F7161F98
20:21:50.067 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=main, member=n/a): Started cluster Name=cluster-paris
WellKnownAddressList(Size=1,
  WKA{Address={my-ip}, Port=8088}
MasterMemberSet
  ThisMember=Member(Id=1, Timestamp=2010-07-29 20:21:46.504, Address={my-ip}:8088, MachineId=63254, Location=site:equities.net.intra,machine:MYDESKTOP,process:3620, Role=ApacheCatalinaStartupBootstrap)
  OldestMember=Member(Id=1, Timestamp=2010-07-29 20:21:46.504, Address={my-ip}:8088, MachineId=63254, Location=site:equities.net.intra,machine:MYDESKTOP,process:3620, Role=ApacheCatalinaStartupBootstrap)
  ActualMemberSet=MemberSet(Size=1, BitSetCount=2
    Member(Id=1, Timestamp=2010-07-29 20:21:46.504, Address={my-ip}:8088, MachineId=63254, Location=site:equities.net.intra,machine:MYDESKTOP,process:3620, Role=ApacheCatalinaStartupBootstrap)
  RecycleMillis=1200000
  RecycleSet=MemberSet(Size=0, BitSetCount=0
TcpRing{Connections=[]}
IpMonitor{AddressListSize=0}
20:21:50.145 [Logger@9228429 3.6.0.0] DEBUG Coherence - [D5] (thread=Invocation:Management, member=1): Service Management joined the cluster with senior service member 1
20:21:50.770 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=Cluster, member=1): Loaded POF configuration from "file:/ ... /WEB-INF/classes/pof-config.xml"
20:21:50.770 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=Cluster, member=1): Loaded included POF configuration from "jar:file:/ ... /WEB-INF/lib/coherence-3.6.0.0b17229.jar!/coherence-pof-config.xml"
20:21:51.160 [Logger@9228429 3.6.0.0] DEBUG Coherence - [D5] (thread=DistributedCache:MyObjectDistributedCache, member=1): Service MyObjectDistributedCache joined the cluster with senior service member 1
20:21:51.238 [Logger@9228429 3.6.0.0] DEBUG Coherence - [D5] (thread=DistributedCache:LoaderDistributedCache, member=1): Service LoaderDistributedCache joined the cluster with senior service member 1
20:21:51.457 [Logger@9228429 3.6.0.0] DEBUG Coherence - [D5] (thread=ReplicatedCache:ReferenceDataReplicatedCache, member=1): Service ReferenceDataReplicatedCache joined the cluster with senior service member 1
20:21:51.457 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=DefaultCacheServer, member=1):
Services
  ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.6, OldestMemberId=1}
  InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
  PartitionedCache{Name=MyObjectDistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}
  PartitionedCache{Name=LoaderDistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}
  ReplicatedCache{Name=ReferenceDataReplicatedCache, State=(SERVICE_STARTED), Id=4, Version=3.0, OldestMemberId=1}
Started DefaultCacheServer...
20:22:46.443 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=xxx (LoaderDistributedCacheWorker:2), member=1): Loaded POF configuration from "file:/ ... /WEB-INF/classes/pof-config.xml"
20:22:46.458 [Logger@9228429 3.6.0.0] INFO  Coherence - [Info] (thread=xxx (LoaderDistributedCacheWorker:2), member=1): Loaded included POF configuration from "jar:file:/ ... /WEB-INF/lib/coherence-3.6.0.0b17229.jar!/coherence-pof-config.xml"
2010-07-29 20:23:45.194 - LoaderDistributedCacheWorker:0 - > process(...), Value=null, State=})
2010-07-29 20:23:45.194 - LoaderDistributedCacheWorker:3 - > process(...), Value=null, State=})
2010-07-29 20:23:45.194 - LoaderDistributedCacheWorker:1 - > process(...), Value=null, State=})
2010-07-29 20:23:45.209 - LoaderDistributedCacheWorker:4 - > process(...), Value=null, State=})
2010-07-29 20:23:45.209 - LoaderDistributedCacheWorker:2 - > process(...), Value=null, State=})
2010-07-29 20:23:45.209 - LoaderDistributedCacheWorker:9 - > process(...), Value=null, State=})
2010-07-29 20:23:45.209 - LoaderDistributedCacheWorker:7 - > process(...), Value=null, State=})
2010-07-29 20:23:45.209 - LoaderDistributedCacheWorker:6 - > process(...), Value=null, State=})
2010-07-29 20:23:45.194 - LoaderDistributedCacheWorker:8 - > process(...), Value=null, State=})
2010-07-29 20:23:45.194 - LoaderDistributedCacheWorker:5 - > process(...), Value=null, State=})
20:26:25.806 [Logger@9228429 3.6.0.0] DEBUG Coherence - Interrupted PartitionedCache, Thread[DistributedCache:LoaderDistributedCache,5,Cluster]
20:26:25.806 [Logger@9228429 3.6.0.0] ERROR Coherence - [Error] (thread=Cluster, member=1): Attempting recovery (due to soft timeout) of {WrapperGuardable Guard{Daemon=DistributedCache:LoaderDistributedCache} Service=PartitionedCache{Name=LoaderDistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}}
20:26:56.244 [Logger@9228429 3.6.0.0] ERROR Coherence - [Error] (thread=Cluster, member=1): Terminating guarded execution (due to hard timeout) of {WrapperGuardable Guard{Daemon=DistributedCache:LoaderDistributedCache} Service=PartitionedCache{Name=LoaderDistributedCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCount=1, AssignedPartitions=257, BackupPartitions=0}}
20:26:56.260 [Logger@9228429 3.6.0.0] ERROR Coherence - [Error] (thread=Termination Thread, member=1): Full Thread Dump
... thread dump
2010-07-29 20:26:56.26 - LoaderDistributedCacheWorker:5 - Interrupted during sleep
... other processors are interruptedCode of the TestCase processor
public class MockLoader implements EntryProcessor, PortableObject, PriorityTask {
  private static final long serialVersionUID = 1L;
  private String id;
  private long sleepDurationInMillis = 10 * 60 * 1000;
  public Object getCacheKey() {
    return MockLoader.class.getName() + "-" + id;
  public MockLoader() {
    super();
  public MockLoader(String id) {
    super();
    this.id = id;
  public Object process(Entry entry) {
    System.err.println(new Timestamp(System.currentTimeMillis()) + " - " + Thread.currentThread().getName() + " - > process(" + entry + ")");
    if (abandonned) {
      System.err.println(new Timestamp(System.currentTimeMillis()) + " - " + Thread.currentThread().getName() + " - skipped abandonned");
      return null;
    long sleptDuration = 0;
    while (sleptDuration <= sleepDurationInMillis) {
      if (Thread.interrupted()) {
        break;
      try {
        Thread.sleep(100);
      } catch (InterruptedException e) {
        System.err.println(new Timestamp(System.currentTimeMillis()) + " - " + Thread.currentThread().getName() + " - Interrupted during sleep");
      sleptDuration += 100;
    if (Thread.interrupted()) {
      System.err.println(new Timestamp(System.currentTimeMillis()) + " - " + Thread.currentThread().getName() + " - Abort interrupted task");
    System.err.println(new Timestamp(System.currentTimeMillis()) + " - " + Thread.currentThread().getName() + " - < process(" + entry + ")");
    return null;
  @SuppressWarnings("unchecked")
  public Map processAll(Set entries) {
    Map results = new HashMap(entries.size());
    for (Entry entry : (Set<Entry>) entries) {
      Object result = process(entry);
      results.put(entry.getKey(), result);
    return results;
  public void readExternal(PofReader in) throws IOException {
    this.id = in.readString(0);
    this.sleepDurationInMillis = in.readLong(1);
  public void writeExternal(PofWriter out) throws IOException {
    out.writeString(0, this.id);
    out.writeLong(1, this.sleepDurationInMillis);
  public long getExecutionTimeoutMillis() {
    return PriorityTask.TIMEOUT_DEFAULT;
  public long getRequestTimeoutMillis() {
    return PriorityTask.TIMEOUT_DEFAULT;
  public int getSchedulingPriority() {
    return PriorityTask.SCHEDULE_STANDARD;
  private boolean abandonned;
  public void runCanceled(boolean abandonned) {
    System.err.println("runCanceled(" + abandonned + ")");
    this.abandonned = abandonned;
}

Hi Cyrille,
This bug (COH-3466) was indeed fixed in 3.5.3 patch 7 and the fix will be included in the first patch for 3.6.
Regards,
Gene

Similar Messages

  • Ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - includi

    ok.  I hope someone can answer my question.  I am new to photoshop.  I need version cs4 in order to work with a designer and printer on some logo work. I've tried to download it but it just gives me individual files with no installer and nothing - including the adobe "instructions" seems to work.  How can i get this software in a downloadable format? is it actually free - I'm assuming it is...  Hope someone knows the answer to these questions...

    The download itself is free and is valid for 30 days only.  After that, the software ceases to work.
    CS4 is pretty old, no longer sold and no longer supported by Adobe.  It's also not compatible with many modern OSes.
    Why do you have to work with such an obsolete version of Photoshop?
    What kind of "designer" uses it?

  • Newest version of flash player not playing in newest version of google chrome but works fine in IE

    newest version of flash player not playing in newest version of google chrome but works fine in IE

    jennifer.jones214 wrote:
    In your  opinion, should I uninstall Firefox if I am installing Waterfox?
    Waterfox can coexist peacefully with Waterfox.  I have both installed, but never use Firefox any more.
    Not only can Waterfox run in 64-bit address space, it also is better optimized during compile time than Firefox.  (For obvious reasons; Firefox is compatible with many old systems, Waterfox only needs to be compatible with new 64-bit systems.)
    P.S. regarding Chris' advice above; Firefox and Waterfox use the same profile, so if that is actually the problem, then it will occur in both browsers.

  • The "new" hotmail no longer works with safari, but works with firefox. Hmm.

    The "new" hotmail no longer works with safari, but works with firefox. Hmm. i find this very convenient being a microsoft product. anybody else wonder why this new version happens to not be safari compatible? does anybody know if it works on the PC version of safari? if not, i find this to be a blatant move on microsofts part to bias the safari browser (especially since its basicly new on the window platform). forcing safari/hotmail users to "have" to use another browser to access their hotmail accounts.

    I have been successfully using Hotmail and Gmail with Safari for a long time. For roughly the past month, that relationship is rocky at best. At times, one of the following actions suddenly opens Hotmail, but it is a short-lived solution:
    (a) Hotmail directly
    (b) Hotmail Home>Hotmail
    (c) Sign up to Windows Hotmail
    (d) Deletion of prescribed cookies, resetting, etc. - made no difference
    Both Firefox and Opera work fine with Hotmail - especially Opera is very fast.
    In addition, Safari and Gmail does not work with Attachments, but otherwise Gmail is OK.
    I suspect I have to wait for a Safari fix because in my case I do not wish to abandon Hotmail, and Safari is a given. I would think that Safari would want to stay competitive with the two biggies, Hotmail and Gmail, which must have large numbers of users.
    I certainly would appreciate any other suggested fixes.

  • My keyboard is not working in "Pages" but works with all other applications.  Please provide resolution advice.

    My keyboard is not working in "Pages" but works with all other applications.  Please provide resolution advice.

    What version of Pages?
    There are one or two of us here who are not intimately acquainted with your particular set-up.
    Peter

  • Which version of camera raw will work with elements 9 and a Nikon D5100? How do I download photos to it?

    I have Photoshop Elements 9 and use a Nikon D5100.  I have downloaded camera raw 6.5 but cannot download photos to it.  Does camera raw start automatically or do I have to manual start it?

    That did I, thanks.
    99jon <[email protected]> wrote:
    99jon  created the discussion
    "Which version of camera raw will work with elements 9 and a Nikon D5100? How do I download photos to it?"
    To view the discussion, visit: https://forums.adobe.com/message/7178756#7178756
    >

  • I only use Windows XP, is there a version of Lightroom that will work with XP

    I only use Windows XP, is there a version of Lightroom that will work with XP

    Yes if you want to run Version 1....you can still download version 1.4.1 (the last update to Version 1), and your serial number would be good for that.
    But if you want to run Version 2 or Version 3 you'll need to buy a new license (i.e. a new serial number), but if you have a valid serial number from any prior version you only have to pay for the upgrade license for the later version, not the full license.

  • Need confirmation that an iPhone 6 (T-mobile version purchased from Apple Store) works with a European SIM card?

    Can anyone confirm 100% that an iPhone 6 ("contract free" T-mobile version purchased from Apple Store) works with a European SIM card? Has anyone tried it yet? Lots of speculation so far, but no concrete answers yet. Thanks!

    Perhaps and perhaps not. 
    The T-Mobile phone comes with a T-Mobile sim card inserted, so what you need to do is take that sim card out of the phone without activating it and insert the sim card that you want to use in the phone and then activate it.  The phone should and might work then, but only on 2g and 3g - due to the frequency differences you won't be able to get 4g/LTE on the phone.
    Remember if you do this you won't have warranty cover for the phone either - if you buy in the US, then its only valid for the US and no other country.

  • Will Safari 5.1.10 work for all versions of 10.6 or just version 10.6.8? If it requires 10.6.8 then what is the latest version of Sarari that will work with 10.6.6?

    Will Safari 5.1.10 work with all versions 10.6 or does it require 10.6.8? If it does require 10.6.8 then what is the latest version of Safari that will work with 10.6.6?
    Thanks
    Eric

    This Mac currently has Safari 5.0.4. Software Update shows a newer version of iTunes and of course the combo updater to 10.6.8 but nothing else. I imagine the 10.6.8 updater contains a later version of Safari but I don't now which version it is and whether it is backward compatible with older versions of 10.6. There are a number of newer versions of Safari: 5.0.5. 5.0.6, 5.1.1, 5.1.2, . . . 5.1.10 to name a few but would any of them work with 10.6.6? In a similar thread a guy asked a similar question to mine: he had 10.6.6 and wanted to upgrade to a newer version of Safari. He tried installing various versions but was rejected each time. He finally asked if there was any newer version of Safari that would install on 101.6.6 - but he never got an answer.
    Software Update displayed a newer iTunes but no mention of Safari. I wonder if this indicates that the 5.0.4 Safari that I have is the latest version there is for 10.6.6. Anybodyknow for sure?
    TIA
    Eric

  • Game center wont recognise my apple ID but works with other accounts? On mountain Lion?

    Game center wont recognise my apple ID but works with other accounts? On mountain Lion? i tryed to test out the new game center on mountain lion and it will not let me log in no message pops up or forgot your password but when i try other accounts it works fine help please i really want to use game center for mountian lion!

    Game center wont recognise my apple ID but works with other accounts? On mountain Lion? i tryed to test out the new game center on mountain lion and it will not let me log in no message pops up or forgot your password but when i try other accounts it works fine help please i really want to use game center for mountian lion!

  • What version of final cut Will work with my mac mini ??

    what version of final cut Will work with my mac mini ?? Intel GMA 950 graphics processor with 64MB of DDR2 SDRAM shared with main memory Combo Drive
    1GB 667MHz DDR2 SDRAM - 2x512MB
    80GB Serial ATA drive
    1.83GHz Intel Core 2 Duo
    any firm answers?

    do people from apple ever answer or help out on these questions--i think this is a pretty straight forward question: what version of final cut works on the following?
    Refurbished Mac mini 1.83GHz Intel Core 2 Duo
    1GB memory
    80GB hard drive
    Combo drive (DVD-ROM/CD-RW)
    Intel GMA 950 graphics processor with 64MB of DDR2 memory

  • What is the latest version of Firefox that will work with Windows ME?

    We were recently given an older Gateway laptop that we intend to use solely as an internet terminal. Alas, it is running Windows ME and I don't even know if it has all the specs to upgrade (and certainly not to Vista, which is the only thing we have an install disk for). It currently has Firefox 2.0.0.20, which of course contains numerous security vulnerabilities and is incompatible with most newer plugins. What is the best version of Firefox that will work with Windows ME, and is it still available for download? Thanks!

    Hmm... guess this will be just an e-mail terminal, hardly anything else works cuz I can't update Flash! Thanks for your help.

  • What is the oldest version of Acrobat that will work with Mac OS 10.8? I have version 6 and it does

    What is the oldest version of Acrobat that will work with Mac OS 10.8? I have version 6 and it does.

    http://roaringapps.com/apps:table

  • What is the latest version of iMovie that will work with OS 10.7.5?

    What is the latest version of iMovie that will work with OS 10.7.5?

    Hi magicmidi,
    If you are interested in the system requirements for the various versions of iLife, you may find the following page helpful:
    iLife: System requirements
    http://support.apple.com/kb/ht4411
    Regards,
    - Brenden

  • PSE13 trial version and it will not work with Windows 7

    I have downloaded PSE13 trial version and it will not work with Windows 7

    I have been using PSE 13 for 3 months with no problems.   When I launch the Editor in PSE 13 this is what I get -
    "Adobe Photoshop cannot run on this computer because this version of Photoshop requires Windows 7 or later"
    RAM 12.0GB
    64 bit operating system
    Intel(R) Core(TM)I7CPU 920 @ 2.67GHz
    Windows 7 SP1
    Hope this helps.
    Lynne

Maybe you are looking for

  • Logical standby and truncate partition

    Hi, I'm evaluation whether a logical standby database would meet our needs. We have a live database and want a reporting database that is identical to the live one, just minutes behind in time to the live one, plus we want to create other summary tab

  • How do I make an updateable Recordset in CS4

    Hello, I've been searching for a couple hours now and have been unable to find an answer to this question. I was using MX 2004 until recently (yes I know very old) but I was pretty set in my ways This is currently my enemy "Current Recordset does not

  • Forms and reports on Z linux

    Hi Iam trying to install forms and reports 11.1.1.4 on Z linux. pls give the URL where can i download the software and installation steps Thanks in Advance

  • Missing Easy Setup File 1080i50

    Hi guys Just upgraded to Sony HDV camera (HVR-A1E) PAL (UK). Pop into FCP5.x easy setup menu for capture and only settings are for 1080i60. Where is the 1080i50 gone? Cannot capture more than a few seconds of HD before dropped frame rate window pops

  • Network event is taking too long (100%)

    Hi everybody. We have a 10g DB on Windows. We're using OEM to manage the DB, and it has started to show an alert about database time spend waiting for "Network" event. It arises when we execute one module that updates several tables, that is taking t