CVS log for pegasus/src/Pegasus/Server/EnumerationContextTable.h

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Server

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Feb 5 01:51:16 2015 UTC (9 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch, HEAD
Changes since 1.10: +3 -1 lines
Diff to previous 1.10
BUG#: 10024
TITLE: Minor fixes to enumcontexttable stats output and some
trace displays

DESCRIPTION: cosmetic changes only

Revision 1.10 / (view) - annotate - [select for diffs] , Fri Jan 23 15:48:52 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.9: +22 -5 lines
Diff to previous 1.9
BUG#: 10020
TITLE: Statistics Display of EnumerationTable very limited

DESCRIPTION: Improve statistics on Enum Contexts

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jan 15 19:57:58 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.8: +10 -2 lines
Diff to previous 1.8
BUG#: 10004
TITLE: EnumerationContext does not free instances on timeout

DESCRIPTION: rewrote timeout processing to clarify and cover more issues.
This patch fixes a couple of minor editoral issues in cimcli and also
adds a test suite to test to test if, at least under the test conditions,
it actually releases all of the enumerationContexts.

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Jan 9 00:46:28 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.7: +4 -3 lines
Diff to previous 1.7
BUG#: 10008
TITLE: EnumerationContextId counter, Internalize. Error in first patch
in that it is not thread safe

DESCRIPTION: Mutex the counter

Revision 1.7 / (view) - annotate - [select for diffs] , Mon Jan 5 00:29:23 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.6: +16 -0 lines
Diff to previous 1.6
BUG#:10008
TITLE: Internalize ContextId Numeric counter

DESCRIPTION: Moved from Static IDFactory to internal AtomicInt

Revision 1.6 / (view) - annotate - [select for diffs] , Sat Dec 6 21:26:30 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.5: +9 -2 lines
Diff to previous 1.5
BUG#: 9985
TITLE: Pull Operation Memory loss, Server sends out delayed responses
when It should not be.

DESCRIPTION: Corrected: 1) issues with delayed response, 2) issue with
closing EnumTimerThread 3) clean up of traces so the flow of pull operations can be seen with a simple trace search including adding
the MessageId to messages in ProviderMessageHandler.cpp 4) change
of the delayed pull response timeout from 15 to 9 sec.

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Dec 4 17:18:36 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.4: +16 -7 lines
Diff to previous 1.4
BUG#: 9984
TITLE: Bad test found in EnumerationContextTable causes extra
thread calls

DESCRIPTION: Fixes 5 problems a) the test that causes the thread
to shutdown when it should not, EnumerationContextTable variable
ordering warning, error in format specification for Uint64 statistics
output, variable that was never used in EnumerationContext,
parameter passed that was never used.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:40 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.3: +25 -20 lines
Diff to previous 1.3
BUG#: 9950
TITLE: The server crashes when processing large PULL operations.

DESCRIPTION: Add call to OOPProviderManagerRouter to clean up
enumerationContexts.  Other minor changes found during tests. also.

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Oct 11 23:04:19 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.2: +17 -7 lines
Diff to previous 1.2
BUG#: 9819
TITLE: Add runtime configuration variables for pull operations.

DESCRIPTION: Adds the cimconfig variables pull pullOperationsMaxObjectCount, pullOperationsDefaultTimeout, pullOperationsMaxTimeout and changes CIMOperationRequestDispatcher
to use the runtime config variables.  Also cleans up the definition
of these parameters in CIMClient.h

Revision 1.2 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.1: +270 -0 lines
Diff to previous 1.1
BUG#: 9676
TITLE: Add pull operations to the OpenPegasusclient and server

DESCRIPTION: This patch is the implementation of the pull operations
defined in DSP0200 for both the CIM Client and CIM Server.  It includes
test programs in Pegasus/Client/tests and extends cimcli to make pull
requests and receive pull operation responses. There are still limitations
and issues noted in the readme.pulloperations file as well as some KS_TOD
comments marking things to do in the source code.

Revision 1.1.2.27 / (view) - annotate - [select for diffs] , Wed Aug 13 11:42:17 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.1.2.26: +4 -1 lines
Diff to previous 1.1.2.26 to branch point 1.1 to next main 1.2
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Compile Error, Windows

DESCRIPTION: Correct error and couple of other minor editorial issues.

Revision 1.1.2.26 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.25: +13 -16 lines
Diff to previous 1.1.2.25 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. New functionality and code cleanup

DESCRIPTION: OpenQueryInstances now working. Fixed issue with cimcli,
fixed UIntArgs to use smart pointers, Cleaned up CreateContext, Cleaned
up code in WQL/CQLOperationRequestDispatcher.cpp to create common
function, other minor.  See readme for 30 May for list.

Revision 1.1.2.25 / (view) - annotate - [select for diffs] , Thu May 29 22:55:35 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.24: +6 -1 lines
Diff to previous 1.1.2.24 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct error noted in  bug9676,
Clean up OpenQueryInstances, error in cimcli handling of FQL
language parameter results in reject of request.

DESCRIPTION: Finished code for OpenQueryInstances to create common path
for ExecQuery and OpenQueryInstances. ExecQuery tested. fixed issue
in cimcli.  Corrected erroneous inclusion of execinfo.h header include,
removed more diagnostic messages, modified CreateContext function
interface.

Revision 1.1.2.24 / (view) - annotate - [select for diffs] , Mon May 26 17:46:22 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.23: +18 -20 lines
Diff to previous 1.1.2.23 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Modifications to function per doc.

DESCRIPTION: EnumerationContextTable hash table dynamic size based on
max number of open contexts. Remove diagnostic messages. Other miscellaneous
changes.

Revision 1.1.2.23 / (view) - annotate - [select for diffs] , Fri May 9 15:46:16 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.22: +2 -0 lines
Diff to previous 1.1.2.22 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Code rework and add some new validation.

DESCRIPTION: Redo CIMMessage to put constructors in cpp and add
intermediate messages in hiearchy for more efficient processing
of open and pull messages.  Moved several template functions to
real functions.  Added new input parameter check for namespace to
pull operations.

Revision 1.1.2.22 / (view) - annotate - [select for diffs] , Sun May 4 22:05:10 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.21: +33 -76 lines
Diff to previous 1.1.2.21 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up thread interface, fix error
causing nightly test error, remove some diagnostics.

DESCRIPTION: Added semaphore to thread interface.  Fixed error in Release
Context that was causing use of enumerationContext after release. Removed
some diagnostics.

Revision 1.1.2.21 / (view) - annotate - [select for diffs] , Fri May 2 18:36:26 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.20: +4 -12 lines
Diff to previous 1.1.2.20 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct bug causing removeContext
failure and clean up some threading code

DESCRIPTION: Removed more diagnostics. Correct setup of EnumContextTimer
thread. move limit setting for enumcontexttable to dispatcher. Increased
size of hashtable. Corrected error causing failure of remove
EnumerationContexts

Revision 1.1.2.20 / (view) - annotate - [select for diffs] , Thu May 1 17:58:24 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.19: +18 -10 lines
Diff to previous 1.1.2.19 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Cleanup some code and remove some issues
with the timeout thread.

DESCRIPTION: Cleaned up and removed marked out code. Removed conflict issue
with timer thread. Changed names on number of variables for clarity. Removed
one EnumeationContext unused variable (namespace).

Revision 1.1.2.19 / (view) - annotate - [select for diffs] , Fri Apr 25 16:42:03 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.18: +11 -5 lines
Diff to previous 1.1.2.18 to branch point 1.1
BUG#: 9676
PEP#: DELETE ONE OF THESE LINES
TITLE: TASK-PEP317_pullop-branch. Multiple updates to


DESCRIPTION: Changed PullResponse... msg to OpenOrPullResponseDataMessage,
Added diagnostics to catch errant issue with EnumerationContextTable,
fixed issue in msg bundle, corrected issues with static tests and other
miscellaneous minor changes.

Revision 1.1.2.18 / (view) - annotate - [select for diffs] , Mon Apr 21 12:42:07 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.17: +8 -19 lines
Diff to previous 1.1.2.17 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Decoder cleanup of the ...IParam classes and some exception
responses. Fixed issues in the Enumeration Timeout thread. Enabled
0 reject 0 operationTimeout exception and added internal variable to
control it.

Revision 1.1.2.17 / (view) - annotate - [select for diffs] , Wed Apr 16 22:31:50 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.16: +4 -4 lines
Diff to previous 1.1.2.16 to branch point 1.1
BUG#: 9676
TITLE: Modify common access to EnumerationContext to improve
thread separation.

DESCRIPTION: Modifiey the locked code to eliminate thread deadlock
holes and added internationalization to a number of the
CIMOperationRequestDispatcher CIMException response messages.

Revision 1.1.2.16 / (view) - annotate - [select for diffs] , Wed Apr 16 00:11:31 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.15: +17 -1 lines
Diff to previous 1.1.2.15 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up handling of interoperation
timeouts and extend error tests

DESCRIPTION: Cleaned up thread code for detecting interoperation timeouts
and extended error tests. Added some internationalized msgs.

Revision 1.1.2.15 / (view) - annotate - [select for diffs] , Thu Apr 10 23:33:16 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.14: +0 -3 lines
Diff to previous 1.1.2.14 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Clean up issue with issueing pull responses that was causing
failures. Clean up code and remove some diagnostics in EnumerationContext
and EnumerationContextTable files.

Revision 1.1.2.14 / (view) - annotate - [select for diffs] , Mon Apr 7 21:00:23 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.13: +9 -10 lines
Diff to previous 1.1.2.13 to branch point 1.1
BUG#: 9676
TITLE: Clean up issue with thread block in OOP mode.

DESCRIPTION: Dropped the condition variable for getting from cache and
moved the client response to the provider return thread.  Other minor
cleanup and also renamed EnumerationContext in WsmProcessor to avoid
name conflict.

Revision 1.1.2.13 / (view) - annotate - [select for diffs] , Mon Mar 31 21:46:04 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.12: +12 -0 lines
Diff to previous 1.1.2.12 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Fixes to xml output issues from
OOP processors with pull reference and associator calls.

DESCRIPTION: Corrected CIMResponseData to generate correct
XmlInternalEncoder call for pull and nonpull xml output. Added a
couple of traces to better track through these calls. Fixed error
in PullErrors for timeout. Added first statistics on shutdown
for EnumerationContextTable. Removed ConditionVariable from
getCache for the moment since it was causing the thread block with
monitor.  Right now this means open almost always returns 0 objects
since this is temp fix. Also had to block static tests since the
test for objects in response.  Note this means pullop returns
warning messages about "too few objects in response." Will fix this
issue in next checkin.

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Thu Mar 20 10:15:15 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.11: +16 -9 lines
Diff to previous 1.1.2.11 to branch point 1.1
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Changes to shutdown for
pull operations support

DESCRIPTION: Modify enumerationContext shutdown code

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Tue Mar 18 13:37:50 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.10: +10 -2 lines
Diff to previous 1.1.2.10 to branch point 1.1
BUG#: 9676
TITLE: Add trace for binMsg functions minor changes

DESCRIPTION: Add some diagnostics to CIMBinMsg functions (trace data
on calls) and other minor cleanup.  No major changes this checkin

Revision 1.1.2.10 / (view) - annotate - [select for diffs] , Sat Nov 30 16:16:05 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.9: +11 -4 lines
Diff to previous 1.1.2.9 to branch point 1.1
PEP#:317
TITLE: TASK-PEP317_pullop-branch. CIMClient.h documentation and
some interprocess issues between timer thread and operation threads


DESCRIPTION: Added documentation for remaining functions in CIMClient.h
. Add protection for thread issues between timing thread and operation
threads. Clean up several TODOs in Cliient Response Doceder.

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Thu Nov 21 20:55:20 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.8: +1 -1 lines
Diff to previous 1.1.2.8 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Fix up headers for UintArg and remove
old files (NUmericArg and old code in Server)

DESCRIPTION: Changed headers to use UintArgs.h and removed NumericArgs files. Deleted old unused code that was original pull implementation.

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Thu Nov 21 20:39:55 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.7: +1 -1 lines
Diff to previous 1.1.2.7 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, Move to use UintArgs function

DESCRIPTION: chaged header refs and Makefiles. Fixed one
test error in cli tests.

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Sun Oct 13 20:32:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.6: +11 -7 lines
Diff to previous 1.1.2.6 to branch point 1.1
PEP#: 317
TITLE: Fix issues with OOP and enable NumericArg code.

DESCRIPTION: Clean up responses of XML data from OOP providers and
enable NumericArg code. Removed UintArgs and old EnumerationTable.*
Note that the statistics code is bad at this point, waiting for
another bug to head of tree.

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Thu Sep 19 09:56:59 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.5: +2 -1 lines
Diff to previous 1.1.2.5 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations.Number of minor errors in code.

DESCRIPTION: Fixed one overlooked compile issue from previous checkin.  Added
detailed timers for wait queues. Cleaned out temp change to XmlWriter.cpp,
Enabled time thread as diagnostic tool

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:37 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.4: +16 -11 lines
Diff to previous 1.1.2.4 to branch point 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch. Working code update

DESCRIPTION: Detailed description in readme.pulloperations. Generally
minor reorganization of parameters in OpenExecQuery, remove memory leak
move more CIMOperationRequestDispatcher code to templates.

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:23 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.1.2.3: +42 -33 lines
Diff to previous 1.1.2.3 to branch point 1.1
PEP#: 317
TITLE: PEP 317, Pull Operations mergeout and code cleanup.

DESCRIPTION: No new functionality added but cleaned up a number of issues.
Merged out up to 25 August. Note that most functions run today except for
OpenExecQuery which is not tested.  See the readme.pulloperations for more
details

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Sun Jun 16 11:46:44 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.1.2.2: +2 -1 lines
Diff to previous 1.1.2.2 to branch point 1.1
PEP#: 317
TITLE: Task 317-pullop branch

DESCRIPTION: Clean up release of enumeration context for error completions and clean up of
context table upon close of server

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:40 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1.2.1: +10 -6 lines
Diff to previous 1.1.2.1 to branch point 1.1
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Tue Jun 4 14:10:45 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.1: +243 -0 lines
Diff to previous 1.1
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Minor Cleanup

DESCRIPTION: Rename Couple of files and cleanup some todos. Nothing major
in this checkin

Revision 1.1 , Tue Jun 4 14:10:45 2013 UTC (11 years ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Branch point for: TASK-PEP317_pullop-branch
FILE REMOVED
file EnumerationContextTable.h was initially added on branch TASK-PEP317_pullop-branch.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2