System Replication(DR): procedure to monitor the difference among the 3 different log modes

Is there any procedure to check the influence of the selected log replication mode (sync, syncmem or async) to the primary system?
Details about the replication seem to be provided only in the  system view M_SERVICE_REPLICATION. Which kind of queries might be useful to track the difference?
And taking about the view M_SERVICE_REPLICATION: what are the “Delta Replicas” and why are they triggered if logs are replicated after an initial full replication?

Hi Sue,
I am setting DB_LEGACY for all sites. I loop over the list of sites, create a dbsite object and do this:
209 int eid;
212 DbSite *dbsite;
213 m_env.repmgr_site(e.host.c_str(), e.port, &dbsite, 0);
214 dbsite->set_config(DB_BOOTSTRAP_HELPER, 1);
215 dbsite->set_config(DB_LEGACY, 1);
216 dbsite->get_eid(&eid);
217 dbsite->close();
221 m_replication_info.replica_map[eid] = e.host;
Here is a full code listing https://github.com/hypertable/hypertable/blob/master/src/cc/Hyperspace/BerkeleyDbFilesystem.cc, the relevant code is in the constructor BerkeleyDbFilesystem::BerkeleyDbFilesystem(...) starting on line 74. The same code is run on all the replication sites simultaneously.
Is there some other logging flag I should enable to get more debug info?

Similar Messages

  • What are the differences among the follow types of database links?

    What are the differences among the follow types of database links?
    public database link
    fixed_user database link
    connected-user database link
    current-user database link

    Did you search the documentation ?
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96521/ds_concepts.htm#15997

  • Want to know the difference among the sap standard schemas TM00/TM01/TM04

    hi, experts
    i have read the standard courses HR310 and HR311,but i am still confused about the difference among the three standard TM schemas TM00,TM01 and TM04.
      i only learn from the book about it as follows:
      TM00: Time evaluation with time events
      TM01: Time evaluation for work schedule deviations
      TM04: Time evaluation for times entered as hours.
    i want to know the details about different forms of time data and different strategies in evaluating the time data in the three standard schemas.
       thanks in advance

    Hi,
    TM01: read the actual data, Automatically calculate the overtime with the help of events.
    TM04: Negative time evaluation, Get the data from the Work schedules
    TM01: Positive/Negative time evaluation: Read the exception of workschedules, get the data from the time events form the 2011IT.
    TM01:
    Schema TM01 can be used for time evaluation if you only record
    exceptions to the work schedule, and not all times that count as working
    time (actual times).
    You can use schema TM01 to import and process time data that has been
    recorded online.
    The schema forms time balances, time wage types, and time quotas, and is
    processed using the time evaluation driver, RPTIME00.
    The valuation basis for time evaluation forms a planned pair, which is
    generated according to the planned specifications in the employee's
    personal work schedule.
    The planned pairs generally correspond to the time worked. Only
    attendances from infotype 2002 and absences from infotype 2001 result in
    a difference between planned and actual.
    Schema TM01 automatically generates overtime for all attendance times
    recorded over and above the planned specifications in the personal work
    schedule. If overtime is recorded in infotype 2005, it can be approved
    systematically taking account of overtime breaks.
    TM00:
    Schema TM00 processes time events that have been recorded at a time
    recording terminal, or the time pairs formed from the time events in
    pair formation. Attendances and absences are also imported.
    Schema TM00 is based on positive recording of time data, that is,
    recording all times that count as working time (actual times).
    Schema TM00 only evaluates time data with clock times (or full-day
    records). The main task of schema TM00 is to classify the actual times
    by comparing them to the planned specifications in the daily work
    schedule (start and end of planned working time, core times, breaks, and
    so on).
    TM04:
    The time worked by the employee is recorded in the Attendances infotype
    (2002), and not as clock-in and clock-out times. When processing
    clock-in/out times, the emphasis is on the length of time between the
    postings and not on the times at which the postings were made.
    You can use schema TM04 to process attendances and absences that specify
    a number of hours only, rather than concrete start and end times.
    The times stipulated in the daily work schedule are not relevant. Only
    specifications such as planned hours and minimum daily working time are
    evaluated from the daily work schedule.
    TM04 caters both for negative time recording (recording of exceptions to
    the work schedule) and positive time recording (recording all
    attendances or actual times).
    If negative recording is used, the planned hours are generated on the
    basis of the daily work schedule. Recorded absences and some attendance
    times are deducted (see schema TP01.)
    The "Time Management status" indicator in the Planned Working Time
    infotype (0007) shows whether all actual times are recorded for an
    employee, or only exceptions to the planned specifications.
    Regards:
    Devi.

  • Can anyone tell the difference among the DB tables ?

    the difference among PAnnnn,PBnnnn,PCLn
    can anyone tell me ?
    for example.  
    PA0002 and Pb0002, what the difference?
    thanks a lot.

    Hi,
    PAnnnn is a database tables to store the data records of infotype nnnn for <b>Personnel Administration</b>.
    PBnnnn is a database tables to store the data records of infotype nnnn for <b>Recruitment</b>.
    The PCLn database tables are used to store <b>data clusters</b> (such as results from Time Management, Travel Management, and Payroll).
    Just check these link:
    <a href="http://help.sap.com/saphelp_46c/helpdata/en/4f/d52822575e11d189270000e8322f96/frameset.htm">Reporting in HR</a>
    Regards,

  • Difference among the Help view,Database view and Maintanance View

    hi,
    can Anyone pls let me know the Difference among the Help view,Database view and Maintanance View
    thanks&regards
    rama

    The followings are different types of views:
    Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    The followings are different types of views:
    Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    Hope this is helpful, Do reward

  • What is the difference in the features between Cisco prime 1.2 and Cisco prime 1.4 ?

    Dears,
    Please i need to know what is the difference in the features between Cisco prime infrastructure 1.2 and Cisco prime 1.4.
    Already i see the release note for each one but the release indicate only the New feature for every one. so i need to know the difference between them not new features.
    Wait your kind feedback plz
    Regards,

    Hi,
    New Features and Enhancements
    The following topics describe new features and enhancements in Cisco Prime Infrastructure 1.4.
    Management Support for WLC Release 7.5
    Support for 802.11ac Module
    Support for Cisco AP 700
    Policy Classification Engine
    FlexConnect Audit Support
    Autonomous AP Support
    Client Stateful Switchover
    Cable Modem Monitoring
    Support for Secure File Transfer Protocol
    and please go through the link and check the data sheet for further clearance.
    http://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/prime-infrastructure/datasheet-c78-729879.html

  • What's the difference between trace and log in XI?

    Hi all,
    On both J2EE and ABAP, there are both tracing and logging functionalities. Can anyone explain me the difference between trace and logging?
    Regards,
    Hui

    From SAP Notes
    Log file:
    A log file contains generally intelligible information for system administrators. The information is sorted by categories and is used for system monitoring. Problem sources or critical information about the status of the system are logged in this file. If error messages occur, you can determine the software component that has caused the error using the location. If the log message does not provide enough details to eliminate the problem, you can find more detailed information about the error in the trace file.
    The log file is located in the file system under
    "/usr/sap/[SID]/[instance]/j2ee/cluster/server[N]/log/applications.[n].log" for every N server node.
    Access the file with the log viewer service of the J2EE visual administrator or with the standalone log viewer.
    Trace file:
    A trace file contains detailed information for developers. This information can be very cryptic and extensive. It is sorted by location, which means by software packages in the Java environment, for example, "com.sap.aii.af". The trace file is used to analyze runtime errors. By setting a specific trace level for specific locations, you can analyze the behavior of individual code segments on class and method level. The file should be analyzed by SAP developers or experienced administrators.
    The trace file is located in the file system under
    "/usr/sap/[SID]/[instance]/j2ee/cluster/server[N]/log/defaultTrace.[x].trc" for each N server node.
    Access the file with the log viewer service of the J2EE visual administrator or with the standalone log viewer.
    Regards,
    Prateek

  • What is the difference between the new 13" MacBook Pros and the previous version of the 13" MacBook Pro?

    What is the difference between the new 13" MacBook Pros and the previous version of the 13" MacBook Pro?

    Note that iStatPro has not been updated in quite awhile and may not be reading the guts of a totally new system correctly. IIRC, the Late 2011 MBPs were beginning to tax iStatPro already, as they had newer sensors the older code was completely unaware of.
    For strictly measuring temps on the guts of these newer Macs, maybe use Marcel Bresink's free Temperature Monitor? Last updated in March 2012. In my Late 2011 15" MBP, it picks up all 18 sensors...
    http://www.bresink.de/osx/TemperatureMonitor.html
    Or go whole hog for his Hardware Monitor, for oodles more info from the Mac. Follow the Products link from above.

  • What'z the difference between the Commercial Invoices and

    What'z the difference between the Commercial Invoices and
    Invoices/Excise Invoices? Also I understand that we can combine 2~3
    invoices and can create one commercial invoice? If it is possible, how
    to create the same?
    cheers
    shalsa007....

    Hello,
    A commercial invoice is a bill for the goods from the seller to the buyer. Commercial invoices are utilized by customs officials to determine the value of the goods in order to assess customs duties and taxes.
    In general there is no standard form for a commercial invoice although they tend to contain many of the following features:
    •     seller's contact information
    •     buyer's contact information
    •     consignee's contact information (if it is different from the buyers)
    •     invoice date
    •     a unique invoice number
    •     sales terms (usually in incoterm format)
    •     payment terms
    •     currency of sale
    •     full quantities and description of merchandise (Generally this includes unit price and total price. Product descriptions should be consistent with the buyer's purchase order. Including the Harmonized System commodity codes can be helpful, especially in countries that are WTO members.)
    Excise invoice “Original for Buyer copy”, whether  prices are inclusive or exclusive of excise duty.
    The invoice in which the Excise duties are included.
    As per Indian tax system, Excise duty (16%) is payable by each manufacturing unit on the value of manufactured goods / on the value added. The manufacturing plant is supposed to submit an excise duty report on fortnightly / monthly basis. Various registers (RG1, RG23A, RG23C, PLA) are maintained for that purpose, which record all the transactions including movement of goods, cenvat credit available and cash balance available.
    In SAP, we use transaction j1id for configuration and j1iin, j2i7, j1i5, j2i5, j2i6, j1ip for creating, extracting and printing excise invoice. 
    *Please reward if this helps**
    Regards
    AK

  • What is the difference between the normal function module and bapi function

    hi,
    what is the difference between the normal function module and bapi function module.

    Hi
    BAPI stands for Business API(Application Program Interface).
    A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    You can make your function module remotely enabled in attributes of Function module but
    A BAPI are standard SAP function modules provided by SAP for remote access. Also they are part of Businees Objest Repository(BOR).
    BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.
    Regards
    Anji

  • What are the differences of the following titles?

    What are the differences of the following titles?
    Oracle Database Design Analyst
    Oracle DBA - Design
    Oracle DBA
    Oracle Database Analyst - Design
    Oracle Database Designer
    Oracle e-Commerce Database Architect
    Oracle system administrator
    Thank you

    frank.qian wrote:
    Does the title change with the framework?They change with whoever (whomever?) is applying them to whatever they are being applied to.
    Titles (I assume these are <i>job</i> titles) have no inherent, universal meaning. They mean whatever the user wants them to mean. My "official" job title (the one listed on all personnel documents) is "IT Specialist-DATAMGMT" What does that mean?. Everyone around here referes to me as a "Senior DBA". What does that mean?
    I handle all issues with creating, building, backing up, tuning, consulting that refer to an Oracle database. I know other people with my same job title whose responsibilities are to develop department level applications on MS Access. At a former job, I was a "programmer/analyst". My job was to design, code, and maintain COBOL programs. One day I was trying to help a "data entry clerk" with a problem she was having with one of my systems. When I asked her a question for which she didn't know the answer, her reply was "I don't know. I'm just the computer programmer." Meaning? In my office, a "computer programmer" was a person who designed programs and wrote code. In her office a "computer programmer" was a person who keyed auto registration information, using the application that I wrote. So, what was a "computer programmer"?
    So .... a title is just that. A title. It means no more and no less than what the people who use it want it to mean.

  • Can anybody explain the difference REDOLG vs ARCHIVE log files

    can anybody explain the difference REDOLG vs ARCHIVE log files?
    and the relation between redolog files and redolog buffers?
    thanx in advance

    Changes made to the database are recorded in the Redo log buffer. This Buffer contains Redo records or entries, which are a description of changes made to the database.
    The Redo Logs are critical in order to recover the database or to reconstruct data files and undo segments after a system crash or hardware failure.
    Each Oracle instance has only one log writer process (LGWR). The log writer operates in the background and writes all records from the Redo log buffer to the Redo log files. When the database operates in Archivelog mode, the redo logs are are archived before overwritten.

  • What is the difference between the iPhoto that came pre-downloaded on my MacBook and the iPhoto available for download on the App Store?

    I have had my MacBook for 5 years and ever since upgrading to the new system which added the App Store to my computer, I have been curious about the difference between the iPhoto that came pre-downloaded when I purchased my computer 5 years ago and the iPhoto available for purchase on the App Store. What makes the iPhoto from the App Store so different that I have to pay $15 for it, when I already have it for free on my computer?

    Lots and lots of new features - and since you have upgraded to Mavericks much better operation
    For information on what has changed there are many. many reviews on the web as well os a writup on the App store recapping the new features of the latest version vs the previous version
    as to your choice - totally personal - do or don't - you choose - it does no involve anyone here in any way
    LN

  • 10.4.6 updaters for IiMac. What's the difference between the choices?

    It seems there are 3 choices for this update:
    1) Going through the "software update" pulldown menu on my desktop which is about 100mb
    2) On the "apple downloads" page there is one that is 163mb that seems appropriate and
    3) a "combo" version that is 191mb that also seems appropriate
    I simply used the one from the pulldown menu on my desktop, but what is the difference between the 3 and are there advantages/disadvantages to any specific method or version so for the next time there is an update i pick the more "appropriate" version?
    Thanks

    just choose "software update" from your "system preferences" to do the job. It checks your system and chooses teh updates that might be needed. It's probably because you own an "intel mac' the update in software update is only 100 mb. You don't need the combo therefore (combo for 'intel macs' and 'old macs').

  • What's the difference between the ssd and hd?

    I'm in the process of buying a Mac book pro but wanted to know and understand What's the difference between the ssd and hd?

    DDHeadley wrote:
    What's the difference between the ssd and hd?
    HD = hard drive, several metal platters stacked and data read/written magnetically.
    Pro's - less expensive and higher capacity of storage. Can scrub the drive of unwanted data. Unlimited write capability.
    Con'- bit rot can cause data and operating system to not be as reliable, mechanical moving parts means you can't move the machine while it's on.
    SSD = Solid State Disk, basically memory chips that can store data in a permanent fashion without power (like Random Access Memory needs)
    Pro's - faster read/write speeds in most cases. Shock resistant makes them ideal for portable uses.
    Con's - new technology issues, one cannot securely erase the data on them, unless it's ground into a fine powder. Limited write capability means they will wear out eventually like USB thumb drives do. Wear leveling (TRIM) is used to spread the writes evenly across the drive to maximize it's lifespan.
    If you can respect the machine, take care of it and not move it while it's on, or need to scrub the drive of unwanted data, or need higher capacity of storage without paying a fortune for a very large SSD, then a HD makes a lot of sense.
    It really comes down to your privacy, do you want a machine you cannot delete files off of?
    Do you want to carry around a machine that has all your dirty secrets etched in it for anyone with the right software to uncover?
    A computer is a personal machine, why it's called a Personal Computer. We all do things we sometimes are later ashamed of and want to erase all memory of it.
    Can't do that with a SSD, it knows all and you will be forced to destroy the machine to rid it of the unwanted data.

Maybe you are looking for