Tuesday, January 22, 2013

Happy Birthday To You Bryan

Software Wars  teaser trailer
FOSS - Freedom Open Source Software

US Airways Flight 1549 took off from LaGuardia Airport
The plane flew into a flock of geese.
The pilot and copilot heard the birds hit the plane
Do you want to try to land on runway 1-3?
Some people exited through the front doors and into two inflatable life rafts.
Miracle on the Hudson
He said over the intercom
Through the door of cockpit,he could hear the passengers' loud applause.

--------------------------------------------------
[CFS]

Exporter log descriptions
Each log entry is prefixed by the name of the thread that produces the log.
[Scheduler]:
This entry contains information about the status of each rule.
An entry for each rule is generated periodically.
The refresh interval can be changed from the Admin UI (select General
Configuration  General  Refresh Interval).
[RunDispatcher]:
This entry contains information about how the rules are dispatched to the run
workers.
This entry contains the state of the queue containing reserved rules that are
ready to be dispatched and processed by the run workers.
[RunWorker-<thread_number>]:
This entry contains information about the processing of the rules.
This entry contains information about when the processing starts.
This entry contains information about which query is executed.
This entry contains information about how many items are retrieved.
[ExportDispatcher]:
This entry contains information about how the batches are dispatched to the
export workers.
This entry contains the state of the queue containing reserved batches that
are ready to be dispatched and processed by the export workers.
[ExportWorker-<thread_number>]:
This entry contains information about the processing of the batches of export
requests.
This entry contains the number of import requests that were generated (to be


Rule reserved by the run dispatcher:
– [RunDispatcher] INFO - Rule 'rule-name' ready for processing
– [RunDispatcher] INFO - Added work
'F05C44EF-542F-D871-E382-A59893A50879‘
Beginning of processing of a rule:
– [RunWorker-01] INFO - Start processing RunWork
id='F05C44EF-542F-D871-E382-A59893A50879'
– [RunWorker-01] INFO - Run
id=50733E7B-02A1-0247-2DD1-FD3B3F2E4926, criteria=
repositoryList=CS, dataMap=CS_DM, contentClass=Customer,
queryType=0, maxResults=1
Query execution
[RunWorker-01] INFO - Executing query :
selectionCriteria=(idmId>'003674899') AND (idmId>='003756859'),
fullTextCriteria=null, propertyList=[idmId]
End of processing of a rule
[RunWorker-01] INFO - Finished processing RunWork
id='F05C44EF-542F-D871-E382-A59893A50879'
Export dispatcher queue state (number of reserved rules/queue
capacity)
[ExportDispatcher] INFO - ExportDispatcher wakes up and checks if a run is
ready to be processed (14/20)
Batch (export requests) reserved by export dispatcher:
– [ExportDispatcher] INFO - Reserved batch = Batch:
batchId=CF10E3B5-B8C6-7289-73A8-501A096B4CE7
runId=1B6D87AD-976D-80AA-43D3-C0B341F4ACFB
lockTime=2007-11-27 11:27:51.484 totalItems=1 status=READY
– [ExportDispatcher] INFO - Added work
'6EA6816C-ED5A-6AF0-C8AB-2915CE122F52'

Beginning of processing of a batch:
– [ExportWorker-06] INFO - Start processing ExportWork
id='6EA6816C-ED5A-6AF0-C8AB-2915CE122F52'
– [ExportWorker-06] INFO - Processes, batch
'CF10E3B5-B8C6-7289-73A8-501A096B4CE7 of 500 export requests
End of processing of a batch
[ExportWorker-06] INFO - Finished processing ExportWork
id='6EA6816C-ED5A-6AF0-C8AB-2915CE122F52'


Error codes
The error codes are organized in these ranges:
General: 0-49
Query phase: 50-99
Export phase: 200-299
Import phase: 100-199




The status column can contain the following values:
– Scheduled
– Processing (Query phase)
– Exporting
– Importing
– Federated
– Aborted

The Last Federation Time is equal to the start time of the previous federation


1 comment: