Advertisement
Guest User

Untitled

a guest
Nov 7th, 2014
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. What I want...
  2.  
  3. ./graphstk <<EOF
  4. /home/dgnorton/go/src/github.com/influxdb/influxdb/datastore/shard_datastore.go:189 (0x7c4f90)
  5. (*ShardDatastore).GetOrCreateShard: hopwatch.Printf("err=%s", err.Error()).Break()
  6. /home/dgnorton/go/src/github.com/influxdb/influxdb/cluster/shard.go:154 (0x7187ca)
  7. (*ShardData).SetLocalStore: _, err := self.store.GetOrCreateShard(self.id)
  8. EOF
  9.  
  10. What I actually get after pasting the block of text...
  11.  
  12. ./graphstk <<EOF
  13. /home/dgnorton/go/src/github.com/influxdb/influxdb/datastore/shard_datastore.go:189 (0x7c4f90)
  14. graphstk(*ShardDatastore).GetOrCreateShard: hopwatch.Printf("err=%s", err.Error()).Break()
  15. /home/dgnorton/go/src/github.com/influxdb/influxdb/cluster/shard.go:154 (0x7187ca)
  16. graphstk(*ShardData).SetLocalStore: _, err := self.store.GetOrCreateShard(self.id)
  17. EOF
  18.  
  19. Notice the extra "graphstk" at the beginning of two lines.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement