-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
174 lines (150 loc) · 8.93 KB
/
CHANGELOG
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
*0.8.12 (Feb 12 2013)*
* refactor: for protocol [Hiroki Matsue] a6f9152
* Add test for context switch with eventmachine. [Hiroki Matsue] 50d0a84
* bugfix : Fixed when null is included in a list. [junji torii] 5436d3a
* Delete duplicated tests. [Hiroki Matsue] 3ba6a12
* refactor:for balance command [junji torii] 2216d61
* Modify each_vn_dump method. [Hiroki Matsue] 267fed9
* Delete sync command. [junji torii] 51daf17
* Delete dumpfile command. [junji torii] a6d8697
* refactor:Delete old command. [junji torii] 5595060
* refactor: for spushv_protection flag [junji torii] d6eaece
* Add spushv_protection flag [junji torii] e9efa79
* refactor:for release process [junji torii] 076228b
* refactor:join process [junji torii] f920dbc
* Add recover function in the partitioner module. [junji torii] 6a79cff
* refactor:Add alias. [junji torii] 7f31cb3
* fix:Protects the 'reqpushv' request in the join process. [junji torii] 0f7f106
* Delete a deprecated option and method in recover command. [junji torii] 8490094
* fix:run_iterate_storage flag is used in one thread. [junji torii] c273bcc
* refactor:Add new functions. [junji torii] debb5f6
* refactor:Delete a unused method. [junji torii] 5aae744
* refactor:Use the __method__ in log messages. [junji torii] a36fa0c
* refactor:Starting and stopping timing of cleanup process. [junji torii] 307bf73
* refactor:Unused code deleted. [junji torii] 7e4bbe7
* fix:Starting and stopping timing of cleanup process [junji torii] 0e1fc0d
* add random partitioner [junji torii] 190f58e
* add join_process [junji torii] 7879674
* Modify set command safer. [Hiroki Matsue] 91de5a8
* fix:for a problem of encording on 1.9.3 [junji torii] 0c68a58
*0.8.11 (Aug 8 2012)*
* Allocate cmd_aliases plugin. [firejun] f7555c2
* Add a tool for log. [firejun] bea6c87
* Fix timezone of mapcount plugin and add tests. [Hiroki Matsue] 11f36b8
* Make TCMemStorage available to set options. [Hiroki Matsue] 0fef58b
* Correct end status of release command. [Hiroki Matsue] fc9a4bc
* Fix release command feature in a small nodes. [Hiroki Matsue] c765358
* fix:[can't add a new key into hash during iteration] occurring in leter then ruby 1.9.1 fixed. [junji torii] 2987536
* Fix result view of mkconfig. [Hiroki Matsue] bfb0f4a
*0.8.10 (Feb 20 2012)*
* Add authors and homepage info to gem. [Hiroki Matsue] 35c5db4
* Change default number of CONNECTION_EXPTIME. [Hiroki Matsue] 48933ca
* Allocate mapcount plugin. [Hiroki Matsue] 5cc9d6b
* Fix calculate part. [Hiroki Matsue] a9e0642
* Fit DATACOPY_STREAM_COPY_WAIT_PARAM to dcnice. [Hiroki Matsue] ac6a2df
* Adjust Rakefile to multi ruby version. [Hiroki Matsue] d5ae69e
* Adjust Rakefile to new directory composition. [Hiroki Matsue] 8897920
* Change simbol key to string to commonalize. [Hiroki Matsue] 0f42743
* Add methods *_ms to return serialized value by Marshal. [Hiroki Matsue] 9596207
* Change serialize format json to marshal. [Hiroki Matsue] 1cd1f9b
* Remove commons directory. [Hiroki Matsue] fd235e5
* Relocate files of commons directory to server directory. [Hiroki Matsue] 3e3f017
* Fix filelist to make gem. [Hiroki Matsue] 28e901f
* Fix path handling way. [Hiroki Matsue] 9ce3f5a
* Remove double-byte space and change encoding. [Hiroki Matsue] adeed9c
* Refactor mkconfig tool. [Hiroki Matsue] f88f78f
* Add a tool for setting cofigurations. [Hiroki Matsue] adb1a6c
* Change data unpack method name. [Hiroki Matsue] c810b4c
* Change Symbol keys to String keys for MessagePack. [Hiroki Matsue] 854566c
* Change serialize format Marshal to Message pack. [Hiroki Matsue] 297260a
* Fix mapcount_update method to handle empty key. [Hiroki Matsue] a50cb28
* Activate subkeys at update method. [Hiroki Matsue] 36c6372
* Add test for mapcount_get method. [Hiroki Matsue] bb6ea7c
* implement mapcount_get to support sub_keys. [Hiroki Matsue] 4c9be9a
* fix module name [yukio.goto] 3c0e21c
*0.8.9 (Dec 16 2011)*
* add chg_time_expt() method [junji torii] 305cefc
* implement to check hash does not exist. [yukio.goto] cef82e0
*0.8.8 (Jun 30 2011)*
* create a lock file in the open method,and remove a lock file in the close method. [junji torii] 874f76a
* for dynamic write-behind [junji torii] 0885028
*0.8.7 (Nov 24 2010)*
* refactor: add storage exception [junji torii] 5739597
*0.8.6 (Oct 20 2010)*
* refactor: class macro for a plugin [junji torii] 7d89e4e
* add a map plugin [junji torii] 7db2f64
* bugfix: restart eventmachine by unbind event [junji torii] c457a70
*0.8.5 (Aug 16 2010)*
* bugfix: for zero byte read [junji torii] ef2dada
* bugfix: for connection expire logic [junji torii] 0d883f6
*0.8.4 (Jun 21 2010)*
* refactor: modified a result of a stats command [junji torii] 9e966ed
* bugfix: connection leak was corrected when a connection expired in irregular connection [junji torii] d23bde9
* bugfix: access to a nil object in a logging was corrected [junji torii] dae2ed8
* added a selection of a system call configuration, which of an epoll or select [junji torii] 24c41e2
* refactor: supported epoll [junji torii] 5c777f1
*0.8.3 (Jun 11 2010)*
* added a new command for change to max length of a connection pool [junji torii] 1fbbe29
* added a switch_failover command [junji torii] 6489383
* added a configuration of connection management items [junji torii] 1f3fbd7
* added a feature of expired connection [junji torii] b99e2e7
* added a new option to the romad for unit-test, that command protection disable while starting [junji torii] e2a6af4
* refactor:support for a REJECT message [junji torii] 7478e86
* bugfix:cas command result was corrected in forward process [junji torii] c84e00d
* add mail subject prefix feature [byplayer] afcaf48
* add mailer path option to roma watch configuration file . [byplayer] ee997e1
* add the program for watching a ROMA [Muga Nishizawa] ee916a8
* bugfix:after the first node dose join, lost vnodes cannot be detected. [junji torii] 2a5b3b2
* refactor:exclusive operation for iteration in the storage. [junji torii] 7f7d27c
* bugfix:stop by irregular data in storage_clean_up_process [junji torii] 40ba9bb
* add sample_watcher3, which is a checker for split brain [muga] 749f444
* bugfix:exception happens when nodes is nil has fixed. [junji torii] 1982e72
* refactor:improve a version command result. [junji torii] 24dd282
* bugfix:exclusive operation for iteration in the storage. [junji torii] 03e468e
* added a recoverlost_alist_all. [junji torii] 5cb8dde
* bugfix:for multi hash feature. [junji torii] b065555
* storage commands was moved to plugin. [junji torii] ff3de38
* add dependency to eventmachine . [byplayer] f1b0efc
* bugfix:eventual consistency in the delete command. [junji torii] bf5eecb
* added a bin option in the routingdump command. [junji torii] 47ad0b7
* --config option was added to the argument of romad. [junji torii] 6e6cee5
* bugfix:multihash concerning the file path was corrected. [junji torii] 0a6f63f
* Daemonization was isolated from class of Romad. [junji torii] 4a786fb
* fixed bug for a recover command option. [junji torii] b847b4d
* the forward operation was corrected in the get command. [junji torii] e18019a
* improved a vnode balance parameter. [junji torii] 40c762c
* Bug was fixed that auto-termination logic when my node dosen't exist in the routing-table. [junji torii] 4300767
*0.8.2 (Jan 6 2010)*
* cron.rb removed. [junji torii] dce07ab
* added a showbalance command. [junji torii] 0094287
* supported a cas command. [junji torii] cee0f96
* improved a gets result for a cas-id. [junji torii] 54e136b
* get_raw method was added. [junji torii] e005407
* improve a log level setting. [junji torii] ab97ead
* supported a gets command in ruby client. [junji torii] b553b8b
*0.8.1 (Nov 26 2009)*
* update version. [junji torii] c9267c5
* supported a gets command. [junji torii] 8301706
* fixes the bugs of tribunus [Shumpei Akai] da31dca
* added simple_bench.rb [junji torii] 130a5c9
* Improve a command option. [junji torii] 74e3b66
* Merge roma gem branch into master [byplayer] 9c5f023
* fixed bug [junji torii] 9a10943
* fixed bug [junji torii] c3ea85a
* use FileUtils.rm_rf. [Kouhei Sutou] 141c525
* added a set_gap_for_failover command. [junji torii] 364be47
* added a debug plugin. [junji torii] 2908e4e
* don't log to STDOUT. [Kouhei Sutou] 78fb6b2
* Javaのソースコード:インデントを修正 [TAKANO Mitsuhiro] 74eed3d
* add package dir and doc dir to .gitignore . [byplayer] 9d559ac
* add gem package task . [byplayer] 4cb31b2
* 少しRubyらしく書き換えた些細な修正と正規表現の誤りを修正 [TAKANO Mitsuhiro] 24c016d
* ファイルごとにコーディングスタイルをあわせるなど [TAKANO Mitsuhiro] 9bfefdd
* 不要な式展開を変数に置き換えた [TAKANO Mitsuhiro] 48c3f20
* puts was replaced with logger. [junji torii] 45b03b2
* use assert_raise for exception check. [Kouhei Sutou] a18cd0d
* added a prototype of roma client proxy daemon. [junji torii] 14b68e8
* remove needless test name display. [Kouhei Sutou] f234ee2
* fixed bug in t_rclient.rb. [junji torii] 68880b5
* support running test with Ruby not named as 'ruby'. [Kouhei Sutou] 6fd1ec2
*0.8.0 (Oct 23 2009)*