You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by huaxiang <hu...@asiainfo-linkage.com> on 2012/12/05 06:38:39 UTC

thrift server make erorr

你好!

 

  Thrift installation error, when #make,  error messages shown below

 

×××××××××××××××××××××××××

libtool: link: g++ -shared -nostdlib
/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crti.o
/usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtbeginS.o
.libs/libthriftz_la-TZlibTransport.o   -L/usr/lib -lssl -lcrypto -lrt
-lpthread -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5
-L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../..
-lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.4.5/crtendS.o
/usr/lib/gcc/x86_64-redhat-linux/4.4.5/../../../../lib64/crtn.o
-Wl,-soname -Wl,libthriftz-0.9.0.so -o .libs/libthriftz-0.9.0.so

libtool: link: (cd ".libs" && rm -f "libthriftz.so" && ln -s
"libthriftz-0.9.0.so" "libthriftz.so")

libtool: link: ar cru .libs/libthriftz.a  libthriftz_la-TZlibTransport.o

libtool: link: ranlib .libs/libthriftz.a

libtool: link: ( cd ".libs" && rm -f "libthriftz.la" && ln -s
"../libthriftz.la" "libthriftz.la" )

/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../..  -I/usr/include -I./src -I./src/thrift -DQT_SHARED
-I/usr/include/QtCore -I/usr/include/QtNetwork    -Wall -g -O2 -MT
libthriftqt_la-moc_TQTcpServer.lo -MD -MP -MF
.deps/libthriftqt_la-moc_TQTcpServer.Tpo -c -o
libthriftqt_la-moc_TQTcpServer.lo `test -f
'src/thrift/qt/moc_TQTcpServer.cpp' || echo
'./'`src/thrift/qt/moc_TQTcpServer.cpp

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include -I./src
-I./src/thrift -DQT_SHARED -I/usr/include/QtCore -I/usr/include/QtNetwork
-Wall -g -O2 -MT libthriftqt_la-moc_TQTcpServer.lo -MD -MP -MF
.deps/libthriftqt_la-moc_TQTcpServer.Tpo -c
src/thrift/qt/moc_TQTcpServer.cpp  -fPIC -DPIC -o
.libs/libthriftqt_la-moc_TQTcpServer.o

src/thrift/qt/moc_TQTcpServer.cpp:14:2: error: #error "This file was
generated using the moc from 4.8.1. It"

src/thrift/qt/moc_TQTcpServer.cpp:15:2: error: #error "cannot be used with
the include files from this version of Qt."

src/thrift/qt/moc_TQTcpServer.cpp:16:2: error: #error "(The moc has changed
too much.)"

src/thrift/qt/moc_TQTcpServer.cpp:47: error: no 'void
apache::thrift::async::TQTcpServer::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**)' member function declared in class
'apache::thrift::async::TQTcpServer'

src/thrift/qt/moc_TQTcpServer.cpp:62: error: 'const QMetaObjectExtraData
apache::thrift::async::TQTcpServer::staticMetaObjectExtraData' is not a
static member of 'class apache::thrift::async::TQTcpServer'

src/thrift/qt/moc_TQTcpServer.cpp:63: error: 'qt_static_metacall' was not
declared in this scope

src/thrift/qt/moc_TQTcpServer.cpp:64: error: too many initializers for
'const QMetaObjectExtraData'

src/thrift/qt/moc_TQTcpServer.cpp:68: error: 'staticMetaObjectExtraData' was
not declared in this scope

src/thrift/qt/moc_TQTcpServer.cpp:69: error: too many initializers for
'QMetaObject::<anonymous struct>'

src/thrift/qt/moc_TQTcpServer.cpp: In member function 'virtual int
apache::thrift::async::TQTcpServer::qt_metacall(QMetaObject::Call, int,
void**)':

src/thrift/qt/moc_TQTcpServer.cpp:95: error: 'qt_static_metacall' was not
declared in this scope

make[4]: *** [libthriftqt_la-moc_TQTcpServer.lo] Error 1

make[4]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp'

make[3]: *** [all-recursive] Error 1

make[3]: Leaving directory `/hadoop0/thrift-0.9.0/lib/cpp'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory `/hadoop0/thrift-0.9.0/lib'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/hadoop0/thrift-0.9.0'

make: *** [all] Error 2

 

 

what is the problem ?

 

 

Best R.

 

 

beatls

 

 

发件人: huaxiang [mailto:huaxiang@asiainfo-linkage.com] 
发送时间: 2012年11月10日 22:17
收件人: user@thrift.apache.org
主题: to many FGC of thrift server

 

Hi,

   There is too many FGC as well as YGC of thrift server? Shoud we adjust
the heapsize or any other problem?

 

         

[hadoop@hadoop3 bin]$ ./hbase-daemon.sh start regionserver

starting regionserver, logging to
/app/hbase/bin/../logs/hbase-hadoop-regionserver-hadoop3.out

[hadoop@hadoop3 bin]$ jps

3405 QuorumPeerMain

23769 HRegionServer

23890 Jps

3307 DFSZKFailoverController

22620 ThriftServer

3668 DataNode

8479 NameNode

[hadoop@hadoop3 bin]$ jstat -gcutil 22620 4000 10000

  S0     S1     E      O      P     YGC     YGCT    FGC    FGCT     GCT   

 26.74   0.00  91.29  59.07  54.65     48    6.038    40    0.405    6.443

100.00   0.00   0.00  63.94  54.65     50    6.125    40    0.405    6.529

  0.00 100.00  28.83  58.95  54.66     53    6.710    42    0.425    7.135

94.90   0.00  70.41  61.40  54.67     54    6.742    43    0.470    7.211

22.75   0.00   8.27  60.00  54.67     56    6.768    44    0.474    7.242

  0.00  33.06  99.53  60.00  54.67     57    6.788    44    0.474    7.261

  0.00 100.00  53.57  61.94  54.67     61    7.464    49    0.553    8.017

  0.00  25.57  49.94  60.00  54.68     63    7.494    50    0.557    8.051

23.34   0.00  82.90  60.00  54.68     64    7.506    50    0.557    8.064

100.00   0.00  20.46  68.61  54.68     66    7.645    50    0.557    8.203

  0.00 100.00  81.51  58.52  54.68     69    8.248    52    0.614    8.862

  0.00  81.93  65.39  60.00  54.68     71    8.302    54    0.630    8.932

  0.00  25.43  61.63  60.00  54.68     73    8.324    54    0.630    8.954

  0.00 100.00  60.61  73.19  54.68     75    8.533    56    0.650    9.183

  0.00 100.00  22.99  62.22  54.69     79    9.115    59    0.698    9.813

42.91   0.00  98.17  60.00  54.69     80    9.130    60    0.702    9.832

44.93   0.00  12.39  60.00  54.69     82    9.173    60    0.702    9.876

  0.00  50.40  24.90  60.00  54.70     83    9.207    60    0.702    9.910

  0.00 100.00   6.96  85.17  54.70     85    9.606    61    0.713   10.319

100.00   0.00  95.62  57.02  54.70     88   10.072    63    0.739   10.811

26.03   0.00  79.47  59.00  54.72     90   10.103    64    0.744   10.847

40.11   0.00  72.06  59.00  54.72     92   10.135    64    0.744   10.879

100.00   0.00  45.98  70.19  54.72     94   10.350    65    0.765   11.115

100.00   0.00   8.27  60.34  54.72     98   11.031    69    0.831   11.862

  0.00  98.86  54.59  61.91  54.72     99   11.059    71    0.873   11.932

25.52   0.00  71.06  60.00  54.73    100   11.072    72    0.877   11.949

  0.00  32.52  81.03  60.00  54.73    101   11.090    72    0.877   11.967

36.57  42.59  99.86  60.00  54.73    103   11.109    72    0.877   11.986

100.00   0.00  68.87  65.67  54.73    104   11.245    72    0.877   12.122

100.00   0.00  56.50  59.43  54.73    108   12.023    75    0.917   12.940

95.41   0.00  62.10  61.72  54.73    110   12.086    76    0.923   13.009

23.66   0.00  49.70  61.72  54.73    112   12.116    76    0.923   13.039

46.42   0.00   3.32  61.72  54.73    114   12.162    76    0.923   13.085

100.00   0.00  13.19  82.28  54.74    116   12.525    77    0.934   13.459

100.00   0.00  39.77  63.04  54.74    120   13.118    79    0.965   14.082

  0.00  97.04  62.36  61.67  54.74    121   13.150    80    0.972   14.122

  0.00  28.00  20.46  61.67  54.75    123   13.181    80    0.972   14.153

34.88   0.00  81.92  61.67  54.76    124   13.207    80    0.972   14.180

100.00   0.00  96.05  62.72  54.77    126   13.284    80    0.972   14.257

100.00 100.00  99.97  55.06  54.77    131   14.103    83    1.013   15.116

  0.00  29.48  11.81  61.67  54.77    133   14.294    84    1.019   15.313

24.85   0.00  99.46  61.67  54.78    134   14.312    84    1.019   15.331

  0.00  57.23  28.03  61.67  54.78    137   14.384    84    1.019   15.403

  0.00 100.00  47.92  75.08  54.78    139   14.657    85    1.031   15.688

  0.00 100.00  82.03  60.64  54.78    143   15.421    87    1.060   16.481

  0.00  98.74  50.17  61.62  54.79    145   15.492    88    1.067   16.559

26.13   0.00  45.92  61.62  54.79    146   15.508    88    1.067   16.575

  0.00  25.93  29.01  61.62  54.79    147   15.539    88    1.067   16.606

34.65   0.00  51.77  61.62  54.80    148   15.564    88    1.067   16.630

54.28   0.00  75.48  61.62  54.81    150   15.624    88    1.067   16.691

100.00   0.00  81.59  52.05  54.81    152   15.998    90    1.096   17.095

  0.00  89.39  35.58  61.43  54.81    157   16.742    92    1.115   17.857

26.18   0.00  58.22  61.43  54.81    158   16.753    92    1.115   17.868

  0.00  25.30  62.50  61.43  54.81    159   16.777    92    1.115   17.892

  0.00  47.51  32.76  61.43  54.82    161   16.821    92    1.115   17.936

57.21   0.00  91.32  61.43  54.82    162   16.844    92    1.115   17.958

100.00   0.00  55.19  66.52  54.82    164   17.001    92    1.115   18.116

  0.00 100.00  12.82  38.33  54.82    167   17.672    94    1.142   18.814

  0.00 100.00  10.67  61.39  54.83    171   18.091    96    1.162   19.253

28.29   0.00  99.26  61.39  54.83    173   18.110    96    1.162   19.271

  0.00  48.75   7.05  61.39  54.84    175   18.164    96    1.162   19.326

59.79   0.00  93.63  61.39  54.84    176   18.184    96    1.162   19.346

100.00 100.00 100.00  74.40  54.84    179   18.403    96    1.162   19.565

  0.00 100.00  47.69  59.13  54.84    183   19.463    98    1.182   20.645

  0.00  98.24  55.34  62.31  54.84    185   19.543    98    1.182   20.726

  0.00  25.88   3.56  62.31  54.84    187   19.570    98    1.182   20.753

33.40   0.00  61.19  62.31  54.84    188   19.588    98    1.182   20.771

56.07   0.00  52.81  62.31  54.84    190   19.633    98    1.182   20.815

100.00   0.00  13.42  68.61  54.84    192   19.836    98    1.182   21.018

100.00   0.00  15.60  89.59  54.84    194   20.310    99    1.193   21.503

100.00   0.00  82.85  62.01  54.84    198   20.961   101    1.215   22.176

27.19   0.00  50.40  60.00  54.84    200   21.003   102    1.220   22.224

40.78   0.00  43.66  60.00  54.84    202   21.036   102    1.220   22.256

59.39   0.00  89.56  60.00  54.84    204   21.088   102    1.220   22.309

58.43   0.00  49.56  60.24  54.84    206   21.146   102    1.220   22.366

100.00   0.00  53.91  77.50  54.84    208   21.570   103    1.231   22.802

  0.00 100.00  24.59  60.90  54.84    213   22.454   105    1.289   23.743

  0.00  28.97   8.05  60.00  54.84    215   22.507   106    1.294   23.801

24.21   0.00   8.27  60.00  54.84    216   22.520   106    1.294   23.814

  0.00  39.77  26.96  60.00  54.84    217   22.545   106    1.294   23.838

51.63   0.00  85.42  60.00  54.84    218   22.562   106    1.294   23.856

60.61   0.00  90.29  60.12  54.84    220   22.610   106    1.294   23.904

100.00   0.00  94.21  64.19  54.84    222   22.755   106    1.294   24.049

100.00 100.00 100.00  32.28  54.84    225   23.208   108    1.323   24.531

  0.00 100.00  60.62  60.96  54.84    229   23.982   110    1.344   25.326

  0.00  28.97  45.21  61.20  54.84    231   24.029   110    1.344   25.373

  0.00  35.06  45.07  61.20  54.84    233   24.061   110    1.344   25.405

  0.00  57.57  40.59  61.20  54.85    235   24.116   110    1.344   25.460

52.60   0.00  41.00  61.32  54.85    236   24.141   110    1.344   25.485

  0.00  53.01  79.59  61.43  54.85    237   24.165   110    1.344   25.509

  0.00 100.00  84.83  75.89  54.85    239   24.567   111    1.356   25.923

100.00   0.00  69.01  58.91  54.85    244   25.548   113    1.384   26.932

98.15   0.00  41.94  61.20  54.85    246   25.652   114    1.392   27.044

  0.00  25.99   8.68  61.20  54.85    247   25.667   114    1.392   27.058

24.08   0.00  46.02  61.20  54.85    248   25.682   114    1.392   27.074

  0.00  33.19  28.86  61.20  54.85    249   25.693   114    1.392   27.085

  0.00  57.65   3.70  61.20  54.85    251   25.738   114    1.392   27.130

60.97   0.00  95.09  61.32  54.85    252   25.762   114    1.392   27.153

100.00   0.00  99.92  62.98  54.85    255   25.872   114    1.392   27.264

100.00 100.00 100.00  27.85  54.85    257   26.330   116    1.417   27.747

87.11   0.00   8.55  61.10  54.85    262   27.290   118    1.437   28.727

  0.00  27.14  45.51  61.10  54.85    263   27.299   118    1.437   28.736

25.81   0.00  83.21  61.10  54.85    264   27.315   118    1.437   28.752

45.57   0.00  29.56  61.10  54.85    266   27.341   118    1.437   28.778

  0.00  57.71  66.89  61.10  54.85    267   27.361   118    1.437   28.798

  0.00  45.45  45.39  61.32  54.85    269   27.426   118    1.437   28.863

  0.00 100.00  45.60  63.53  54.85    271   27.537   118    1.437   28.974

  0.00 100.00  45.88  80.82  54.85    273   28.003   119    1.448   29.451

100.00   0.00  60.16  60.00  54.85    278   28.962   120    1.493   30.455

91.92   0.00  57.67  62.33  54.85    280   29.047   120    1.493   30.540

24.27   0.00  12.39  62.33  54.85    282   29.075   120    1.493   30.568

46.68   0.00  45.09  62.33  54.85    284   29.108   120    1.493   30.600

  0.00  56.15  73.49  62.33  54.85    285   29.127   120    1.493   30.619

  0.00  51.08  35.86  62.55  54.85    287   29.176   120    1.493   30.669

  0.00 100.00  60.46  68.98  54.85    289   29.391   120    1.493   30.884

  0.00 100.00  61.05  23.64  54.85    291   29.847   122    1.515   31.362

100.00   0.00  42.31  63.03  54.85    296   30.740   123    1.529   32.269

30.80   0.00  27.95  61.11  54.85    298   30.784   124    1.536   32.319

  0.00  24.66  49.32  61.11  54.85    299   30.794   124    1.536   32.330

32.91   0.00  37.37  61.11  54.85    300   30.814   124    1.536   32.350

55.97   0.00  87.48  61.11  54.85    302   30.854   124    1.536   32.390

50.88   0.00  78.60  61.31  54.85    304   30.900   124    1.536   32.436

  0.00 100.00  11.40  66.91  54.85    307   31.120   124    1.536   32.656

  0.00 100.00  12.82  83.14  54.85    309   31.577   125    1.547   33.123

100.00   0.00  42.82  60.50  54.85    314   32.494   127    1.576   34.069

92.48   0.00  57.81  61.02  54.85    316   32.559   128    1.582   34.141

  0.00  27.03  79.07  61.02  54.85    317   32.570   128    1.582   34.153

  0.00  34.11  57.34  61.02  54.85    319   32.600   128    1.582   34.182

  0.00  56.14  40.30  61.02  54.85    321   32.647   128    1.582   34.229

56.89   0.00  40.54  61.13  54.85    322   32.689   128    1.582   34.272

  0.00  54.83  15.42  61.22  54.85    323   32.719   128    1.582   34.301

57.68   0.00  65.38  61.31  54.86    324   32.745   128    1.582   34.328

100.00   0.00  45.48  69.88  54.86    326   33.044   128    1.582   34.626

100.00   0.00  50.34  85.44  54.86    328   33.494   129    1.594   35.088

100.00   0.00   1.91  61.05  54.86    334   34.428   132    1.631   36.058

  0.00  39.50  52.75  61.05  54.86    335   34.445   132    1.631   36.075

30.60  42.14   0.00  61.05  54.86    337   34.467   132    1.631   36.098

54.57   0.00  20.64  61.05  54.86    338   34.482   132    1.631   36.112

  0.00  63.61  82.87  61.05  54.86    339   34.504   132    1.631   36.135

49.78   0.00  78.40  61.18  54.86    340   34.530   132    1.631   36.161

  0.00  56.31  78.47  61.28  54.86    341   34.563   132    1.631   36.194

  0.00  51.28  98.98  61.46  54.86    343   34.614   132    1.631   36.245

100.00 100.00 100.00  76.48  54.86    346   34.884   132    1.631   36.514

100.00 100.00 100.00  30.12  54.86    348   35.349   134    1.658   37.006

  0.00 100.00  79.02  60.00  54.86    353   36.318   136    1.679   37.997

97.85   0.00  70.28  61.00  54.86    354   36.350   136    1.679   38.029

30.78   0.00  60.62  61.00  54.86    356   36.379   136    1.679   38.058

  0.00  57.75   7.74  61.00  54.86    359   36.442   136    1.679   38.121

  0.00  61.71   7.63  61.18  54.86    361   36.481   136    1.679   38.160

  0.00  62.71   0.00  61.36  54.86    363   36.525   136    1.679   38.204

100.00   0.00  39.54  62.89  54.86    364   36.609   136    1.679   38.288

100.00   0.00  37.52  77.74  54.86    366   37.102   137    1.690   38.792

100.00 100.00 100.00  44.39  54.86    370   37.725   138    1.704   39.429

100.00   0.00  19.72  61.00  54.86    374   38.330   140    1.724   40.054

  0.00  29.63  29.07  61.00  54.86    375   38.338   140    1.724   40.063

25.36   0.00  91.18  61.00  54.86    376   38.350   140    1.724   40.074

51.76   0.00  35.45  61.00  54.86    378   38.399   140    1.724   40.123

  0.00  59.21  93.69  61.00  54.86    379   38.418   140    1.724   40.142

  0.00  56.97  72.84  61.18  54.86    381   38.461   140    1.724   40.185

  0.00  56.44  98.53  61.35  54.86    384   38.516   140    1.724   40.240

100.00 100.00 100.00  72.53  54.86    386   38.768   140    1.724   40.492

100.00 100.00 100.00  99.52  54.86    388   39.235   141    1.735   40.970

  0.00 100.00  83.81  60.00  54.86    393   40.406   142    1.745   42.152

96.41   0.00  86.31  60.96  54.86    394   40.451   142    1.745   42.197

25.48   0.00  24.48  60.96  54.86    396   40.476   142    1.745   42.222

45.87   0.00  11.97  60.96  54.86    398   40.506   142    1.745   42.251

57.61   0.00  45.16  61.04  54.86    400   40.541   142    1.745   42.286

53.07   0.00  11.25  61.22  54.86    402   40.584   142    1.745   42.329

  0.00  51.07  94.47  61.30  54.86    403   40.609   142    1.745   42.354

52.84   0.00  48.38  61.39  54.86    404   40.631   142    1.745   42.376

  0.00 100.00  72.58  61.71  54.86    405   40.680   142    1.745   42.425

  0.00 100.00  78.68  75.77  54.86    407   41.139   142    1.745   42.885

100.00 100.00 100.00  98.79  54.86    411   41.810   144    1.767   43.577

  0.00  96.36  48.88  60.94  54.86    415   42.581   144    1.767   44.347

27.20   0.00  15.71  60.94  54.86    416   42.598   144    1.767   44.365

27.20   0.00  69.89  60.94  54.86    416   42.598   144    1.767   44.365

41.81   0.00  35.41  60.94  54.86    418   42.634   144    1.767   44.401

  0.00  52.47  43.77  60.94  54.86    419   42.651   144    1.767   44.418

  0.00  60.20  23.32  61.03  54.86    421   42.716   144    1.767   44.483

46.03   0.00  77.98  61.12  54.86    422   42.756   144    1.767   44.522

  0.00  51.91   0.00  61.36  54.87    425   42.821   144    1.767   44.587

51.62   0.00  45.90  61.44  54.87    426   42.860   144    1.767   44.626

100.00   0.00  54.28  72.60  54.87    428   43.270   144    1.767   45.036

100.00   0.00  55.11  85.88  54.87    430   43.724   146    1.793   45.517

100.00   0.00  42.08  61.68  54.87    436   44.733   147    1.809   46.542

31.37   0.00  48.05  60.91  54.87    438   44.779   148    1.818   46.597

37.50   0.00  19.86  60.91  54.87    440   44.813   148    1.818   46.631

57.72   0.00  28.58  60.91  54.87    442   44.844   148    1.818   46.661

  0.00  52.21  77.82  60.99  54.87    443   44.863   148    1.818   46.680

  0.00  54.21  86.26  61.15  54.87    445   44.901   148    1.818   46.718

  0.00  55.16  23.87  61.31  54.87    447   44.956   148    1.818   46.774

54.14   0.00   7.59  61.39  54.87    448   44.991   148    1.818   46.809

100.00 100.00 100.00  70.96  54.87    450   45.176   148    1.818   46.994

100.00   0.00   1.63  85.74  54.87    452   45.882   150    1.829   47.710

100.00 100.00  99.85  58.95  54.87    458   46.778   151    1.854   48.632

  0.00  97.75  93.70  60.88  54.87    459   46.952   152    1.861   48.813

  0.00  22.96  78.52  60.88  54.87    461   46.971   152    1.861   48.832

32.47   0.00  75.04  60.88  54.87    462   46.986   152    1.861   48.847

56.28   0.00  58.23  60.88  54.87    464   47.018   152    1.861   48.879

53.71   0.00  36.99  61.04  54.87    466   47.076   152    1.861   48.936

  0.00  56.79  65.30  61.12  54.87    467   47.106   152    1.861   48.966

  0.00  47.95   3.33  61.27  54.87    469   47.161   152    1.861   49.022

  0.00 100.00  48.75  62.40  54.87    471   47.264   152    1.861   49.125

  0.00 100.00  52.28  75.41  54.87    473   47.727   152    1.861   49.588

  0.00 100.00  51.16  35.97  54.87    475   48.210   154    1.883   50.093

  0.00 100.00  81.47  61.46  54.87    481   49.206   156    1.906   51.113

  0.00  24.86  37.31  60.82  54.87    483   49.248   156    1.906   51.155

23.74   0.00  62.18  60.82  54.87    484   49.259   156    1.906   51.165

  0.00  33.77  91.60  60.82  54.87    485   49.273   156    1.906   51.179

44.39   0.00  86.79  60.82  54.87    486   49.287   156    1.906   51.193

53.02   0.00  40.95  60.90  54.87    488   49.346   156    1.906   51.252

49.19   0.00  48.68  61.05  54.87    490   49.399   156    1.906   51.305

54.60   0.00  44.69  61.20  54.87    492   49.447   156    1.906   51.354

  0.00  52.00  24.31  61.28  54.87    493   49.470   156    1.906   51.376

  0.00 100.00   1.74  68.51  54.87    495   49.782   156    1.906   51.689

  0.00 100.00   4.57  81.08  54.87    497   50.233   157    1.917   52.150

100.00   0.00  52.53  70.48  54.87    500   50.870   158    1.933   52.804

  0.00  99.48  50.62  62.31  54.87    505   51.579   159    1.944   53.523

  0.00  23.33   3.80  60.00  54.87    507   51.599   160    1.950   53.549

33.23   0.00  54.15  60.00  54.87    508   51.613   160    1.950   53.563

  0.00  46.53  99.13  60.00  54.87    509   51.629   160    1.950   53.579

  0.00  55.26   2.93  60.07  54.87    511   51.686   160    1.950   53.636

52.07   0.00  37.57  60.15  54.87    512   51.714   160    1.950   53.664

  0.00  48.84  36.26  60.23  54.87    513   51.757   160    1.950   53.707

51.84   0.00  40.86  60.30  54.87    514   51.784   160    1.950   53.734

51.05   0.00  69.81  60.45  54.87    516   51.834   160    1.950   53.784

100.00   0.00  49.17  63.75  54.87    518   52.019   160    1.950   53.969

100.00   0.00  53.95  75.99  54.87    520   52.480   160    1.950   54.429

100.00   7.68 100.00  88.84  54.87    523   52.958   161    1.961   54.918

100.00   0.00  64.20  60.50  54.87    528   53.982   163    1.983   55.965

  0.00 100.00  82.26  60.00  54.87    529   54.020   164    1.988   56.007

27.51   0.00  95.81  60.00  54.87    530   54.032   164    1.988   56.020

40.58   0.00  23.15  60.00  54.87    532   54.071   164    1.988   56.058

59.10   0.00  73.88  60.00  54.87    534   54.116   164    1.988   56.104

55.87   0.00  28.38  60.15  54.87    536   54.160   164    1.988   56.148

55.33   0.00   2.96  60.29  54.87    538   54.207   164    1.988   56.195

  0.00  55.24  61.18  60.36  54.87    539   54.227   164    1.988   56.215

  0.00  50.69  78.14  60.50  54.87    541   54.298   164    1.988   56.286

  0.00 100.00  86.36  68.56  54.87    543   54.652   164    1.988   56.640

  0.00 100.00  87.94  80.40  54.87    545   55.104   165    1.999   57.103

100.00 100.00 100.00  57.28  54.87    552   56.231   166    2.014   58.245

78.25   0.00  28.11  60.62  54.87    554   56.466   168    2.037   58.503

  0.00  23.42  95.18  60.62  54.87    555   56.474   168    2.037   58.512

23.47   0.00  91.88  60.62  54.87    556   56.487   168    2.037   58.524

51.55   0.00  56.44  60.62  54.87    558   56.520   168    2.037   58.557

59.35   0.00  18.64  60.70  54.88    560   56.566   168    2.037   58.604

54.74   0.00   2.84  60.84  54.88    562   56.630   168    2.037   58.667

  0.00  54.82  48.10  60.91  54.88    563   56.660   168    2.037   58.698

  0.00  56.84  32.67  61.05  54.88    565   56.737   168    2.037   58.774

  0.00 100.00   0.00  64.85  54.88    567   56.937   168    2.037   58.974

  0.00 100.00   4.22  76.66  54.88    569   57.405   168    2.037   59.442

  0.00 100.00   5.28  85.23  54.88    571   57.860   170    2.060   59.920

  0.00 100.00  59.47  60.90  54.88    577   58.922   172    2.081   61.003

  0.00  46.70   8.96  60.80  54.88    579   58.969   172    2.081   61.051

50.80   0.00  70.55  60.80  54.88    580   58.985   172    2.081   61.066

66.37   0.00  49.91  60.80  54.88    582   59.041   172    2.081   61.122

  0.00  51.51  99.77  61.05  54.88    583   59.080   172    2.081   61.161

48.27   0.00  82.35  61.05  54.88    584   59.096   172    2.081   61.177

49.76   0.00  77.79  61.20  54.88    586   59.157   172    2.081   61.239

55.37   0.00  77.30  61.34  54.88    588   59.212   172    2.081   61.293

48.71   0.00  98.25  61.48  54.88    590   59.265   172    2.081   61.346

100.00 100.00 100.00  65.53  54.88    593   59.440   172    2.081   61.521

100.00 100.00 100.00  77.12  54.88    595   59.915   172    2.081   61.996

  0.00 100.00  32.92  31.64  54.88    597   60.596   174    2.105   62.701

  0.00 100.00   8.36  61.65  54.88    603   61.532   176    2.124   63.656

99.40   0.00  11.13  60.73  54.88    604   61.566   176    2.124   63.690

  0.00  28.00  61.38  60.73  54.88    605   61.578   176    2.124   63.702

25.09   0.00  82.82  60.73  54.88    606   61.589   176    2.124   63.713

51.64   0.00  47.89  60.73  54.88    608   61.622   176    2.124   63.746

64.53   0.00   1.90  60.80  54.88    610   61.668   176    2.124   63.792

52.05   0.00  11.34  60.94  54.88    612   61.708   176    2.124   63.832

  0.00  56.43  98.51  61.00  54.88    613   61.748   176    2.124   63.872

  0.00  50.91  32.67  61.14  54.88    615   61.790   176    2.124   63.914

46.45   0.00  53.07  61.21  54.88    616   61.814   176    2.124   63.938

  0.00  52.22  63.35  61.28  54.88    617   61.848   176    2.124   63.971

  0.00 100.00  66.21  70.53  54.88    619   62.280   176    2.124   64.404

  0.00 100.00  69.50  81.73  54.88    621   62.734   177    2.135   64.869

100.00 100.00 100.00  50.59  54.88    627   63.708   178    2.151   65.858

97.54   0.00  42.24  60.76  54.88    630   64.173   180    2.168   66.341

22.35   0.00  33.40  60.76  54.88    632   64.191   180    2.168   66.359

  0.00  40.66  80.35  60.76  54.88    633   64.206   180    2.168   66.374

  0.00  59.38  68.80  60.76  54.88    635   64.245   180    2.168   66.413

58.01   0.00  48.86  60.83  54.88    636   64.264   180    2.168   66.432

  0.00  56.88  36.16  60.90  54.88    637   64.287   180    2.168   66.455

  0.00  58.93  11.77  61.03  54.88    639   64.326   180    2.168   66.494

51.39   0.00  57.41  61.09  54.88    640   64.368   180    2.168   66.536

  0.00  49.16  57.66  61.16  54.88    641   64.386   180    2.168   66.554

  0.00  54.84  28.32  61.29  54.88    643   64.436   180    2.168   66.604

  0.00 100.00  20.55  68.45  54.89    645   64.783   180    2.168   66.951

  0.00 100.00  20.29  79.42  54.89    647   65.246   181    2.179   67.425

  0.00 100.00  21.86  29.27  54.89    649   65.701   182    2.190   67.891

  0.00 100.00  97.89  60.65  54.89    656   66.758   183    2.207   68.965

  0.00  69.86  32.46  60.47  54.89    657   66.821   184    2.214   69.035

22.82   0.00  62.05  60.47  54.89    658   66.832   184    2.214   69.046

  0.00  30.80  62.86  60.47  54.89    659   66.843   184    2.214   69.057

  0.00  52.43  77.20  60.47  54.89    661   66.878   184    2.214   69.092

  0.00  58.22  77.85  60.54  54.89    663   66.945   184    2.214   69.159

57.50   0.00  32.05  60.73  54.89    666   67.009   184    2.214   69.222

56.83   0.00  73.18  60.86  54.89    668   67.049   184    2.214   69.263

52.98   0.00  40.52  60.99  54.89    670   67.089   184    2.214   69.303

100.00   0.00  34.28  68.56  54.89    672   67.460   184    2.214   69.673

100.00   0.00  37.85  79.27  54.89    674   67.921   185    2.225   70.146

100.00   0.00  65.83  29.16  54.89    676   68.394   186    2.236   70.630

  0.00 100.00  37.32  61.01  54.89    683   69.494   187    2.253   71.747

  0.00  32.34   6.76  60.67  54.89    685   69.526   188    2.261   71.788

30.02   0.00  72.65  60.67  54.89    686   69.544   188    2.261   71.806

47.81   0.00  44.73  60.67  54.89    688   69.572   188    2.261   71.834

52.21   0.00   2.95  60.74  54.89    690   69.617   188    2.261   71.879

  0.00  54.73  28.02  60.80  54.89    691   69.639   188    2.261   71.900

  0.00  45.71   3.34  60.93  54.89    693   69.683   188    2.261   71.945

  0.00  44.17  11.68  61.06  54.89    695   69.725   188    2.261   71.986

62.25   0.00  56.98  61.12  54.89    696   69.757   188    2.261   72.019

  0.00  53.91  61.31  61.18  54.89    697   69.781   188    2.261   72.043

  0.00 100.00  60.39  66.29  54.89    699   70.077   188    2.261   72.339

  0.00 100.00  62.81  76.88  54.89    701   70.545   188    2.261   72.807

  0.00 100.00  66.50  30.55  54.89    703   71.007   190    2.284   73.291

100.00   0.00  66.81  61.21  54.89    710   72.295   191    2.300   74.595

24.12   0.00  16.40  60.00  54.89    712   72.337   192    2.306   74.643

  0.00  22.20  37.50  60.00  54.89    713   72.348   192    2.306   74.654

  0.00  44.58  37.66  60.00  54.89    715   72.377   192    2.306   74.682

  0.00  65.09  53.46  60.06  54.89    717   72.415   192    2.306   74.721

  0.00  56.70   2.65  60.19  54.89    719   72.462   192    2.306   74.768

52.38   0.00  78.39  60.25  54.89    720   72.484   192    2.306   74.790

55.06   0.00  77.92  60.38  54.89    722   72.542   192    2.306   74.847

51.63   0.00  15.36  60.50  54.89    724   72.584   192    2.306   74.890

  0.00  52.99  31.76  60.56  54.89    725   72.609   192    2.306   74.914

  0.00 100.00  31.19  65.62  54.89    727   72.913   192    2.306   75.218

  0.00 100.00  34.47  75.88  54.89    729   73.384   192    2.306   75.690

  0.00 100.00  32.57  65.41  54.89    731   73.853   194    2.328   76.181

100.00   0.00  29.26  59.98  54.89    738   75.109   195    2.343   77.453

86.25   0.00   2.41  60.53  54.89    740   75.177   196    2.352   77.529

  0.00  24.67  82.38  60.53  54.89    741   75.187   196    2.352   77.539

  0.00  32.13   8.30  60.53  54.89    743   75.219   196    2.352   77.571

  0.00  55.60   8.15  60.53  54.89    745   75.248   196    2.352   77.601

61.79   0.00  86.21  60.59  54.89    746   75.268   196    2.352   77.620

  0.00  48.56  36.38  60.77  54.89    749   75.341   196    2.352   77.693

  0.00  49.18  85.79  60.89  54.89    751   75.385   196    2.352   77.738

  0.00  58.48   2.85  61.02  54.89    753   75.474   196    2.352   77.826

59.09   0.00  10.38  61.08  54.89    754   75.497   196    2.352   77.850

  0.00 100.00  35.48  63.30  54.89    755   75.642   196    2.352   77.995

  0.00 100.00  36.54  73.52  54.89    757   76.120   196    2.352   78.472

  0.00 100.00  36.41  83.62  54.89    759   76.584   197    2.363   78.947

100.00   0.00  71.10  47.11  54.89    764   77.517   198    2.376   79.893

93.64   0.00  46.53  60.00  54.89    768   78.072   200    2.398   80.470

  0.00  24.56  88.48  60.00  54.89    769   78.082   200    2.398   80.480

  0.00  33.22  79.05  60.00  54.89    771   78.105   200    2.398   80.503

  0.00  58.25  53.26  60.00  54.89    773   78.135   200    2.398   80.533

  0.00  49.33   1.43  60.12  54.89    775   78.177   200    2.398   80.575

  0.00  49.33  78.40  60.12  54.89    775   78.177   200    2.398   80.575

51.65   0.00  86.13  60.18  54.89    776   78.203   200    2.398   80.601

55.17   0.00  31.26  60.30  54.89    778   78.262   200    2.398   80.660

51.41   0.00  40.21  60.42  54.89    780   78.308   200    2.398   80.706

54.81   0.00   7.74  60.54  54.89    782   78.355   200    2.398   80.753

100.00   0.00  41.36  62.42  54.89    784   78.519   200    2.398   80.917

100.00   0.00  41.22  72.36  54.89    786   79.004   200    2.398   81.402

100.00   0.00  44.86  82.19  54.89    788   79.459   201    2.409   81.868

  0.00 100.00   0.00  45.54  54.89    793   80.409   202    2.421   82.829

  0.00 100.00  82.15  60.51  54.89    797   81.000   204    2.444   83.445

  0.00  33.23  69.49  60.65  54.89    799   81.044   204    2.444   83.488

  0.00  35.87  53.17  60.65  54.89    801   81.074   204    2.444   83.519

54.82   0.00   3.63  60.71  54.89    804   81.129   204    2.444   83.574

  0.00  49.88  85.85  60.77  54.89    805   81.155   204    2.444   83.600

  0.00  49.15  73.79  60.89  54.89    807   81.208   204    2.444   83.653

51.74   0.00   2.84  61.07  54.89    810   81.277   204    2.444   83.721

  0.00  55.74  11.25  61.12  54.89    811   81.299   204    2.444   83.743

59.09   0.00  97.71  61.18  54.89    813   81.330   204    2.444   83.775

  0.00 100.00   1.12  69.71  54.89    815   81.814   204    2.444   84.258

  0.00 100.00   6.54  79.47  54.89    817   82.280   204    2.444   84.725

  0.00 100.00   7.43  85.77  54.89    819   82.760   206    2.467   85.227

100.00   0.00  25.77  60.64  54.89    826   84.009   207    2.478   86.487

  0.00 100.00  80.97  60.00  54.89    827   84.050   208    2.485   86.536

75.49   0.00  73.94  60.41  54.89    828   84.078   208    2.485   86.563

  0.00  22.73  70.38  60.41  54.89    829   84.087   208    2.485   86.572

35.69   0.00  89.62  60.41  54.89    830   84.098   208    2.485   86.583

48.28   0.00  24.03  60.41  54.89    832   84.125   208    2.485   86.610

60.49   0.00   7.14  60.47  54.89    834   84.159   208    2.485   86.644

  0.00  54.91  81.12  60.53  54.89    835   84.180   208    2.485   86.665

  0.00  49.72  64.60  60.65  54.89    837   84.242   208    2.485   86.727

  0.00  54.15  24.30  60.76  54.89    839   84.292   208    2.485   86.778

47.87   0.00  91.07  60.82  54.89    840   84.311   208    2.485   86.796

55.19   0.00  94.68  60.93  54.89    842   84.360   208    2.485   86.845

  0.00 100.00   1.00  67.99  54.89    845   84.796   208    2.485   87.282

  0.00 100.00   3.16  77.51  54.89    847   85.261   208    2.485   87.747

  0.00 100.00   3.66  86.10  54.89    849   85.741   210    2.509   88.250

  0.00 100.00  95.59  53.59  54.89    855   86.807   211    2.524   89.332

99.36   0.00  74.23  60.64  54.89    858   87.120   212    2.531   89.651

23.54   0.00  24.99  60.64  54.89    860   87.142   212    2.531   89.672

44.66   0.00  12.27  60.64  54.89    862   87.168   212    2.531   89.699

  0.00  57.52  58.09  60.64  54.89    863   87.184   212    2.531   89.715

  0.00  52.94  16.19  60.75  54.89    865   87.251   212    2.531   89.782

  0.00  48.92  20.05  60.87  54.89    867   87.297   212    2.531   89.828

  0.00  49.20   3.33  60.98  54.89    869   87.351   212    2.531   89.882

48.91   0.00  40.33  61.04  54.89    870   87.370   212    2.531   89.901

  0.00  55.74  73.67  61.09  54.89    871   87.399   212    2.531   89.930

  0.00  51.59  82.48  61.21  54.89    873   87.441   212    2.531   89.972

  0.00 100.00  94.14  64.56  54.89    875   87.662   212    2.531   90.193

  0.00 100.00  98.31  74.05  54.89    877   88.147   212    2.531   90.678

  0.00 100.00  99.40  83.44  54.89    879   88.623   213    2.542   91.165

100.00   0.00  41.82  54.04  54.89    886   89.926   215    2.570   92.496

  0.00  93.73  53.52  60.60  54.89    889   90.232   216    2.576   92.808

  0.00  23.18  37.50  60.60  54.89    891   90.253   216    2.576   92.829

  0.00  44.65  20.52  60.60  54.89    893   90.280   216    2.576   92.856

  0.00  57.55   0.00  60.66  54.89    895   90.320   216    2.576   92.897

52.94   0.00  77.84  60.72  54.89    896   90.342   216    2.576   92.919

  0.00  52.42  32.16  60.88  54.89    899   90.408   216    2.576   92.984

  0.00  51.62  61.20  60.99  54.89    901   90.445   216    2.576   93.022

55.71   0.00  48.76  61.05  54.89    902   90.474   216    2.576   93.050

54.30   0.00   3.34  61.16  54.89    904   90.533   216    2.576   93.110

  0.00  53.65  49.70  61.22  54.89    905   90.558   216    2.576   93.134

  0.00 100.00  47.14  67.77  54.89    907   90.949   216    2.576   93.526

  0.00 100.00  50.37  76.99  54.89    909   91.416   216    2.576   93.992

  0.00 100.00  51.10  55.04  54.89    911   91.881   218    2.599   94.480

100.00   0.00  55.90  56.10  54.89    918   93.161   219    2.610   95.771

100.00   0.00  87.56  60.00  54.89    920   93.381   220    2.617   95.998

25.16   0.00  44.67  60.51  54.89    922   93.422   220    2.617   96.040

  0.00  23.37  91.06  60.51  54.89    923   93.436   220    2.617   96.053

57.32   0.00  12.12  60.51  54.89    926   93.503   220    2.617   96.120

  0.00  55.87  29.24  60.57  54.89    927   93.528   220    2.617   96.145

42.06   0.00  11.85  60.62  54.89    928   93.589   220    2.617   96.206

  0.00  52.03  52.90  60.68  54.89    929   93.620   220    2.617   96.237

  0.00  60.78  36.36  60.79  54.89    931   93.695   220    2.617   96.312

51.48   0.00  81.85  60.84  54.89    932   93.721   220    2.617   96.338

53.09   0.00  56.21  60.95  54.89    934   93.768   220    2.617   96.385

52.66   0.00  73.88  61.06  54.89    936   93.823   220    2.617   96.441

100.00   0.00  74.15  63.55  54.89    938   94.018   220    2.617   96.636

100.00   0.00  74.72  72.70  54.89    940   94.493   220    2.617   97.110

100.00   0.00  78.93  81.75  54.89    942   94.945   221    2.628   97.573

100.00 100.00 100.00  42.09  54.89    947   95.765   222    2.640   98.405

100.00   0.00  56.92  60.94  54.89    952   96.693   224    2.659   99.352

26.54   0.00  50.03  60.59  54.89    954   96.736   224    2.659   99.396

40.70   0.00  28.82  60.59  54.89    956   96.760   224    2.659   99.419

  0.00  51.71  94.00  60.59  54.89    957   96.792   224    2.659   99.452

  0.00  52.85   0.00  60.64  54.89    959   96.834   224    2.659   99.493

54.22   0.00  73.28  60.70  54.89    960   96.855   224    2.659   99.514

48.21   0.00  83.24  60.80  54.89    962   96.906   224    2.659   99.565

51.11   0.00  69.39  60.91  54.89    964   96.947   224    2.659   99.607

  0.00  54.06  77.82  60.97  54.89    965   96.976   224    2.659   99.636

54.58   0.00  85.80  61.02  54.89    966   97.008   224    2.659   99.668

  0.00  51.72  90.54  61.07  54.89    967   97.031   224    2.659   99.690

  0.00  50.84  97.12  61.18  54.89    969   97.090   224    2.659   99.749

100.00 100.00 100.00  70.03  54.89    972   97.415   224    2.659  100.075

100.00 100.00 100.00  79.82  54.89    974   97.881   224    2.659  100.540

100.00 100.00 100.00  88.60  54.89    976   98.336   225    2.670  101.006

100.00 100.00 100.00  56.33  54.89    983   99.660   226    2.688  102.348

  0.00  93.72  88.23  60.00  54.89    985  100.030   228    2.704  102.734

24.58   0.00  75.40  60.00  54.89    986  100.042   228    2.704  102.746

 

 

 

 

 

  0.00  51.72  90.54  61.07  54.89    967   97.031   224    2.659   99.690

  0.00  50.84  97.12  61.18  54.89    969   97.090   224    2.659   99.749

100.00 100.00 100.00  70.03  54.89    972   97.415   224    2.659  100.075

100.00 100.00 100.00  79.82  54.89    974   97.881   224    2.659  100.540

100.00 100.00 100.00  88.60  54.89    976   98.336   225    2.670  101.006

100.00 100.00 100.00  56.33  54.89    983   99.660   226    2.688  102.348

  0.00  93.72  88.23  60.00  54.89    985  100.030   228    2.704  102.734

24.58   0.00  75.40  60.00  54.89    986  100.042   228    2.704  102.746

33.20   0.00  20.77  60.00  54.89    988  100.067   228    2.704  102.771

56.26   0.00  58.28  60.00  54.89    990  100.109   228    2.704  102.813

44.50   0.00  53.61  60.11  54.89    992  100.149   228    2.704  102.853

  0.00  52.39   3.35  60.27  54.89    995  100.221   228    2.704  102.925

  0.00  57.86  47.94  60.37  54.89    997  100.263   228    2.704  102.967

52.48   0.00  61.11  60.43  54.89    998  100.285   228    2.704  102.989

56.25   0.00  68.59  60.53  54.89   1000  100.346   228    2.704  103.050

47.74   0.00  40.42  60.64  54.89   1002  100.410   228    2.704  103.114

100.00   0.00  28.45  65.61  54.89   1004  100.741   228    2.704  103.445

100.00   0.00  33.54  74.29  54.89   1006  101.195   228    2.704  103.899

100.00   0.00  34.42  82.97  54.89   1008  101.646   229    2.715  104.361

100.00   0.00  71.35  69.66  54.89   1012  102.445   230    2.731  105.176

  0.00 100.00  84.49  60.08  54.89   1017  103.329   231    2.742  106.071

  0.00  70.27  11.95  60.40  54.89   1019  103.396   232    2.749  106.146

21.42   0.00  24.41  60.40  54.89   1020  103.407   232    2.749  106.156

 

 

 

Please help me to find  the reason? 

 

Best $

 

Beatls

 

 


Re: thrift server make erorr

Posted by David Rennalls <dr...@gmail.com>.
On Wed, Dec 5, 2012 at 12:38 AM, huaxiang <hu...@asiainfo-linkage.com> wrote:
> 你好!
>   Thrift installation error, when #make,  error messages shown below
...snip....
> generated using the moc from 4.8.1. It"
>
> src/thrift/qt/moc_TQTcpServer.cpp:15:2: error: #error "cannot be used with
> the include files from this version of Qt."
>
> src/thrift/qt/moc_TQTcpServer.cpp:16:2: error: #error "(The moc has changed
> too much.)"
>
> src/thrift/qt/moc_TQTcpServer.cpp:47: error: no 'void
> apache::thrift::async::TQTcpServer::qt_static_metacall(QObject*,
> QMetaObject::Call, int, void**)' member function declared in class
> 'apache::thrift::async::TQTcpServer'

I ran into this as well. The root cause seems to be an autogenerated
file (moc_TQTcpServer.cpp) that shouldn't be in the released .tar.gz.
I raised this issue https://issues.apache.org/jira/browse/THRIFT-1828
to fix it.

To workaround the problem I had to either remove the file before
building or run the configure script with --with-qt4=no

HTH,
      David

https://issues.apache.org/jira/browse/THRIFT-1828