WO2015167724A1 - System and method for supporting common transaction identifier (xid) optimization and transaction affinity based on resource manager (rm) instance awareness in a transactional environment - Google Patents

System and method for supporting common transaction identifier (xid) optimization and transaction affinity based on resource manager (rm) instance awareness in a transactional environment Download PDF

Info

Publication number
WO2015167724A1
WO2015167724A1 PCT/US2015/023120 US2015023120W WO2015167724A1 WO 2015167724 A1 WO2015167724 A1 WO 2015167724A1 US 2015023120 W US2015023120 W US 2015023120W WO 2015167724 A1 WO2015167724 A1 WO 2015167724A1
Authority
WO
WIPO (PCT)
Prior art keywords
transaction
transactional
instance
resource manager
coordinator
Prior art date
Application number
PCT/US2015/023120
Other languages
French (fr)
Inventor
Xugang SHEN
Qingsheng Zhang
Todd J. LITTLE
Yongshun JIN
Original Assignee
Oracle International Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oracle International Corporation filed Critical Oracle International Corporation
Priority to KR1020167032798A priority Critical patent/KR102340296B1/en
Priority to JP2016565068A priority patent/JP6545709B2/en
Priority to EP15716313.0A priority patent/EP3138000B1/en
Priority to CN201580022700.3A priority patent/CN106255956B/en
Publication of WO2015167724A1 publication Critical patent/WO2015167724A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • G06F9/467Transactional memory
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5083Techniques for rebalancing the load in a distributed system

Definitions

  • Figure 16 shows an illustration of processing a global transaction in a transactional environment using a common transaction identifier (XI D), in accordance with an embodiment of the invention.
  • the middleware machine software can provide an application server, middleware and other functionality such as, for example, WebLogic Server, JRockit or Hotspot JVM, Oracle Linux or Solaris, and Oracle VM.
  • the system can include a plurality of compute nodes, IB switch gateway, and storage nodes or units, communicating with one another via an IB network. When implemented as a rack configuration, unused portions of the rack can be left empty or occupied by fillers.
  • FIG. 6 illustrates an exemplary flow chart for supporting resource manager (RM) instance awareness in a transactional environment, in accordance with an embodiment of the invention.
  • a transactional server can receive resource manager (RM) instance information from a resource source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to.
  • the system can save the received instance information into one or more tables that are associated with the transactional server.
  • the system allows the transactional server to process a global transaction based on the instance information saved in the one or more tables.
  • a subsequent request 712 can be routed to the transactional server 703 based on the affinity context 705. Additionally, other subsequent requests can also be routed to the transactional server 703, which is connected to the RM instance 702, until the global transaction 710 is completed (or the client context ends).
  • the system can apply the transaction affinity routing policy in order to find a server.
  • FIG 10 shows an illustration of receiving a message with affinity context in a transactional environment, in accordance with an embodiment of the invention.
  • a transactional system 1001 in a transactional environment 1000 can use a message queue 1005 for receiving one or more messages (e.g. a message 1006).
  • a transactional server 1003 in the transactional system 1001 can continuously dequeue messages (containing requests) after the initial boot. As shown in Figure 10, the transactional server 1003 can read the message 1006 from the message queue 1005 and processes a service request in the message 1006.
  • the transactional system 1301 can propagate the affinity context 1307 information to an application server 1302 (e.g. a WebLogic application server) via an affinity key string 1308.
  • an application server 1302 e.g. a WebLogic application server
  • the affinity context 1307 can be exchanged between the transactional system 1301 and the application server 1302, via a connector 1304 (e.g. a Tuxedo WTC).
  • the system can improve the performance of processing the global transaction 1510 via using a common XI D when more than one groups run on the same resource manager instance 1504.
  • each of the participant TMs B-C 1602-1603 can determine whether it shares the same RM with the coordinator TM A 1601 by comparing the received instance ID 1641 with its own instance ID. If the instance IDs are the same, the participant TMs B-C 1602- 1603, can mark itself as a common-XID server (or group).
  • FIG 20 illustrates an exemplary flow chart for processing a global transaction in a transactional environment using a common XID, in accordance with an embodiment of the invention.
  • a coordinator for the global transaction can propagate a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment.
  • the system allows said one or more participants, which share resource manager instance with the coordinator, to use the common transaction identifier.
  • the coordinator can process the global transaction for said one or more participants that share the resource manager instance using one transaction branch.
  • the transactional system operates to use an affinity context string to transfer the affinity context from a transactional domain to another transactional domain.
  • a method for supporting transaction processing in a transactional environment comprising:receiving, via a transactional server, resource manager (RM) instance information from a data source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to; saving the received instance information into one or more tables that are associated with the transactional server; and allowing the transactional server to process a global transaction based on the instance information saved in the one or more tables.
  • RM resource manager
  • the method further comprises: registering a call back operation with the RM, wherein the transactional server operated to retrieve the instance information from the RM when the call back operation is triggered.
  • the method further comprises: storing the received instance information in a context, and enabling a flag, which indicates the receiving of the instance information.

Abstract

A system and method can support transaction processing in a transactional environment. A coordinator for a global transaction operates to propagate a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment. The coordinator allows said one or more participants, which share resource manager instance with the coordinator, to use the common transaction identifier, and can process the global transaction for said one or more participants that share the resource manager instance using one transaction branch.

Description

SYSTEM AND METHOD FOR SUPPORTING COMMON TRANSACTION IDENTIFIER
(XID) OPTIMIZATION AND TRANSACTION AFFINITY BASED ON RESOURCE MANAGER (RM) INSTANCE AWARENESS IN A TRANSACTIONAL ENVIRONMENT
Copyright Notice:
[0001] A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
Field of Invention:
[0002] The present invention is generally related to computer systems and software, and is particularly related to a transactional system.
Background:
[0003] A transactional middleware system, or transaction oriented middleware, includes enterprise application servers that can process various transactions within an organization. With the developments in new technologies such as high performance network and multiprocessor computers, there is a need to further improve the performance of transactional middleware. These are the generally areas that embodiments of the invention are intended to address. Summary:
[0004] Described herein are systems and methods that can support transaction processing in a transactional environment. A coordinator for a global transaction operates to propagate a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment. The coordinator allows said one or more participants, which share the resource manager instance with the coordinator, to use the common transaction identifier, and the coordinator can process the global transaction for said one or more participants that share the resource manager instance using one transaction branch.
[0005] Described herein are systems and methods that can support transaction processing in a transactional environment. A transactional system operates to route a request to a transactional server, wherein the transactional server is connected to a resource manager (RM) instance. Furthermore, the transactional system can assign an affinity context to the transactional server, wherein the affinity context indicates the RM instance that the transactional server is associated with, and the transactional system can route one or more subsequent requests that are related to the request to the transactional server based on the affinity context.
[0006] Described herein are systems and methods that can support transaction processing in a transactional environment. A transactional server operates to receive resource manager (RM) instance information from a data source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to. Furthermore, the transactional server operates to save the received instance information into one or more tables that are associated with the transactional server. Then, the transactional server can process a global transaction based on the instance information saved in the one or more tables.
Brief Description of the Figures:
[0007] Figure 1 shows an illustration of supporting resource manager (RM) instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0008] Figure 2 shows an illustration of maintaining various state tables in a transactional environment, in accordance with an embodiment of the invention.
[0009] Figure 3 shows an illustration of supporting a server table (ST) in a transactional environment, in accordance with an embodiment of the invention.
[0010] Figure 4 shows an illustration of updating the instance information in a transactional environment, in accordance with an embodiment of the invention.
[0011] Figure 5 shows an illustration of supporting a transaction process with various check points in a transactional environment, in accordance with an embodiment of the invention.
[0012] Figure 6 illustrates an exemplary flow chart for supporting resource manager (RM) instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0013] Figure 7 shows an illustration of supporting transaction affinity based on instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0014] Figure 8 shows an illustration of supporting the transaction affinity routing in a transactional environment, in accordance with an embodiment of the invention.
[0015] Figure 9 shows an illustration of sending a message with an affinity context in a transactional environment, in accordance with an embodiment of the invention.
[0016] Figure 10 shows an illustration of receiving a message with affinity context in a transactional environment, in accordance with an embodiment of the invention. [0017] Figure 11 shows an illustration of supporting affinity routing within a client context in a transactional environment, in accordance with an embodiment of the invention.
[0018] Figure 12 shows an illustration of propagating an affinity context across different domains in a transactional environment, in accordance with an embodiment of the invention.
[0019] Figure 13 shows an illustration of propagating an affinity context to an application server in a transactional environment, in accordance with an embodiment of the invention.
[0020] Figure 14 illustrates an exemplary flow chart for supporting transaction affinity based on instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0021] Figure 15 shows an illustration of processing a global transaction in a transactional environment using different transaction identifiers (XI Ds), in accordance with an embodiment of the invention.
[0022] Figure 16 shows an illustration of processing a global transaction in a transactional environment using a common transaction identifier (XI D), in accordance with an embodiment of the invention.
[0023] Figure 17 shows an illustration of supporting a one-phase commit (1 PC) processing model based on database instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0024] Figure 18 shows an illustration of processing a global transaction based on database instance awareness in a transactional environment, in accordance with an embodiment of the invention.
[0025] Figure 19 shows an illustration of processing a global transaction across multiple domains in a transactional environment using a common XID, in accordance with an embodiment of the invention.
[0026] Figure 20 illustrates an exemplary flow chart for processing a global transaction in a transactional environment using a common XID, in accordance with an embodiment of the invention.
Detailed Description:
[0027] The invention is illustrated, by way of example and not by way of limitation, in the figures of the accompanying drawings in which like references indicate similar elements. It should be noted that references to "an" or "one" or "some" embodiment(s) in this disclosure are not necessarily to the same embodiment, and such references mean at least one.
[0028] The description of the invention as following uses the Tuxedo environment as an example for a transactional middleware machine environment. It will be apparent to those skilled in the art that other types of transactional middleware machine environments can be used without limitation.
[0029] Described herein are systems and methods that can support transaction processing in a transactional environment, such as a transactional middleware machine environment.
Transactional Middleware Machine Environment
[0030] In accordance with an embodiment of the invention, the system comprises a combination of high performance hardware, e.g. 64-bit processor technology, high performance large memory, and redundant InfiniBand and Ethernet® networking, together with an application server or middleware environment, such as WebLogic Suite, to provide a complete Java EE application server complex which includes a massively parallel in-memory grid, that can be provisioned quickly, and can scale on demand. In accordance with an embodiment, the system can be deployed as a full, half, or quarter rack, or other configuration, that provides an application server grid, storage area network, and InfiniBand (IB) network. The middleware machine software can provide an application server, middleware and other functionality such as, for example, WebLogic Server, JRockit or Hotspot JVM, Oracle Linux or Solaris, and Oracle VM. In accordance with an embodiment, the system can include a plurality of compute nodes, IB switch gateway, and storage nodes or units, communicating with one another via an IB network. When implemented as a rack configuration, unused portions of the rack can be left empty or occupied by fillers.
[0031] In accordance with an embodiment of the invention, the system provides an easy- to-deploy solution for hosting middleware or application server software, such as the Oracle Middleware SW suite, or Weblogic. As described herein, in accordance with an embodiment the system is a "grid in a box" that comprises one or more servers, storage units, an IB fabric for storage networking, and all the other components required to host a middleware application. Significant performance can be delivered for all types of middleware applications by leveraging a massively parallel grid architecture using, e.g. Real Application Clusters and Exalogic Open storage. The system delivers improved performance with linear I/O scalability, is simple to use and manage, and delivers mission-critical availability and reliability.
[0032] In accordance with an embodiment of the invention, a transactional middleware system, such as the Oracle Tuxedo system, can take advantage of fast machines with multiple processors, such as an Oracle Exalogic middleware machine, and a high performance network connection, such as an IB network. Additionally, the Oracle Tuxedo system (also simply referred to as "Tuxedo") can take advantage of a clustered database, such as the Oracle Real Application Clusters (RAC) Enterprise database, which is a clustered database with shared cache architecture and can be a component of a cloud architecture. The Oracle RAC can overcome the limitations of traditional shared-nothing and shared-disk approaches to provide highly scalable and available database solutions for business applications.
[0033] In accordance with an embodiment of the invention, Oracle Tuxedo system provides a set of software modules that enables the construction, execution, and administration of high performance, distributed business applications and has been used as transactional middleware by a number of multi-tier application development tools. Tuxedo is a middleware platform that can be used to manage distributed transaction processing in distributed computing environments. It is a proven platform for unlocking enterprise legacy applications and extending them to a services oriented architecture, while delivering unlimited scalability and standards-based interoperability.
[0034] Additionally, the Oracle Tuxedo system can comply with the Open Group's X/Open standards, including the support of the XA standard for two-phase commit (2PC) processing, the X/Open ATM I API, and the X/Open Portability Guide (XPG) standards for language internationalization. The transactional application server can be referred to as an XA server, when it uses the XA standard. For example, each Tuxedo application server that belongs to a Tuxedo group can be configured using an OPENINFO property. All XA servers in a Tuxedo group can use the OPENINFO property to establish the connection to a resource manager (RM). Instance Awareness
[0035] Figure 1 shows an illustration of supporting resource manager (RM) instance awareness in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 1 , a transactional system 101 in a transactional environment 100 can support transaction processing using one or more resource manager (RM) instances associated with a data source 102, such as a database.
[0036] In accordance with an embodiment of the invention, the transactional system 101 can be aware of the RM instance information 104 in the data source 102. For example, a transaction server 103 in the transactional system 101 can obtain the RM instance information 104 from the data source 102 by taking advantage of a user callback 1 10. The transactional system 101 can use different mechanisms for registering the user callback 1 10, e.g. a static registration mechanism and a dynamic registration mechanism.
[0037] The static registration mechanism can be used when a XA server is supported. The XA server is a server that uses the uniform XA interface to control a transaction. For example, in Tuxedo, the static registration can be invoked in the tpopen() function after the xa_open() function is called. Once the registration is successful, the user callback 1 10 can be invoked when the transactional server 103 establishes the connection to a database, e.g. an Oracle database. Additionally, the user callback 1 10 can be deregistered in the tpclose() function before the xa_close() function is called.
[0038] Alternatively, the transaction server 103 can dynamically register the user callback 1 10, e.g. based on a shared library 105 associated with the data source 102. For example, Tuxedo can dynamically register the callback when a user connects to an Oracle Database using a non-XA server (e.g. via OCI or Pro*c/c++). Tuxedo can first load Oracle OCI library OCI API dynamically and obtain the related OCI environment handle. Then, Tuxedo can register a user callback via an OCIUserCallbackRegister in the OCISessionBegin function.
[0039] As shown in Figure 1 , the system can save the obtained instance information 104 in a related context 106 associated with the transactional server 103. Additionally, the transactional server 103 can store the instance information 104 into the different state tables 108 in a shared memory 107 (e.g. the global bulletin board (BB) in Tuxedo). These tables 108 can be synchronized to different nodes, and can be accessed by multiple transactional servers (e.g. servers 1 1 1-1 12) and/or native clients.
[0040] Figure 2 shows an illustration of maintaining various state tables in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 2, a transactional system 200 can store the instance information 220 into different state tables in a shared memory 201 .
[0041] These state tables can include a resource manager table 21 1 that stores unique RM/database names, an instance table 212 that stores the RM/database instance names and a service table 213 that stores the RM/database service names. Such information can help other servers to know the instance information associated with the particular server.
[0042] Additionally, the transactional system 200 can maintain a server table (ST) 214 in the shared memory 201. The ST 214 can include one or more sever table entries (STEs), each of which can store an index in the instance table 212. For example, each STE can store an instance identifier (ID) if the server is a single-threaded server.
[0043] As shown in Figure 2, the server table 214 can point to the other tables 21 1-213 in the shared memory 201. Thus, the transactional system 200 can use the server table 214 to obtain the instance information (such as the information on which RM instance that a particular server is currently connected to), and the transactional system 200 may not use the instance information stored in the different state tables 21 1-213 directly.
[0044] Figure 3 shows an illustration of supporting a server table (ST) in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 3, a server table (ST) 310 in a transactional system 300 can include one or more server table entries (STEs) 31 1-312, each of which can include one or more instance identifiers (IDs). For example, STE 31 1 can include instance IDs 321-322, and the STE 312 can include instance IDs 323-324.
[0045] In accordance with an embodiment of the invention, each instance ID 321-324 can include various instance information. As shown in Figure 3, the instance ID 322 can identify an instance name 301 , a database name 302, and a service name 303.
[0046] For example, the instance ID can be implemented using an integer, e.g. a 32 bit integer that includes three sections: bit 0-11, bit 12-19, and bit 20-31. The first section, bit 0-11, can store the entry index for a RM/database instance name 301. The second section, bit 12- 19, can store the entry index for a RM/database name 302. The third section, bit 20-31 , can store the entry index for a RM/database service name 303. Additionally, the special value OxFFFFFFFF can be used for indicating an invalid instance ID.
[0047] In accordance with an embodiment of the invention, the transactional system 300 can check the instance information in an instance ID 322 by simply comparing the related bits. Thus, the system can avoid the performance issue due to string comparing, since the string comparing operation is a more expensive than the bit comparing operation.
[0048] Figure 4 shows an illustration of updating the instance information in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 4, a transactional system 401 in a transactional environment 400 can obtain the related instance information 404 from a resource manager (RM) 402, e.g. in a database.
[0049] When the user callback 410 is called, the latest instance information 404 can be retrieved from the RM 402 and can be stored into the context 405. Additionally, the transactional system 401 can set a flag 409, which indicates the receiving of the latest instance information 404.
[0050] In accordance with an embodiment of the invention a transactional process 403 can be configured with one or more checkpoints. For example, the checkpoints can be triggered before and after the service invocation and after the initialization routine. Also, the check points can be triggered when a connection is established or dropped.
[0051] As shown in Figure 4, at the check point 408, the transactional process 403 can check the flag 409. If the flag 409 is up, the transactional server 403 can update the transaction context 407 based on the retrieved instance information 404, and store the retrieved instance information 404 into the state tables 406 (in a shared memory).
[0052] Figure 5 shows an illustration of supporting a transaction process with various check points in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 5, at step 501 , the transactional process starts. Then, the transactional process can proceed with the initialization process at step 502.
[0053] The initialization process 502 can include one or more instance check points, e.g. the check point 510. For example, in Tuxedo, when the dynamic registration is used, the check point 510 may be located in the startup routine of a server after the initialization routine (e.g. tpsvrinit). Also, the check point 510 can be triggered when the server tries to establish a connection to RM (e.g. after the xa_open() function call is invoked successfully in the tpopen() function call).
[0054] Additionally, at step 512, the transactional process can retrieve the instance information to enable the instance awareness capability, during the initialization process 502.
[0055] Furthermore, at step 503, the transactional process can check whether there is a service request. At step 505, the transactional process can invoke a service dispatcher, e.g. tmsvcdsp(). As shown in Figure 5, a check point 506 can be triggered before the service routine 507 is invoked for processing the request message. Additionally, another check point 508 can be triggered after the service routine 507 is completed. At step 509, the transactional process can end the service dispatcher.
[0056] Otherwise, if there is no service request and the transactional process is to be shut down, at step 504, the transactional process can start the shutdown process 51 1. The shutdown process 51 1 can trigger a check point 513 to clean instance ID information. For example, in Tuxedo, the check point 513 can be triggered when the server is to close a connection to the RM (e.g. before a xa_close() function call is invoked in a tpclose() function call). Finally, the transactional process ends at step 514.
[0057] In accordance with an embodiment of the invention, when the system uses the static registration instead of dynamic registration, the system may behave differently at the check point 512 and the check point 513. The instance information can be retrieved and updated directly without checking the initiator. For example, when the static registration is used, a XA server can use the tpopen()/tpclose()function calls to establish/delete the connections to a RM. Also, the tpopen() function can be called in the customized tpsvrinit() function call, and the tpclose() function can be called in the customized tpsvrdone() function.
[0058] Figure 6 illustrates an exemplary flow chart for supporting resource manager (RM) instance awareness in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 6, at step 601 , a transactional server can receive resource manager (RM) instance information from a resource source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to. Then, at step 602, the system can save the received instance information into one or more tables that are associated with the transactional server. Furthermore, at step 603, the system allows the transactional server to process a global transaction based on the instance information saved in the one or more tables. Transaction Affinity
[0059] Figure 7 shows an illustration of supporting transaction affinity based on instance awareness in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 7, a transactional environment 700 can support the processing of a global transaction 710 using one or more resource managers (RMs), e.g. a RM instance 702 that is associated with a database 704.
[0060] The transactional system 701 can route a request 71 1 for a database connection to a transactional server 703 (e.g. using the default routing policy). Additionally, the system can assign an affinity context 705 to the transactional server 703. The affinity context 705, which contains information identifying the RM instance 702, can be store in a shared memory (e.g. a global transaction table (GTT) in Tuxedo) and can be propagated using a message. For example, the transactional server 703 can obtain the RM instance name, the RM/database name and the RM/database service name, via the affinity context 705 based on the above instance awareness feature.
[0061] Furthermore, a subsequent request 712 can be routed to the transactional server 703 based on the affinity context 705. Additionally, other subsequent requests can also be routed to the transactional server 703, which is connected to the RM instance 702, until the global transaction 710 is completed (or the client context ends).
[0062] In accordance with an embodiment of the invention, the transaction affinity ensures that the related database requests 71 1-712, which are connected to the RM instance 702, can be routed to the same transactional server 703. Thus, the transaction affinity can improve application performance by maximizing the database cluster utilization, since the transaction affinity can improve database performance by increasing the likelihood of cache hits.
[0063] In accordance with an embodiment of the invention, the system can apply the transaction affinity routing policy along with other routing polices for performing the global transaction 710. For example, the following routing precedence can be supported in Tuxedo:
1. Transaction precedence routing for domain
2. Client/server affinity routing
3. Transaction affinity routing
4. Load balancing according to service load
[0064] Figure 8 shows an illustration of supporting the transaction affinity routing in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 8, a transactional system can support the processing of a global transaction using a transaction affinity routing policy. [0065] At step 801 , the system can receive a transaction request that involves a database connection. Then, at step 802, the system can check whether there are existing affinity contexts.
[0066] If no affinity context are involved in the global transaction, the system can perform the load balancing routing, at step 809.
[0067] If there are existing affinity contexts involved in the global transaction, the system can apply the transaction affinity routing policy in order to find a server.
[0068] At step 803, the system may try to find a server, which is associated with the same instance name, the same database (DB) name and the same service name.
[0069] If the system cannot find the server, at step 804, the system may try to find a server, which is associated with the same DB name and the same service name and is in a group that is not involved in the current global transaction.
[0070] If the system cannot find the server, at step 805, the system may try to find a server, which is associated with the same DB name and the same instance name.
[0071] If the transactional system cannot find the server, at step 806, the system may try to find a server, which is associated with the same DB name.
[0072] At step 807, the system may be able to find a server based on the existing affinity contexts. On the other hand, at step 808, the system may not be able to find a server. Then, at step 809, the system can try to find the server according to the load balancing routing.
[0073] Figure 9 shows an illustration of sending a message with an affinity context in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 9, a transactional system 901 can support the transaction processing in a transaction environment 900. Furthermore, a transactional server 903 in a transactional system 901 can support the transaction processing based on a transaction context 907 (e.g. TUXC in Tuxedo).
[0074] As shown in Figure 9, the transactional server 903 can obtain the related affinity context 904 from a shared memory 902 (e.g. GTT in Tuxedo), and can update the transaction context 907 using the related affinity context 914. When the checkpoint 908 is triggered, the system can copy the related affinity context 914 from the transaction context 907 into a message 906 in the message queue 905.
[0075] Thus, the transactional system 901 can refer to the related affinity context 914 in the transaction context 907 for service routing, before sending the message 906 to a service.
[0076] Figure 10 shows an illustration of receiving a message with affinity context in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 10, a transactional system 1001 in a transactional environment 1000 can use a message queue 1005 for receiving one or more messages (e.g. a message 1006).
[0077] A transactional server 1003 in the transactional system 1001 can continuously dequeue messages (containing requests) after the initial boot. As shown in Figure 10, the transactional server 1003 can read the message 1006 from the message queue 1005 and processes a service request in the message 1006.
[0078] During the processing of the service request, the system can trigger a checkpoint 1008 for copying the affinity context from the message 1006 into the transaction context 1007. Then, the system can use the affinity context 1014 in the transaction context 1007 to update the affinity context 1004 in the shared memory 1002.
[0079] Once the request in the message 1006 has been processed, the transactional server 1003 process can read more messages from message queue 1005. Otherwise, the transactional server 1003 can wait on the message queue 1005 until the next request arrives.
[0080] Figure 11 shows an illustration of supporting affinity routing within a client context in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 1 1 , a transactional system 1 101 in a transactional environment 1 100 can support the transaction processing in a client context 1 1 10 using one or more resource manager (RMs), e.g. a RM instance 1 102 that is associated with a database 1 104. For example, within the client context 1 1 10, web conversations can be connected and disconnected for a number of times. During each of these connections, the conversation may refer to and/or access the same (or similar) data, such as a shopping cart.
[0081] In accordance with an embodiment of the invention, the system can route a request 1 1 1 1 for a database connection to a transactional server 1 103 (e.g. based on the default routing policy). Additionally, the system can assign an affinity context 1 105 that indicates the RM 1 102 to the transactional server 1 103.
[0082] Furthermore, one or more subsequent requests within the client context 1 1 10 (e.g. the request 1 1 12) can be routed to the transactional server 1 103, based on the affinity context 1 105 until the client context 1 1 10 ends or the related transaction completes. Thus, the transactional system 1 101 can ensure that the various database operations within the client context 1 1 10 can be directed to the same RM instance 1 102.
[0083] In accordance with an embodiment of the invention, the transactional system 1 101 can receive various load balance advisory events from the database, which hints for an affinity within the client context 1 1 10. For example, in Tuxedo, the load balancing advisory event received from a database can include a parameter, AFFINITY HINT, which is a flag that indicates whether affinity is active or inactive for a particular instance and service combination. The AFFINITY HINT parameter, which is a temporary affinity that lasts for the duration of a web session, can be automatically enabled when load balancing advisory is enabled by setting the goal on the service. Additionally, different instances offering the same service can have different settings for AFFINITY HINT. [0084] In accordance with an embodiment of the invention, the transactional system 1 101 may apply the transaction affinity routing policy, instead of the client context based affinity policy, if related database operations are within a transaction. On the other hand, the system can implement the client context based affinity routing policy, based on the default tuxedo load balance route policy.
[0085] Figure 12 shows an illustration of propagating an affinity context across different domains in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 12, a transactional environment 1200 can support the transaction processing using one or more resource managers (RMs), e.g. a RM instance 1205 that is associated with a database 1215.
[0086] In accordance with an embodiment of the invention, the system can route a request 121 1 for a database connection to a transactional server 1203 (e.g. using the default routing policy). Additionally, the system can assign an affinity context 1207 that indicates the RM instance 1202 to the transactional server 1203.
[0087] Furthermore, a transactional domain in the transactional environment 1200 can propagate affinity context information across domains, if the request 121 1 is to be transferred between different domains.
[0088] As shown in Figure 12, the transaction domain 1201 can translate the affinity context 1207 into an affinity key string 1208 before sending the affinity key string 1208 to the remote domain 1202. After receiving the affinity key string 1208, the transaction domain 1202 can translate the affinity key string 1208 into the affinity context 1206 that can be used by a transactional server 1004 in the transaction domain 1202.
[0089] Thus, one or more subsequent requests (e.g. the request 1212) can be directed to the RM instance 1202 based on the affinity context 1206.
[0090] Figure 13 shows an illustration of propagating an affinity context to an application server in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 13, a transactional system 1301 in a transactional environment 1300 can support transaction processing using one or more resource manager (RMs), e.g. a RM instance 1305 that is associated with a database 1315.
[0091] In accordance with an embodiment of the invention, the system can route a request 131 1 for a database connection to a transactional server 1303 (e.g. using the default routing policy). Additionally, the system can assign an affinity context 1307 that indicates the RM instance 1305 to the transactional server 1303.
[0092] Furthermore, the transactional system 1301 (e.g. a Tuxedo TDomain) can propagate the affinity context 1307 information to an application server 1302 (e.g. a WebLogic application server) via an affinity key string 1308. For example, the affinity context 1307 can be exchanged between the transactional system 1301 and the application server 1302, via a connector 1304 (e.g. a Tuxedo WTC).
[0093] When the transactional system 1301 sends a request to the connector 1304, the transactional system 1301 can translate the affinity context 1307 into the affinity key string 1308. When the connector 1304 receives the request from the transactional system 1301 , the connector 1306 can translate the affinity key string 1308 into the transaction context 1306 that can be used by the application server 1302.
[0094] When the connector 1304 sends a request to the transactional system 1301 , the connector 1304 can obtain affinity context from the transaction context 1306 associated with the application server 1302. When the transactional system 1301 receives the request from the connector 1304, the transactional system 1301 can translate the affinity key string 1308 into the affinity context 1307.
[0095] Thus, one or more subsequent requests, e.g. the request 1312, in the application server 1312 can be directed to the RM instance 1302 based on the affinity context 1305.
[0096] Figure 14 illustrates an exemplary flow chart for supporting transaction affinity based on instance awareness in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 14, at step 1401 , the system can route a request to a transactional server, wherein the transactional server is connected to a resource manager (RM) instance. Then, at step 1402, the system can assign an affinity context to the transactional server, wherein the affinity context indicates the RM instance that the transactional server is associated with. Furthermore, at step 1403, the system can route one or more subsequent requests that are related to the request to the transactional server based on the affinity context. Common Transaction Identifier (XID)
[0097] Figure 15 shows an illustration of processing a global transaction in a transactional environment using different transaction identifiers (XI Ds), in accordance with an embodiment of the invention. As shown in Figure 15, a transactional system 1500 can support the processing of a global transaction 1510 using different resource manager (RM) instances, e.g. RM instances 1504-1505 that connect to a database 1506.
[0098] In accordance with an embodiment of the invention, the global transaction 1510 can be associated with a global transaction identifier (GTRID 1520). Within the global transaction 1510, the involved transactional servers in the same group can share one transaction branch, while the transactional servers in different groups may use different transaction branches.
[0099] As shown in Figure 15, the transactional system 1500 may use multiple branches, e.g. branches A-C 1521 -1523, for processing the global transaction 1510. Each of the branches A-C 1521-1523 can be associated with a branch qualifier, e.g. BQUALs A-C 1531 - 1533.
[00100] In accordance with an embodiment of the invention, the transactional system 1500 can use different transactional managers (TMs), e.g. TMs A-C 1501 -1503, for managing the processing of the global transaction 1510 on different branches A-C 1521 -1523.
[00101] For example, TM A 1501 , which is associated with a transaction identifier (XI D) A 151 1 , can be responsible for managing the processing of the global transaction 1510 on the branch A 1521. TM B 1502, which is associated with a transaction identifier (XI D) B 1512, can be responsible for managing the processing of the global transaction 1510 on the branch B 1522. TM C 1503, which is associated with a transaction identifier (XI D) C 1513, can be responsible for managing the processing of the global transaction 1510 on branch C 1523.
[00102] As shown in Figure 15, the XI Ds A-C 151 1-1513 for the different branches A-C 1521-1523 in a global transaction 1510 can share the same GTRID 1520 (and format ID), and may have different branch qualifiers (i.e. the BQUALs A-C 1531-1533).
[00103] In accordance with an embodiment of the invention, the system can invoke a two- phase commit (2PC) process on the global transaction 1510, when more than one groups of transactional servers are involved in the global transaction 1510.
[00104] As shown in Figure 15, the system may use the 2PC model to process the global transaction 1510, even when different participated transactional groups (e.g. TMs A-B 1501 - 1502) in a global transaction 1510 are in fact associated with same RM instance 1504.
[00105] In accordance with an embodiment of the invention, the system can improve the performance of processing the global transaction 1510 via using a common XI D when more than one groups run on the same resource manager instance 1504.
[00106] Figure 16 shows an illustration of processing a global transaction in a transactional environment using a common XID, in accordance with an embodiment of the invention. As shown in Figure 16, a transactional system 1600 can support the processing of a global transaction 1610, which is associated with the GRTID 1620, using the resource manager (RM) instances 1604-1605 that connect to a database 1606.
[00107] Furthermore, the transactional system 1600 can use the transactional managers (TMs) A-C 1601 -1603 to manage the processing of the global transaction 1610 on different transactional application servers in the different transaction groups (e.g. branches A-C 1621- 1623).
[00108] In accordance with an embodiment of the invention, each of the resource managers (RMs) 1604-1605 can be uniquely identified, e.g. based on the database name, the server name and the instance name. Based on the database instance awareness capability, a transactional server in the transactional system 1600 is able to know which RM instance that it is currently connecting to.
[00109] As shown in Figure 16, the transactional system 1600 can include a coordinator, such as the TM A 1601. The coordinator TM A 1601 is associated with an instance ID 1641 that identifies the RM instance 1604.
[00110] Additionally, the global transaction 1610 can include one or more participating servers (e.g. the participant TMs B-C 1602-1603), which may be located on the local server node where the coordinator 1601 is located or may be located at remote server nodes. Each of the participant TMs B-C 1602-1603 can also be associated with an instance ID (e.g. instance IDs 1642-1643) that identifies the RM instance that it connects to.
[00111] In accordance with an embodiment of the invention, when the common XID feature is enabled for processing the global transaction 1610, the XID 161 1 for the coordinator TM A 1601 can be shared within the global transaction 1610 (i.e. the XID 161 1 is used as a common XID). Thus, a transactional application that involves multiple groups and runs on a clustered database, such as an Oracle database, can improve the transaction performance by taking advantage of the database instance awareness.
[00112] As shown in Figure 16, the coordinator TM A 1601 for the global transaction 1610 can propagate various types of information, such as the XID 161 1 and the instance ID 1641 , to different participant TMs B-C 1602-1603, within the life cycle of the global transaction 1610.
[00113] Furthermore, each of the participant TMs B-C 1602-1603 can determine whether it shares the same RM with the coordinator TM A 1601 by comparing the received instance ID 1641 with its own instance ID. If the instance IDs are the same, the participant TMs B-C 1602- 1603, can mark itself as a common-XID server (or group).
[00114] For example, the system may find a match on the branch B 1622, since the TM B 1602 shares the same RM instance 1604 with the TM A 1601. Thus, the TM B 1602 can use the common XID 161 1 instead of its own XID for supporting transaction processing. Then, the TM B 1602 can notify the coordinator TM A 1601 that it uses the common XID 161 1. In such a case, when the coordinator TM A 1601 operates to commit or rollback the global transaction 1610, the system can ignore the branch B 1622, since it uses the common XI D 161 1 (which is based on the BQUAL A 1631 ).
[00115] On the other hand, the system may not find a match on the branch C 1623 (which uses the XID C 1613 and BQUAL C 1633), since the TM C 1603 is associated with a different RM 1605 (with an instance I D 1643). Optionally, the TM C 1603 can notify the coordinator TM A 1601 that it does not use the common XID 161 1. Then, the system can process the transaction branch C 1623 according to the two-phase commit (2PC) processing model.
[00116] In accordance with an embodiment of the invention, the different common-XID groups, i.e., the groups of transactional servers that are associated with the same RM instance 1604 with the coordinator 1601 , can access the RM instance 1604 via the common XID 161 1.
[00117] Furthermore, when the commit request is invoked, the coordinator 1601 may not send any messages to the local common-XID groups. The system can change the state of each local common-XID group to read-only at once. Also, the remote common- XID groups can receive the prepare request from the coordinator 1601 and may change its state to readonly without any real database operation. Thus, the system may only need to prepare/commit one of these groups (e.g. the coordinator's group).
[00118] Additionally, the system can change a common-XID group to become a non- common-XID group, if the instance ID changes. For example, if branch B 1622 changes to use another RM instance, then the system can invoke a two-phase commit (2PC) process instead (e.g. based on the BQUAL B 1632).
[00119] Figure 17 shows an illustration of supporting a one-phase commit (1 PC) processing model based on database instance awareness in a transactional environment, in accordance with an embodiment of the invention. As shown in Figure 17, a transactional system 1700 can support the processing of a global transaction 1710, which is associated with the GRTID 1720, using the resource manager (RM) instance 1704 that connects to a database 1706.
[00120] The transactional system 1701 can include a plurality of transactional managers (TMs) A-C 1701-1703, which are used to manage the processing of the global transaction 1710 in different transactional groups (i.e. branches A-C 1721 -1723).
[00121] Furthermore, the TMs A-C 1701-1703 can manage the processing of the global transaction 1710 based on a single resource manager (RM) instance 1704. Each of the TMs A-C 1701-1703 can maintain an instance identifier (ID), e.g. the instance IDs 1741 -1743.
[00122] As shown in Figure 17, the transactional system 1700 can include a coordinator (e.g. the TM A 1701 ). The coordinator TM A 1701 for the global transaction 1710 can propagate various types of information, such as the common XID 171 1 and the instance ID 1741 , to the different participating transactional servers (e.g. the TMs B-C 1702-1703), within the life cycle of the global transaction 1710.
[00123] In accordance with an embodiment of the invention, based on the transaction affinity capability, the system can route all related requests in the global transaction 1710 to the same RM instance 1704. Furthermore, based on the instance awareness capability, the TMs A-C 1701 -1703 are able to know that only a single RM instance 1704 is used in the global transaction 1710, since the different instance IDs 1741 -1743 all identify the same RM instance 1704. Thus, the coordinator TM A 1701 can uses the common XID 171 1 (e.g. its own XID that is based on the BQUAL A 1731 and the GRTID 1720) for coordinating the global transaction 1710 in the transactional environment 1700.
[00124] As shown in Figure 17, the coordinator TM A 1701 may not send any "prepare/commit" request to other groups at the commit stage, since they are all common-XID groups. Furthermore, the system can take advantage of the one-phase commit (1 PC) processing model.
[00125] In accordance with an embodiment of the invention, the read-only one-phase commit optimization can significantly improve the system performance. It can perform 1 PC processing on the reserved group if all other groups returns read-only. The performance can be improved when all branches of the global transaction are tightly coupled, e.g. in the same instance or the same RAC.
[00126] For example, a transactional environment 1700 may have N (where N>1) participated groups for processing the global transaction 1710. Among them, M (where M<N) participated groups may have the same instance ID as that of the coordinator.
[00127] Using the two-phase commit (2PC) processing model with no database instance awareness, the system may perform N prepare operations and one commit operation on a database (e.g. as shown in Figure 15). Also, the system may need to write a transaction log.
[00128] Alternatively, based on the database instance awareness (e.g. as shown in Figure 16), the system may need to perform N-M prepare operations and one commit operation on a database (with M prepare operations reduced).
[00129] Furthermore, when M=N-1, which indicates that all other participated groups in the global transaction can share the same transaction branch with the coordinator. Then, there is only one branch in processing the global transaction. The system may only need to perform one commit operation, with N (or M+l) prepare operations reduced. Also, the system may not need to write a transaction log.
[00130] Figure 18 shows an illustration of processing a global transaction based on database instance awareness in a transactional middleware environment, in accordance with an embodiment of the invention. As shown in Figure 18, a transactional system, e.g. an Oracle Tuxedo system, can support the processing of a global transaction using multiple transactional groups, e.g. Tuxedo groups A-B 1802-1803.
[00131] Furthermore, each of the Tuxedo groups A-B 1802-1803 can have a set of transaction manager servers (TMS). For example, group A 1802 includes a server A 1804 and a TMS A 1806, which can act as a coordinator. Additionally, group A 1802 can include a shared memory, e.g. a Tuxedo bulletin board (BB) A 1808. Furthermore, group B 1803 includes a server B 1805 and a TMS B 1807, and a shared memory, e.g. a Tuxedo BB B 1809.
[00132] In the example as shown in Figure 18, at step 181 1 , the client 1801 can access a service (e.g. Service A) on the server A 1804 by invoking a function call, tpcall(Service A). Then, at step 1812, the server A 1804 can create related global transaction table entries (GTTEs) in the Tuxedo BB A 1808.
[00133] Additionally, at step 1813, the client 1801 can access another service (e.g. Service B) on the server B 1805 by invoking a function call, tpcall(Service B). At step 1814, the server A 1804 can add the related information about group A 1802 into the Tuxedo BB B 1809. Also, at step 1815, the client 1801 can add the related information about group B 1803 into the Tuxedo BB A 1808.
[00134] Furthermore, at step 1816, the client 1801 can request to commit the transaction by invoking a function call, tpcommit(). Tuxedo can invoke 1 PC directly on the global transaction if all groups involved in the global transaction run on the same RM instance. At step 1817, the coordinator T MS A 1806 can proceed to commit the global transaction.
[00135] If the 1 PC call succeeds, at step 1818, the coordinator TMS A 1806 can remove the GTTE in the local node. Then, at step 1819, the coordinator 1806 can notify the Group B 1803, a remote common-XID group, to forget its branch. Finally, at step 1820, the TMS B 1807 can update the Tuxedo BB B 1809.
[00136] Figure 19 shows an illustration of processing a global transaction across multiple domains in a transactional environment using a common XID, in accordance with an embodiment of the invention. As shown in Figure 19, a transactional system 1900 can support the processing of a global transaction 1910 across multiple domains, e.g. domains A-B 1951- 1952, based on the resource manager (RM) instance 1904 that connect to a database 1906.
[00137] Additionally, the different branches A-B 1921-1923 can share a GTRID 1920 in the transactional system 1900. The coordinatorTM A 1901 in a local domain A 1951 can propagate the transaction identifier (XID) 191 1 and the instance information based on the instance ID 1941 to the remote domain B 1952.
[00138] In accordance with an embodiment of the invention, the instance ID 1941 , which is unique within the domain A 1951 , may be different in different domains (e.g. the domain B 1952), due to the different server booting up sequences.
[00139] As shown in Figure 19, instead of propagating the instance ID 1941 crossing domains directly, the coordinator TM A 1901 can convert the instance ID 1941 into a formatted string 1908, before being propagated across domains. For example, the formatted string 1908 can include the database name, the server name and the instance name.
[00140] Additionally, a domain gateway server 1905 can be used for supporting the communication between the local domain A 1951 and the remote domain B 1952. The outbound interface of the domain gateway server 1905 can map the instance information from the instance ID 1941 into the formatted string 1908. The inbound of the domain gateway server 1905 can map the instance information from the formatted string 1908 into the instance ID [00141] For example, in Tuxedo, the user may divide the Tuxedo groups into different domains for business reasons. A gateway server, such as the GWTDOMAIN server, can be used to support the communication between the different domains. Furthermore, the GWTDOMAIN server in the coordinator domain can function as a proxy. Additionally, the GWTDOMAIN server can be configured to use a common XI D, when all involved servers in the other domains through the GWTDOMAIN server are set to use the common XI D.
[00142] In accordance with an embodiment of the invention, the remote domain B 1952 can store the common XID 191 1 as an imported XID 1913. As shown in Figure 19, the branch B 1923 (i.e. a common-XID group) can use the imported XID 1943 for accessing the database, if the imported XID 1913 exists and the BQUAL A 1931 associate with the imported XID 1913 is valid.
[00143] In accordance with an embodiment of the invention, based on database instance awareness, the system can also take advantage of one-phase commit (1 PC) model in processing an inter-domain transaction, when the inter-domain transaction involves a single RM instance.
[00144] Figure 20 illustrates an exemplary flow chart for processing a global transaction in a transactional environment using a common XID, in accordance with an embodiment of the invention. As shown in Figure 20, at step 2001 , a coordinator for the global transaction can propagate a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment. Then, at step 2002, the system allows said one or more participants, which share resource manager instance with the coordinator, to use the common transaction identifier. Furthermore, at step 2003, the coordinator can process the global transaction for said one or more participants that share the resource manager instance using one transaction branch.
[00145] In accordance with an embodiment of the invention, a method is provided for supporting transaction processing in a transactional environment, comprising: routing a request to a transactional server, wherein the transactional server is connected to a resource manager (RM) instance; assigning an affinity context to the transactional server, wherein the affinity context indicates the RM instance that the transactional server is associated with; and routing one or more subsequent requests that are related to the request to the transactional server based on the affinity context.
[00146] In accordance with an embodiment of the invention, the method further comprises: allowing said RM instance to be an instance in a clustered database. [00147] In accordance with an embodiment of the invention, the method further comprises: allowing said request and said one or more subsequent requests to be associated with a global transaction.
[00148] In accordance with an embodiment of the invention, the method further comprises: using an affinity routing policy to route the one or more subsequent requests, wherein the affinity routing policy is based on a RM name, an instance name, and a service name.
[00149] In accordance with an embodiment of the invention, the method further comprises: allowing said request and said one or more subsequent requests to be associated with a client context.
[00150] In accordance with an embodiment of the invention, the method further comprises: including, via the transactional server, the affinity context in a message before sending the message.
[00151] In accordance with an embodiment of the invention, the method further comprises: updating the affinity context in the transactional server based on a message received from another transactional server.
[00152] In accordance with an embodiment of the invention, the method further comprises: using an affinity context string to transfer the affinity context from a transactional domain to another transactional domain.
[00153] In accordance with an embodiment of the invention, the method further comprises: using a connector to transfer the affinity context from a transactional system to an application server.
[00154] In accordance with an embodiment of the invention, the method further comprises: using a connector to receive an affinity context from an application server.
[00155] In accordance with an embodiment of the invention, a computer program comprises instructions that when executed by a system cause the system to perform the method of the preceding methods.
[00156] In accordance with an embodiment of the invention, a computer program comprises instructions that when executed by a system cause the system to perform the method of the preceding methods. In accordance with an embodiment of the invention, a system is provided for supporting processing a global transaction in a transactional middleware environment, comprising: one or more microprocessors; a transactional system, running on the one or more microprocessors, wherein the transactional system operates to perform the steps comprising routing a request to a transactional server, wherein the transactional server is connected to a resource manager (RM) instance; assigning an affinity context to the transactional server, wherein the affinity context indicates the RM instance that the transactional server is associated with; and routing one or more subsequent requests that are related to the request to the transactional server based on the affinity context.
[00157] In accordance with an embodiment of the invention, in a system mentioned above, said RM instance is an instance in a clustered database.
[00158] In accordance with an embodiment of the invention, in a system mentioned above, said request and said one or more subsequent requests are associated with a global transaction.
[00159] In accordance with an embodiment of the invention, in a system mentioned above, the transactional system operates to use an affinity routing policy to route the one or more subsequent requests, wherein the affinity routing policy is based on a RM name, an instance name, and a service name.
[00160] In accordance with an embodiment of the invention, in a system mentioned above, said request and said one or more subsequent requests are associated with a client context.
[00161] In accordance with an embodiment of the invention, in a system mentioned above, the transactional system operates to include the affinity context in a message before sending the message.
[00162] In accordance with an embodiment of the invention, in a system mentioned above, the transactional system operates to update the affinity context in the transactional server based on a message received from another transactional server.
[00163] In accordance with an embodiment of the invention, in a system mentioned above, the transactional system operates to use an affinity context string to transfer the affinity context from a transactional domain to another transactional domain.
[00164] In accordance with an embodiment of the invention, in a system mentioned above, the transactional system operates to use a connector to at least one of transfer the affinity context from a transactional system to an application server, and receive an affinity context from an application server.
[00165] In accordance with an embodiment of the invention, a non-transitory machine readable storage medium is provided having instructions stored thereon that when executed cause a system to perform the steps comprising: routing a request to a transactional server, wherein the transactional server is connected to a resource manager (RM) instance; assigning an affinity context to the transactional server, wherein the affinity context indicates the RM instance that the transactional server is associated with; and routing one or more subsequent requests that are related to the request to the transactional server based on the affinity context.
[00166] In accordance with an embodiment of the invention, a method is provided for supporting transaction processing in a transactional environment, comprising:receiving, via a transactional server, resource manager (RM) instance information from a data source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to; saving the received instance information into one or more tables that are associated with the transactional server; and allowing the transactional server to process a global transaction based on the instance information saved in the one or more tables.
[00167] In accordance with an embodiment of the invention, the method further comprises:
storing said one or more tables in a shared memory that is accessible by multiple transactional servers.
[00168] In accordance with an embodiment of the invention, the method further comprises: registering a call back operation with the RM, wherein the transactional server operated to retrieve the instance information from the RM when the call back operation is triggered.
[00169] In accordance with an embodiment of the invention, the method further comprises: allowing the call back operation to be registered statically or dynamically.
[00170] In accordance with an embodiment of the invention, the method further comprises: storing the received instance information in a context, and enabling a flag, which indicates the receiving of the instance information.
[00171] In accordance with an embodiment of the invention, the method further comprises: checking the flag at one or more check points while performing the transaction, and updating the instance information saved in the one or more tables when the instance information is updated.
[00172] In accordance with an embodiment of the invention, the method further comprises: allowing said one or more tables to include at least one of a RM table, which stores one or more unique database names, an instance table, which stores one or more instance names, and a service table, which stores one or more database service names.
[00173] In accordance with an embodiment of the invention, the method further comprises: allowing said one or more tables to include a server table, which contains one or more server table entries.
[00174] In accordance with an embodiment of the invention, the method further comprises: allowing each said server table entry to contain an instance identifier (ID), which is associated with the RM instance that the transactional server is currently connected to.
[00175] In accordance with an embodiment of the invention, the method further comprises: allowing each said instance ID to be an integer with multiple sections. [00176] In accordance with an embodiment of the invention, a computer program comprises instructions that when executed by a system cause the system to perform the method of the preceding methods.
[00177] In accordance with an embodiment of the invention, a system is provided for supporting transaction processing in a transactional environment, comprises: one or more microprocessors; and a transactional server, running on the one or more microprocessors, wherein the transactional server operates to perform the steps comprising receiving resource manager (RM) instance information from a data source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to; saving the received instance information into one or more tables that are associated with the transactional server; and processing a global transaction based on the instance information saved in the one or more tables.
[00178] In accordance with an embodiment of the invention, in the system mentioned above, the transactional server operates to store said one or more tables in a shared memory that is accessible by multiple transactional servers.
[00179] In accordance with an embodiment of the invention, in the system mentioned above, the transactional server operates to register a call back operation with the RM, wherein the transactional server operated to retrieve the instance information from the RM when the call back operation is triggered.
[00180] In accordance with an embodiment of the invention, in the system mentioned above, the call back operation is adaptive to be registered statically or dynamically.
[00181] In accordance with an embodiment of the invention, in the system mentioned above, the transactional server operates to store the received instance information in a context, and enable a flag, which indicates the receiving of the instance information.
[00182] In accordance with an embodiment of the invention, in the system mentioned above, the transactional server operates to check the flag at one or more check points while performing the transaction, and update the instance information saved in the one or more tables when the instance information is updated.
[00183] In accordance with an embodiment of the invention, in the system mentioned above, said one or more tables includes at least one of a RM table, which stores one or more unique database names, an instance table, which stores one or more instance names, and a service table, which stores one or more database service names.
[00184] In accordance with an embodiment of the invention, in the system mentioned above, said one or more tables includes a server table, which contains one or more server table entries. [00185] In accordance with an embodiment of the invention, in the system mentioned above, each said server table entry contains an instance ID, which is associated with the RM instance that the transactional server is currently connected to, and wherein said instance ID to be an integer with multiple sections.
[00186] In accordance with an embodiment of the invention, a non-transitory machine readable storage medium having instructions stored thereon that when executed cause a system to perform the steps comprising: receiving, via a transactional server, resource manager (RM) instance information from a data source that is associated with one or more RM instances, wherein the received instance information allows the transactional server to be aware of which RM instance that the transactional server is currently connected to; saving the received instance information into one or more tables that are associated with the transactional server; and allowing the transactional server to process a global transaction based on the instance information saved in the one or more tables.
[00187] In accordance with an embodiment of the invention, a computer program comprises instructions that when executed by a system cause the system to perform the method for perform the method of the preceding methods.
[00188] Many features of the present invention can be performed in, using, or with the assistance of hardware, software, firmware, or combinations thereof. Consequently, features of the present invention may be implemented using a processing system (e.g., including one or more processors).
[00189] The skilled person will recognize that the above features may be combined as appropriate with each other and/or with the features defined in the appended claims according to the particular circumstances and requirements of any given implementation.
[00190] Features of the present invention can be implemented in, using, or with the assistance of a computer program product which is a storage medium (media) or computer readable medium (media) having instructions stored thereon/in which can be used to program a processing system to perform any of the features presented herein. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, microdrive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, VRAMs, flash memory devices, magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.
[00191] Stored on any one of the machine readable medium (media), features of the present invention can be incorporated in software and/or firmware for controlling the hardware of a processing system, and for enabling a processing system to interact with other mechanism utilizing the results of the present invention. Such software or firmware may include, but is not limited to, application code, device drivers, operating systems and execution environments/containers.
[00192] Features of the invention may also be implemented in hardware using, for example, hardware components such as application specific integrated circuits (ASICs). Implementation of the hardware state machine so as to perform the functions described herein will be apparent to persons skilled in the relevant art.
[00193] Additionally, the present invention may be conveniently implemented using one or more conventional general purpose or specialized digital computer, computing device, machine, or microprocessor, including one or more processors, memory and/or computer readable storage media programmed according to the teachings of the present disclosure. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art.
[00194] While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example, and not limitation. It will be apparent to persons skilled in the relevant art that various changes in form and detail can be made therein without departing from the spirit and scope of the invention.
[00195] The present invention has been described above with the aid of functional building blocks illustrating the performance of specified functions and relationships thereof. The boundaries of these functional building blocks have often been arbitrarily defined herein for the convenience of the description. Alternate boundaries can be defined so long as the specified functions and relationships thereof are appropriately performed. Any such alternate boundaries are thus within the scope and spirit of the invention.
[00196] The foregoing description of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. The breadth and scope of the present invention should not be limited by any of the above-described exemplary embodiments. Many modifications and variations will be apparent to the practitioner skilled in the art. The modifications and variations include any relevant combination of the disclosed features. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalents.

Claims

Claims
1. A method for supporting transaction processing in a transactional environment, comprising:
propagating, via a coordinator for a global transaction, a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment;
allowing said one or more participants, which share the resource manager instance with the coordinator, to use the common transaction identifier; and
processing the global transaction, via the coordinator, for said one or more participants that share the resource manager instance using one transaction branch.
2. The method of Claim 1 , further comprising:
using a transaction manager in a transactional group as the coordinator for the global transaction.
3. The method of Claim 2, further comprising:
using a transction identifier associated with the transaction manager in the transactional group as the common transaction identifier.
4. The method of any preceding Claim, further comprising:
allowing the resource manager instance to be associated with a clustered database.
5. The method of any preceding Claim, further comprising:
committing or rolling back the global transaction, via the coordinator, for said one or more participants.
6. The method of any preceding Claim, further comprising:
using another transaction branch to process the global transaction for another participant that does not share the resource manager instance.
7. The method of any preceding Claim, further comprising:
invoking a one-phase commit operation directly on the resource manager instance, when all participants involved in the global transaction share the resource manager instance.
8. The method of any preceding Claim, further comprising: sending a forget request to a participant on a remote node in order to release remote transactional resources.
9. The method of any preceding Claim, further comprising:
allowing a plurality of participants in different domains to be involved in the global transaction.
10. The method of any preceding Claim, further comprising:
receiving, via a gateway to a remote domain, the common transaction identifier and the identification information for the resource manager instance.
11 . A computer program comprising program instructions that when executed by a system cause the system to performt he method of any preceding Claim.
12. A system for supporting transaction processing in a transactional environment, comprising:
one or more microprocessors;
a coordinator for a global transaction, running on the one or more microprocessors, wherein the coordinator operates to perform the steps comprising:
propagating a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment; allowing said one or more participants, which share the resource manager instance with the coordinator, to use the common transaction identifier; and
processing the global transaction for said one or more participants that share the resource manager instance using one transaction branch.
13. The system according to Claim 12, wherein:
the coordinator for the global transaction is a transaction manager in a transactional group.
14. The system according to Claim 13, wherein:
a transction identifier associated with the transaction manager in the transactional group is used as the common transaction identifier.
15. The system according to any of Claims 12 to 14, wherein:
the resource manager instance is associated with a clustered database.
16. The system according to any of Claims 12 to 15, wherein:
the coordinator operates to commit or roll back the global transaction for said one or more participants.
17. The system according toany of Claims 12 to 16, wherein:
another transaction branch is used to process the global transaction for another participant that does not share the resource manager instance.
18. The system according toany of Claims 12 to 17, wherein:
a one-phase commit operation is invoked directly on the resource manager instance, when all participants involved in the global transaction share the resource manager instance.
19. The system according toany of Claims 12 to 18, wherein:
the coordinator operates to send a forget request to a participant on a remote node in order to release remote transactional resources.
20. The system according toany of Claims 12 to 19, wherein:
a plurality of participants in different domains are involved in the global transaction.
21 . A non-transitory machine readable storage medium having instructions stored thereon that when executed cause a system to perform the steps comprising:
propagating, via a coordinator of a global transaction, a common transaction identifier and information for a resource manager instance to one or more participants of the global transaction in the transactional environment;
allowing said one or more participants, which share the resource manager instance with the coordinator, to use the common transaction identifier; and
processing the global transaction, via the coordinator, for said one or more participants that share the resource manager instance using one transaction branch.
PCT/US2015/023120 2014-04-28 2015-03-27 System and method for supporting common transaction identifier (xid) optimization and transaction affinity based on resource manager (rm) instance awareness in a transactional environment WO2015167724A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1020167032798A KR102340296B1 (en) 2014-04-28 2015-03-27 System and method for supporting common transaction identifier (xid) optimization and transaction affinity based on resource manager (rm) instance awareness in a transactional environment
JP2016565068A JP6545709B2 (en) 2014-04-28 2015-03-27 System and method for supporting common transaction identifier (XID) optimization and transaction affinity based on resource manager (RM) instance detection in a transaction environment
EP15716313.0A EP3138000B1 (en) 2014-04-28 2015-03-27 System and method for supporting common transaction identifier (xid) optimization in a transactional environment
CN201580022700.3A CN106255956B (en) 2014-04-28 2015-03-27 For supporting the method and system of issued transaction in transaction system

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
US201461985135P 2014-04-28 2014-04-28
US61/985,135 2014-04-28
US14/587,468 US9524186B2 (en) 2014-04-28 2014-12-31 System and method for supporting common transaction identifier (XID) optimization based on resource manager (RM) instance awareness in a transactional environment
US14/587,476 US9600324B2 (en) 2014-04-28 2014-12-31 System and method for supporting transaction affinity based on resource manager (RM) instance awareness in a transactional environment
US14/587,468 2014-12-31
US14/587,474 US9542220B2 (en) 2014-04-28 2014-12-31 System and method for supporting resource manager (RM) instance awareness in a transactional environment
US14/587,474 2014-12-31
US14/587,476 2014-12-31

Publications (1)

Publication Number Publication Date
WO2015167724A1 true WO2015167724A1 (en) 2015-11-05

Family

ID=54334870

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2015/023120 WO2015167724A1 (en) 2014-04-28 2015-03-27 System and method for supporting common transaction identifier (xid) optimization and transaction affinity based on resource manager (rm) instance awareness in a transactional environment

Country Status (6)

Country Link
US (4) US9542220B2 (en)
EP (1) EP3138000B1 (en)
JP (1) JP6545709B2 (en)
KR (1) KR102340296B1 (en)
CN (1) CN106255956B (en)
WO (1) WO2015167724A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018010501A1 (en) * 2016-07-13 2018-01-18 中兴通讯股份有限公司 Global transaction identifier (gtid) synchronization method, apparatus and system, and storage medium

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102271265B1 (en) 2014-01-21 2021-07-01 오라클 인터내셔날 코포레이션 System and method for supporting multi-tenancy in an application server, cloud, or other environment
US9542220B2 (en) 2014-04-28 2017-01-10 Oracle International Corporation System and method for supporting resource manager (RM) instance awareness in a transactional environment
US11188427B2 (en) * 2014-09-26 2021-11-30 Oracle International Corporation System and method for transaction recovery in a multitenant application server environment
US9519509B2 (en) * 2014-10-21 2016-12-13 Oracle International Corporation System and method for supporting transaction affinity based request handling in a middleware environment
US10558488B2 (en) * 2017-01-06 2020-02-11 International Business Machines Corporation Sharing transaction contexts in an optimized colocation of java and non-java language applications
EP3568751B1 (en) * 2017-01-13 2023-06-07 Oracle International Corporation System and method for conditional call path monitoring in a distributed transactional middleware environment
CN109426552A (en) * 2017-09-05 2019-03-05 阿里巴巴集团控股有限公司 Transaction methods, device and system and electronic equipment
CN110019443B (en) 2017-09-08 2023-08-11 阿里巴巴集团控股有限公司 Non-relational database transaction processing method and device and electronic equipment
CN109684045B (en) * 2017-10-18 2023-04-28 阿里巴巴集团控股有限公司 Transaction message processing method and device and electronic equipment
CN109040272A (en) * 2018-08-16 2018-12-18 北京中科梧桐网络科技有限公司 A kind of JAVA unique caching processing frame model
CN109783204A (en) * 2018-12-28 2019-05-21 咪咕文化科技有限公司 A kind of distributed transaction processing method, device and storage medium
US11531686B2 (en) * 2019-02-04 2022-12-20 Apex Data Solutions, Llc Computing system providing blockchain-facilitated semantic interoperability between multiple disparate systems of record (SORs) and related methods
CN110471746B (en) * 2019-08-22 2022-04-19 中国工商银行股份有限公司 Distributed transaction callback method, device and system
CN117112149B (en) * 2023-10-24 2024-02-06 苔花科迈(西安)信息技术有限公司 Mining area mine business process communication method, device, medium and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7284018B1 (en) * 2003-10-15 2007-10-16 Sun Microsystems, Inc. Logless transaction coordination
US20090296711A1 (en) * 2008-05-30 2009-12-03 International Business Machines Corporation Affinity-based transaction processing
US20120246220A1 (en) * 2011-03-25 2012-09-27 Oracle International Corporation System and method for supporting session management in a distributed transactional service system
US20130246368A1 (en) * 2012-03-16 2013-09-19 Oracle International Corporation Systems and methods for supporting inline delegation of middle-tier transaction logs to database

Family Cites Families (64)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283897A (en) 1990-04-30 1994-02-01 International Business Machines Corporation Semi-dynamic load balancer for periodically reassigning new transactions of a transaction type from an overload processor to an under-utilized processor based on the predicted load thereof
US5864679A (en) * 1993-09-06 1999-01-26 Kabushiki Kaisha Toshiba Transaction routing in a multiple processor system using an extracted transaction feature parameter and transaction historical data
US6424992B2 (en) 1996-12-23 2002-07-23 International Business Machines Corporation Affinity-based router and routing method
US7076784B1 (en) * 1997-10-28 2006-07-11 Microsoft Corporation Software component execution management using context objects for tracking externally-defined intrinsic properties of executing software components within an execution environment
US6209018B1 (en) * 1997-11-13 2001-03-27 Sun Microsystems, Inc. Service framework for a distributed object network system
US6298356B1 (en) * 1998-01-16 2001-10-02 Aspect Communications Corp. Methods and apparatus for enabling dynamic resource collaboration
US6182086B1 (en) 1998-03-02 2001-01-30 Microsoft Corporation Client-server computer system with application recovery of server applications and client applications
US6209038B1 (en) 1999-01-13 2001-03-27 International Business Machines Corporation Technique for aggregate transaction scope across multiple independent web requests
US6671704B1 (en) * 1999-03-11 2003-12-30 Hewlett-Packard Development Company, L.P. Method and apparatus for handling failures of resource managers in a clustered environment
US6745387B1 (en) * 1999-06-14 2004-06-01 Sun Microsystems, Inc. Method for using a transaction service synchronization interface to perform internal state clean up
US6560609B1 (en) 1999-06-14 2003-05-06 International Business Machines Corporation Delegating instance management functions to underlying resource managers
US20030177182A1 (en) 1999-06-14 2003-09-18 International Business Machines Corporation Ensuring a given transactional unit of work arrives at an appropriate server instance
US7140025B1 (en) 1999-11-16 2006-11-21 Mci, Llc Method and apparatus for providing a real-time message routing communications manager
US6922724B1 (en) 2000-05-08 2005-07-26 Citrix Systems, Inc. Method and apparatus for managing server load
US9800608B2 (en) 2000-09-25 2017-10-24 Symantec Corporation Processing data flows with a data flow processor
US6671686B2 (en) * 2000-11-02 2003-12-30 Guy Pardon Decentralized, distributed internet data management
US6823514B1 (en) * 2000-11-14 2004-11-23 International Business Machines Corporation Method and system for caching across multiple contexts
US20020143965A1 (en) * 2001-04-03 2002-10-03 International Business Machines Corporation Server application initiated affinity within networks performing workload balancing
US7426730B2 (en) * 2001-04-19 2008-09-16 Wre-Hol Llc Method and system for generalized and adaptive transaction processing between uniform information services and applications
US7337441B2 (en) * 2001-07-17 2008-02-26 Bea Systems, Inc. System and method for prepreparing a transaction process involving a chain of servers in a circular flow
US7213049B2 (en) 2001-07-17 2007-05-01 Bea Systems, Inc. System and method for transaction processing with transaction property feature
US6799172B2 (en) * 2001-08-28 2004-09-28 International Business Machines Corporation Method and system for removal of resource manager affinity during restart in a transaction processing system
US7376953B2 (en) 2001-10-29 2008-05-20 Hewlett-Packard Development Company, L.P. Apparatus and method for routing a transaction to a server
AU2004216040A1 (en) * 2003-02-24 2004-09-10 Bea Systems, Inc. System and method for server load balancing and server affinity
US7584474B2 (en) 2003-02-25 2009-09-01 Bea Systems, Inc. Systems and methods for transaction chaining
JP4311059B2 (en) 2003-03-26 2009-08-12 株式会社日立製作所 Transaction control method
US7496574B2 (en) * 2003-05-01 2009-02-24 International Business Machines Corporation Managing locks and transactions
US7640545B2 (en) * 2003-07-14 2009-12-29 Sun Microsytems, Inc. Transaction manager freezing
US7562145B2 (en) * 2003-08-28 2009-07-14 International Business Machines Corporation Application instance level workload distribution affinities
US7676810B2 (en) * 2004-06-03 2010-03-09 Sap Ag Identification of execution context
US9262490B2 (en) * 2004-08-12 2016-02-16 Oracle International Corporation Adaptively routing transactions to servers
JP4676825B2 (en) 2005-06-29 2011-04-27 株式会社日立製作所 Program control method, computer, and computer control program
US8270410B2 (en) 2005-08-04 2012-09-18 Microsoft Corporation Sampling techniques
US7814065B2 (en) 2005-08-16 2010-10-12 Oracle International Corporation Affinity-based recovery/failover in a cluster environment
GB0519981D0 (en) * 2005-09-30 2005-11-09 Ignios Ltd Scheduling in a multicore architecture
US8538931B2 (en) * 2006-04-28 2013-09-17 International Business Machines Corporation Protecting the integrity of dependent multi-tiered transactions
US7996837B2 (en) * 2006-05-03 2011-08-09 Oracle International Corporation Recovery mechanism for transactions
US8103773B2 (en) 2007-01-19 2012-01-24 Cisco Technology, Inc. Transactional application processing in a distributed environment
US20080201455A1 (en) * 2007-02-15 2008-08-21 Husain Syed M Amir Moving Execution of a Virtual Machine Across Different Virtualization Platforms
US20080243865A1 (en) 2007-03-28 2008-10-02 Oracle International Corporation Maintaining global state of distributed transaction managed by an external transaction manager for clustered database systems
US7937611B2 (en) 2007-04-30 2011-05-03 Sap Ag Method, system and machine accessible medium of a reconnect mechanism in a distributed system (cluster-wide reconnect mechanism)
US8463894B2 (en) 2007-06-08 2013-06-11 Oracle International Corporation Performance monitoring web console for distributed transaction service
US8391295B2 (en) 2007-07-31 2013-03-05 Oracle International Corporation Temporal affinity-based routing of workloads
US8336053B2 (en) * 2007-10-15 2012-12-18 International Business Machines Corporation Transaction management
US20090157766A1 (en) 2007-12-18 2009-06-18 Jinmei Shen Method, System, and Computer Program Product for Ensuring Data Consistency of Asynchronously Replicated Data Following a Master Transaction Server Failover Event
US8447859B2 (en) 2007-12-28 2013-05-21 International Business Machines Corporation Adaptive business resiliency computer system for information technology environments
US8818934B2 (en) 2008-03-13 2014-08-26 Oracle International Corporation Transparent support for distributed transactions in a clustered disk-sharing database environment
CN101661403B (en) * 2009-09-17 2012-07-04 上海交通大学 Real-time gridding transaction management system based on alternative service model
CN102713850B (en) * 2010-01-11 2015-11-25 国际商业机器公司 The method of workload manager and use thereof
US8499298B2 (en) 2010-01-28 2013-07-30 International Business Machines Corporation Multiprocessing transaction recovery manager
US20110252127A1 (en) * 2010-04-13 2011-10-13 International Business Machines Corporation Method and system for load balancing with affinity
US8484341B2 (en) * 2010-06-30 2013-07-09 International Business Machines Corporation Organizing individual java client request flows into a single server transaction
US8738961B2 (en) 2010-08-17 2014-05-27 International Business Machines Corporation High-availability computer cluster with failover support based on a resource map
EP2500856A1 (en) 2011-03-15 2012-09-19 Amadeus S.A.S. Method and system for providing a session involving a plurality of software applications
US8732191B2 (en) 2011-06-27 2014-05-20 Oracle International Corporation System and method for improving application connectivity in a clustered database environment
US8539490B2 (en) 2011-07-21 2013-09-17 Oracle International Corporation System and method for providing dynamic transaction optimizations
US8898271B2 (en) 2011-09-29 2014-11-25 Oracle International Corporation System and method for supporting accurate load balancing in a transactional middleware machine environment
US10133596B2 (en) * 2012-03-16 2018-11-20 Oracle International Corporation System and method for supporting application interoperation in a transactional middleware environment
CN103546440B (en) * 2012-07-16 2016-10-12 上海宝信软件股份有限公司 A kind of client initiates the affairs method and system of affairs
US9027026B2 (en) 2012-11-09 2015-05-05 Sap Se Managing transactions within an application server
WO2014197963A1 (en) 2013-06-13 2014-12-18 Tsx Inc. Failover system and method
US9798598B2 (en) 2013-11-26 2017-10-24 International Business Machines Corporation Managing faults in a high availability system
US11809451B2 (en) * 2014-02-19 2023-11-07 Snowflake Inc. Caching systems and methods
US9542220B2 (en) 2014-04-28 2017-01-10 Oracle International Corporation System and method for supporting resource manager (RM) instance awareness in a transactional environment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7284018B1 (en) * 2003-10-15 2007-10-16 Sun Microsystems, Inc. Logless transaction coordination
US20090296711A1 (en) * 2008-05-30 2009-12-03 International Business Machines Corporation Affinity-based transaction processing
US20120246220A1 (en) * 2011-03-25 2012-09-27 Oracle International Corporation System and method for supporting session management in a distributed transactional service system
US20130246368A1 (en) * 2012-03-16 2013-09-19 Oracle International Corporation Systems and methods for supporting inline delegation of middle-tier transaction logs to database

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018010501A1 (en) * 2016-07-13 2018-01-18 中兴通讯股份有限公司 Global transaction identifier (gtid) synchronization method, apparatus and system, and storage medium

Also Published As

Publication number Publication date
JP6545709B2 (en) 2019-07-17
EP3138000B1 (en) 2018-09-12
US9542220B2 (en) 2017-01-10
KR20160147909A (en) 2016-12-23
KR102340296B1 (en) 2021-12-17
JP2017514239A (en) 2017-06-01
US20150309837A1 (en) 2015-10-29
US9524186B2 (en) 2016-12-20
US9977694B2 (en) 2018-05-22
US20150309835A1 (en) 2015-10-29
US9600324B2 (en) 2017-03-21
US20170153910A1 (en) 2017-06-01
EP3138000A1 (en) 2017-03-08
US20150309834A1 (en) 2015-10-29
CN106255956A (en) 2016-12-21
CN106255956B (en) 2019-08-23

Similar Documents

Publication Publication Date Title
US9977694B2 (en) System and method for supporting transaction affinity based on resource manager (RM) instance awareness in a transactional environment
US9749445B2 (en) System and method for updating service information for across-domain messaging in a transactional middleware machine environment
US8166095B2 (en) System and method for achieving scalability in domain computing
AU2001276932A1 (en) System and method for concentration and load-balancing of requests
US10198271B2 (en) System and method for booting application servers in parallel
US9569224B2 (en) System and method for adaptively integrating a database state notification service with a distributed transactional middleware machine
US8832217B2 (en) System and method for supporting different message queues in a transactional middleware machine environment
US10587725B2 (en) Enabling a traditional language platform to participate in a Java enterprise computing environment
US10061607B2 (en) System and method for providing single group multiple branches based on instance awareness
CN116264515A (en) Virtual desktop resource remote access control method and device
Renouf High Availability

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15716313

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2016565068

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 20167032798

Country of ref document: KR

Kind code of ref document: A

REEP Request for entry into the european phase

Ref document number: 2015716313

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2015716313

Country of ref document: EP