著者
Hayashibara Naohiro Defago Xavier Yared Rami Katayama Takuya
出版者
北陸先端科学技術大学院大学情報科学研究科
雑誌
Research report (School of Information Science, Japan Advanced Institute of Science and Technology) (ISSN:09187553)
巻号頁・発行日
vol.IS-RR-2004-010, pp.1-15, 2004-05-10

Detecting failures is a fundamental issue for fault-tolerance in distributed systems. Recently, many people have come to realize that failure detection ought to be provided as some form of generic service, similar to IP address lookup or time synchronization. However, this has not been successful so far. One of the reasons is the difficulty to satisfy several application requirements simultaneously when using classical failure detectors. We present a novel abstraction, called accrual failure detectors, that emphasizes flexibility and expressiveness and can serve as a basic building block to implementing failure detectors in distributed systems. Instead of providing information of a boolean nature (trust vs. suspect), accrual failure detectors output a suspicion level on a continuous scale. The principal merit of this approach is that it favors a nearly complete decoupling between application requirements and the monitoring of the environment. In this paper, we describe an implementation of such an accrual failure detector, that we call the φ failure detector. The particularity of the φ failure detector is that it dynamically adjusts to current network conditions the scale on which the suspicion level is expressed. We analyzed the behavior of our φ failure detector over an intercontinental communication link during several days. Our experimental results show that our φ failure detector performs equally well as other known adaptive failure detection mechanisms, with an improved flexibility.
著者
佐藤 幸紀 尾崎 泰助
出版者
北陸先端科学技術大学院大学情報科学研究科
雑誌
Technical memorandum (School of Information Science, Japan Advanced Institute of Science and Technology) (ISSN:09187561)
巻号頁・発行日
vol.IS-TM-2013-001, pp.1-58, 2013-07-25

2012年度に北陸先端科学技術大学院大学において学内で共同利用されている計算サーバや並列計算機を用いて行われた研究の概要および発表論文リストを紹介する.
著者
Do Ngoc Thi Bich Ogawa Mizuhito
出版者
北陸先端科学技術大学院大学情報科学研究科
雑誌
Research report (School of Information Science, Japan Advanced Institute of Science and Technology) (ISSN:09187553)
巻号頁・発行日
vol.IS-RR-2010-004, pp.1-27, 2010-06-21

This paper proposes a technique for automaticdetection of overflow and roundoff errors, causedby the floating-point number to fixed-point number conversion. First, a new range representation, “extended affine interval”, is proposed to overapproximate overflow and roundoff errors. Second, the overflow and roundoff error analysis problem is encoded as a weighted model checking, which is implemented as a static analyzer CANA. Last, we propose a new testing refinement loop, called “counterexample-guided narrowing”, by combining the static analysis and testing. They arecomposed and implemented in a prototype tool, CANAT, in which analysis results are used not only for possible roundoff error detection, but also for finding dominant error factors in input parameters. To avoid widening, currently we focus on programs with bounded loops and arrays with fixed length, which typically appear in encoder/decoder reference algorithms. Experimental results on small programs show that the extended affine interval is much more precise than classical interval, andthe counterexample-guided narrowing approach outperforms the random testing technique.
著者
池田 克則 落水 浩一郎
出版者
北陸先端科学技術大学院大学情報科学研究科
雑誌
Research report (School of Information Science, Japan Advanced Institute of Science and Technology) (ISSN:09187553)
巻号頁・発行日
vol.IS-RR-96-0010S, pp.1-72, 1996-03-18

本論文では、PCTE(Portable Common Tool Environment)を用いて、商用CASEツールのデータを統合する手段を論じたものである。様々な統合技術の調査及び開発を紹介しつつ、その結果をStP/OMTとObjectCenterの統合にまとめる。上流工程と下流工程のCASEツールをデータ統合することにより、作業の連続性の保証と変更の波及の追跡が容易に分かることが期待される。本論文ではそれを交換するためのスキーマ例の結果も示す。さらに、このツールを用いて実際のソフトウェアの開発を行ない、それに基づいて統合ツールの問題点を分析しつつ、ツール統合のありかたについて提案する。