-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdtor_test_trans_server.yaml
More file actions
123 lines (117 loc) · 3.35 KB
/
dtor_test_trans_server.yaml
File metadata and controls
123 lines (117 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#
# k2htpdtor for K2HASH TRANSACTION PLUGIN.
#
# Copyright 2015 Yahoo Japan Corporation.
#
# K2HASH TRANSACTION PLUGIN is programmable I/F for processing
# transaction data from modifying K2HASH data.
#
# For the full copyright and license information, please view
# the license file that was distributed with this source code.
#
# AUTHOR: Takeshi Nakatani
# CREATE: Thu Nor 17 2016
# REVISION:
#
#
# CHMPX CONFIGURATION FILE FOR TESTING K2HTPDTOR SVR
#
#
# GLOBAL SECTION
#
GLOBAL:
{
FILEVERSION: 1,
DATE: "Thu, 17 Nov 2016 10:00:51 +0900",
GROUP: DTORTESTTRANS,
MODE: SERVER,
DELIVERMODE: random,
#DELIVERMODE: hash,
MAXCHMPX: 2,
REPLICA: 0,
MAXMQSERVER: 1,
MAXMQCLIENT: 1,
MQPERATTACH: 1,
MAXQPERSERVERMQ: 1,
MAXQPERCLIENTMQ: 1,
MAXMQPERCLIENT: 1,
MAXHISTLOG: 1000,
PORT: 8030,
CTLPORT: 8031,
SELFCTLPORT: 8031,
RWTIMEOUT: 100,
RETRYCNT: 1000,
CONTIMEOUT: 500000,
MQRWTIMEOUT: 50,
MQRETRYCNT: 20000,
DOMERGE: on,
SSL: no,
#SSL: yes,
#SSL_VERIFY_PEER: yes,
#CAPATH: /etc/ssl/certs,
#SERVER_CERT: /home/xxxxx/certs/server.crt,
#SERVER_PRIKEY: /home/xxxxx/certs/server_201501.key,
#SLAVE_CERT: /home/xxxxx/certs/client.crt,
#SLAVE_PRIKEY: /home/xxxxx/certs/client_201501.key,
K2HFULLMAP: on,
K2HMASKBIT: 4,
K2HCMASKBIT: 4,
K2HMAXELE: 2
}
#
# SERVER NODES SECTION
#
SVRNODE:
[
{
NAME: localhost,
PORT: 8030,
CTLPORT: 8031,
SSL: no
#SSL: yes,
#SSL_VERIFY_PEER: yes,
#CAPATH: /etc/ssl/certs,
#SERVER_CERT: /home/xxxxx/certs/server.crt,
#SERVER_PRIKEY: /home/xxxxx/certs/server_201501.key,
#SLAVE_CERT: /home/xxxxx/certs/client.crt,
#SLAVE_PRIKEY: /home/xxxxx/certs/client_201501.key
}
]
#
# SLAVE NODES SECTION
#
SLVNODE:
[
{
NAME: "[.]*",
CTLPORT: 8032
#CAPATH: /etc/ssl/certs,
#SLAVE_CERT: /home/xxxxx/certs/client.crt,
#SLAVE_PRIKEY: /home/xxxxx/certs/client_201501.key
}
]
#
# K2HTPDTORSVR
#
K2HTPDTORSVR:
{
OUTPUTFILE: /tmp/k2hftdtorsvr_trans_archive.log,
PLUGIN: "/tmp/k2htpdtorsvr_plugin.sh /tmp/k2hftdtorsvr_trans_plugin.log",
#K2HTYPE: mem,
K2HTYPE: file,
K2HFILE: /tmp/k2hftdtorsvr_trans.k2h
#K2HFULLMAP: yes,
#K2HINIT: yes,
#K2HMASKBIT: 4,
#K2HCMASKBIT: 4,
#K2HMAXELE: 2,
#K2HPAGESIZE: 128
}
#
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: noexpandtab sw=4 ts=4 fdm=marker
# vim<600: noexpandtab sw=4 ts=4
#