]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Hadoop: Fix a nasty IO bug.
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 21 Aug 2009 16:12:55 +0000 (09:12 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Mon, 24 Aug 2009 18:09:51 +0000 (11:09 -0700)
commitaf72edd717b27d0b5bc1a16bb27b47c7da2e23e4
tree2b614fd4fdf1b6faf0987565da50933c4eec2377
parente9b00e09d2c8c8394fe78057e20c498f28e27e17
Hadoop: Fix a nasty IO bug.
CephInputStream.read() needs to return an int between 0 and 255,
but bytes are signed and casting preserves that. Adjust if needed.
src/client/hadoop/ceph/CephInputStream.java