paust-team / paust-db

GNU General Public License v3.0
6 stars 5 forks source link

Add metadataquery and realdataquery for server and Changes #35

Closed kwjooo closed 5 years ago

kwjooo commented 5 years ago

Reference

32 #33 #22

내용 MasterApplication.go

types/types.go

db/types.go, db/c_rocks_db.go

dragon0170 commented 5 years ago

goroutine 34 [running]: github.com/dragon0170/paust-db/libs/db.(cRocksDBCF).CreateColumnFamily(0xc00079abc0, 0x4b61077, 0x8, 0x5d00d80, 0x0) /Users/kevin/go/src/github.com/dragon0170/paust-db/libs/db/c_rocks_db.go:156 +0x54 github.com/dragon0170/paust-db/master.(MasterApplication).InitChain(0xc00047f080, 0x2fd6568, 0xed396f887, 0x0, 0xc00079f080, 0x11, 0xc000079d80, 0xc0007a3c00, 0x1, 0x1, ...) /Users/kevin/go/src/github.com/dragon0170/paust-db/master/MasterApplication.go:56 +0xe0 github.com/tendermint/tendermint/abci/server.(SocketServer).handleRequest(0xc00049af00, 0xc0007c80f0, 0xc0000a7260) /Users/kevin/go/src/github.com/tendermint/tendermint/abci/server/socket_server.go:193 +0x7b5 github.com/tendermint/tendermint/abci/server.(SocketServer).handleRequests(0xc00049af00, 0xc0000a7200, 0x4d61b00, 0xc00048e1b0, 0xc0000a7260) /Users/kevin/go/src/github.com/tendermint/tendermint/abci/server/socket_server.go:163 +0xe5 created by github.com/tendermint/tendermint/abci/server.(*SocketServer).acceptConnectionsRoutine /Users/kevin/go/src/github.com/tendermint/tendermint/abci/server/socket_server.go:119 +0x269

kwjooo commented 5 years ago

https://github.com/paust-team/paust-db/pull/35#issuecomment-449921179 테스트 결과, 다섯 가지 오류 모두 해결되었는데 확인부탁드립니다.

code-to-gold commented 5 years ago

변경 사항이 많아 PR을 닫도록 하겠습니다. commit 정리 후, PR 재요청 드립니다. PR시 이 comment를 reference로 달아주시기 바랍니다.