- 通信先の Server のいずれかから例外(アプリケーション例外、通信レイヤの例外)が返却された場合は、Client へ例外を返却する。
- Client に返却する例外は、通信先から返却された例外のうち、最もはじめに発生した例外を返却する。
- ただし、以下のような通信レイヤの例外は、ユーザー(Client)がハンドリングする可能性が高いので、発生した場合にはアプリケーション例外よりも優先的に返却する。
- リクエストタイムアウト
- 接続失敗
- Server からの接続破棄
- ただし、以下のような通信レイヤの例外は、ユーザー(Client)がハンドリングする可能性が高いので、発生した場合にはアプリケーション例外よりも優先的に返却する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "converter" : { | |
| "string_filter_types": {}, | |
| "string_filter_rules":[], | |
| "num_filter_types": {}, | |
| "num_filter_rules": [], | |
| "string_types": { | |
| "unigram": { "method": "ngram", "char_num": "1" } | |
| }, | |
| "string_rules":[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> | |
| <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" > | |
| <appender name="stdout" class="org.apache.log4j.ConsoleAppender"> | |
| <param name="Target" value="System.out" /> | |
| <layout class="org.apache.log4j.PatternLayout"> | |
| <param name="ConversionPattern" value="%d %X{tid} %-5p [%F:%L] %m%n" /> | |
| </layout> | |
| </appender> |
- max_id: current max value of id in storage (useful to understand next id)
- num_ignored: the number of ids that were ignored by
ignore_kth_same_point - unlearner's status: See jubatus/jubatus_core#166
- num_id_master: number of ids in
lof_storage::_lof_table - num_id_diff: number of ids in
lof_storage::_lof_table_diff
OlderNewer