(file) Return to readme.pulloperations CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/readme.pulloperations between version 1.1.2.15 and 1.1.2.18

version 1.1.2.15, 2013/11/20 02:22:01 version 1.1.2.18, 2014/03/31 22:46:02
Line 19 
Line 19 
    4. The changes to WQLCIMOperationRequestDispatcher and CQL... for handling    4. The changes to WQLCIMOperationRequestDispatcher and CQL... for handling
       pull not completed so we feed the responses back to the EnmerationContext       pull not completed so we feed the responses back to the EnmerationContext
       queues       queues
    3. Lots of minor TODOs, diagnostics, etc.     3. Lots of minor TODOs, diagnostics, etc. still in the code
    4. External runtime variables. Proposing that they be fixed for this release    4. External runtime variables. Proposing that they be fixed for this release
       rather than set by configuration.  This should be discussed.  Am making       rather than set by configuration.  This should be discussed.  Am making
       this a separate bug.  See bug        this a separate bug.  See bug 9819 for the changes to cover this.
    5. Decision on EnumerationContext timeout (separate thread or just    5. Decision on EnumerationContext timeout (separate thread or just
       checks during other operations). Can we, in fact really keep the       checks during other operations). Can we, in fact really keep the
       enumeration context table and queue under control without monitoring       enumeration context table and queue under control without monitoring
Line 35 
Line 35 
           or take to long between deliveries.  This does not exist in Pegasus           or take to long between deliveries.  This does not exist in Pegasus
           today           today
    6. Consider moving some of the code in dispatcher from templates to common    6. Consider moving some of the code in dispatcher from templates to common
       functions which would mean adding intermediate classes in CIMMessage        functions which would mean adding intermediate classes in CIMMessage but
         would reduce code size.
    7. Extension to avoid double move of objects in CIMResponseData (one    7. Extension to avoid double move of objects in CIMResponseData (one
       into enumerationContext queue and second to new cimResponseData for       into enumerationContext queue and second to new cimResponseData for
       response.  Want to avoid second move by extending Open/Pull response       response.  Want to avoid second move by extending Open/Pull response
Line 44 
Line 45 
       with binary data since need to extend format to count it.       with binary data since need to extend format to count it.
    8. NEXT TASKS:    8. NEXT TASKS:
       a. test the enumeration timeout thread       a. test the enumeration timeout thread
       b. Add openQueryInstances test to pullop        b. finish and test the OpenQueryInstances
         c. Clean up TODOs
         d. Find issue when we run makepoststarttests in pullop client with
            forceProviderProcesses = true.  This causes an operation like
            cimcli pei CIM_ManagedElement to not complete (client timeout)
            sometimes.
   
   31 March 2014 - Checkin
   1. Fixed issues in OOP processing of pull operations, in particular
      issues with cimxml output format when processed through the
      *InternalXmlEncoder functions.
   2. Clean up some of the internalXml functionality
   3. Found issues causing timeout with a particular provider.  The issue
      is that the dispatcher and monitor end up using the same thread so the
      condition variable in the dispatcher thread stops the monitor. Turned
      off the conditionVariable in getCache for the moment which means that
      we get number of responses for open... with 0 objects before the
      providers can begin to respond.  This is only for test.
   4. Added some statistics for enumerations and display the statistics
      when we close the server (same as cache statistics)
   
   12 March 2014 - Mergeout and Mergein
   1. Mergeout to head of tree for this date and mergein for patch update
      to bug 9676
   2. Extensions to pullop tests program and tests.
   3. Added some diagnostics in looking for OOP issue.
   4. Removed a number of diagnostics messages and cleaned up code in
      dispatcher to simplify pull operation processing.
   
   15 December 2013
   1. Mergeout and mergein up to 15 December 2013
   2. Clean up issues from tests documented in bug 9676 last week.
   3. Clean up some code in dispatcher
   4. Remove the filter function from ResponseStressc++Provider.
   
   21 November 2013
   1. Mergeout from head of tree to 21 November 2013.
  
 18 November 2013 18 November 2013
 1. Cleanup of a bunch of minor errors and completion of all of the code for 1. Cleanup of a bunch of minor errors and completion of all of the code for
Line 63 
Line 100 
 5. Generally passes all tests except for one test of pullop where it is trying 5. Generally passes all tests except for one test of pullop where it is trying
    to pull enum instances CIM_ManagedElement from a particular namespace.    to pull enum instances CIM_ManagedElement from a particular namespace.
  
   NOTE: I did not make comments here for changes in October despite the fact
   that I did 2 mergouts, number of fixes, and a mergein.
   
 30 September 2013 - CVS Update 30 September 2013 - CVS Update
 Mergeout head of tree up to 29 September 2013. Mergeout head of tree up to 29 September 2013.
  
Line 175 
Line 215 
     -OpenReferenceInstancePaths     -OpenReferenceInstancePaths
     -OpenAssociatiorInstances     -OpenAssociatiorInstances
     -OpenAssociatorInstancePaths     -OpenAssociatorInstancePaths
       -OpenQueryInstances
     -PullInstancesWithPath     -PullInstancesWithPath
     -PullInstancePaths     -PullInstancePaths
       -PullInstances
     -CloseEnumeration     -CloseEnumeration
     -EnumerationCount     -EnumerationCount
      OpenExecQuery      OpenExecQuery


Legend:
Removed from v.1.1.2.15  
changed lines
  Added in v.1.1.2.18

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2