Created
August 4, 2017 12:45
-
-
Save leonj1/646c93ba02177e7aefc5ab73273e50ed to your computer and use it in GitHub Desktop.
This file contains 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
............................. | |
IN server.handleRequest Beginning. Request Header: &{44 1 12 1 {{0 0} 34627} 0} | |
goroutine 5 [running]: | |
runtime/debug.Stack(0x39, 0xc420069e70, 0x1) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x79 | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).handleRequest(0xc4200b6540, 0xc420122000, 0xc420122000) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:387 +0x17c | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).loop(0xc4200b6540, 0x64ab01) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:378 +0x175 | |
created by ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).readRequest | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:286 +0x367 | |
12:40:21.197431 Dispatch 12: LOOKUP, NodeId: 1. names: [tmp] 4 bytes | |
IN server.handleRequest req.Status is OK | |
[UTIL] Returning GetCurrentNameNode | |
GetAttr | |
Filesystem info for tmp: {0 0 11006 16386 supergroup 0 1501850239935 hdfs 1777 0 0 DIRECTORY} | |
GetAttr FileStatus: {0 0 11006 16386 supergroup 0 1501850239935 hdfs 1777 0 0 DIRECTORY} | |
GetAttr: Directory found | |
fuse.Attr DIRECTORY is: {M040755 SZ=0 L=0 0:0 B0*0 i0:0 A 0.000000000 M 1501850239935.000000000 C 0.000000000} | |
*** In fsops.Lookup child Ino is 0 Name: tmp *** | |
*** In fsops.Lookup Returning fuse.OK (leaving) Name: tmp *** | |
IN server.handleRequest Performing Write. Request Header: &{44 1 12 1 {{0 0} 34627} 0} | |
12:40:21.205924 Serialize 12: LOOKUP code: OK value: {NodeId: 3 Generation=0 EntryValid=0.000 AttrValid=0.000 Attr={M040755 SZ=0 L=0 0:0 B0*0 i0:3 A 0.000000000 M 1501850239935.000000000 C 0.000000000}} | |
IN server.handleRequest Leaving: OK | |
............................. | |
IN server.handleRequest Beginning. Request Header: &{45 1 13 3 {{0 0} 34627} 0} | |
goroutine 1 [running]: | |
runtime/debug.Stack(0x39, 0xc42006dc30, 0x1) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x79 | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).handleRequest(0xc4200b6540, 0xc4200d4900, 0xc4200d4900) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:387 +0x17c | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).loop(0xc4200b6540, 0x0) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:378 +0x175 | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).Serve(0xc4200b6540) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:326 +0x59 | |
main.main() | |
/home/jleon43/go/src/ds-webhdfs/webhdfs.go:63 +0x98e | |
12:40:21.206023 Dispatch 13: LOOKUP, NodeId: 3. names: [jose] 5 bytes | |
IN server.handleRequest req.Status is OK | |
[UTIL] Returning GetCurrentNameNode | |
GetAttr | |
Filesystem info for tmp/jose: {0 0 57 218923433 supergroup 0 1501850407916 dsproxy 755 0 0 DIRECTORY} | |
GetAttr FileStatus: {0 0 57 218923433 supergroup 0 1501850407916 dsproxy 755 0 0 DIRECTORY} | |
GetAttr: Directory found | |
fuse.Attr DIRECTORY is: {M040755 SZ=0 L=0 0:0 B0*0 i0:0 A 0.000000000 M 1501850407916.000000000 C 0.000000000} | |
*** In fsops.Lookup child Ino is 0 Name: jose *** | |
*** In fsops.Lookup Returning fuse.OK (leaving) Name: jose *** | |
IN server.handleRequest Performing Write. Request Header: &{45 1 13 3 {{0 0} 34627} 0} | |
12:40:21.213052 Serialize 13: LOOKUP code: OK value: {NodeId: 4 Generation=0 EntryValid=0.000 AttrValid=0.000 Attr={M040755 SZ=0 L=0 0:0 B0*0 i0:4 A 0.000000000 M 1501850407916.000000000 C 0.000000000}} | |
IN server.handleRequest Leaving: OK | |
............................. | |
IN server.handleRequest Beginning. Request Header: &{53 1 14 4 {{0 0} 34627} 0} | |
goroutine 12 [running]: | |
runtime/debug.Stack(0x39, 0xc4201bbe70, 0x1) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x79 | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).handleRequest(0xc4200b6540, 0xc420122240, 0xc420122240) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:387 +0x17c | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).loop(0xc4200b6540, 0x64ab01) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:378 +0x175 | |
created by ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).readRequest | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:286 +0x367 | |
12:40:21.213141 Dispatch 14: LOOKUP, NodeId: 4. names: [09909ddd.txt] 13 bytes | |
IN server.handleRequest req.Status is OK | |
[UTIL] Returning GetCurrentNameNode | |
GetAttr | |
Filesystem info for tmp/jose/09909ddd.txt: {0 0 0 0 0 0 0 0 } | |
GetAttr FileStatus: {0 0 0 0 0 0 0 0 } | |
Does not exist (leaving): tmp/jose/09909ddd.txt | |
*** In fsops.Lookup code Not OK (leaving) Name: 09909ddd.txt *** | |
IN server.handleRequest Performing Write. Request Header: &{53 1 14 4 {{0 0} 34627} 0} | |
12:40:21.220362 Serialize 14: LOOKUP code: 2=no such file or directory value: {NodeId: 0 Generation=0 EntryValid=0.000 AttrValid=0.000 Attr={M00 SZ=0 L=0 0:0 B0*0 i0:0 A 0.000000000 M 0.000000000 C 0.000000000}} | |
IN server.handleRequest Leaving: OK | |
............................. | |
IN server.handleRequest Beginning. Request Header: &{69 8 15 4 {{0 0} 34627} 0} | |
goroutine 5 [running]: | |
runtime/debug.Stack(0x39, 0xc420069e70, 0x1) | |
/usr/local/go/src/runtime/debug/stack.go:24 +0x79 | |
runtime/debug.PrintStack() | |
/usr/local/go/src/runtime/debug/stack.go:16 +0x22 | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).handleRequest(0xc4200b6540, 0xc420122000, 0xc420122000) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:387 +0x17c | |
ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).loop(0xc4200b6540, 0x64ab01) | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:378 +0x175 | |
created by ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse.(*Server).readRequest | |
/home/jleon43/go/src/ds-webhdfs/vendor/github.com/hanwen/go-fuse/fuse/server.go:286 +0x367 | |
12:40:21.220455 Dispatch 15: MKNOD, NodeId: 4. data: {0101440 (022), 0} names: [09909ddd.txt] 13 bytes | |
IN server.handleRequest req.Status is OK | |
================================ | |
In Mknod: Name: tmp/jose/09909ddd.txt, Mode: 33568, Dev:0, Context: &{{0 0} 34627} | |
Mknod, returning OK | |
[UTIL] Returning GetCurrentNameNode | |
GetAttr | |
Filesystem info for tmp/jose/09909ddd.txt: {0 0 0 0 0 0 0 0 } | |
GetAttr FileStatus: {0 0 0 0 0 0 0 0 } | |
Does not exist (leaving): tmp/jose/09909ddd.txt | |
[UTIL] Returning GetCurrentNameNode | |
GetAttr | |
Filesystem info for tmp/jose/09909ddd.txt: {0 0 0 0 0 0 0 0 } | |
GetAttr FileStatus: {0 0 0 0 0 0 0 0 } | |
Does not exist (leaving): tmp/jose/09909ddd.txt | |
IN server.handleRequest Performing Write. Request Header: &{69 8 15 4 {{0 0} 34627} 0} | |
12:40:21.234156 Serialize 15: MKNOD code: 2=no such file or directory value: | |
IN server.handleRequest Leaving: OK | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment