tingyun_rpm 1.1.4.1 → 1.1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f524f5182994e2535e1f53688acdcafc826d6e3f
4
- data.tar.gz: cc2d33d8ec471500a095486d561a69e8711a0846
3
+ metadata.gz: 3752c62ac9fc5fded9a78b273cf8d82254d07499
4
+ data.tar.gz: 92668b61dc19882c8063fcbfe1f38a7019f4f574
5
5
  SHA512:
6
- metadata.gz: 5fdd37aa4f15b318cb903c6cc8f928766e8abe4de504083da162f8a9efa6edc260c16ed12860943fa0c0d8956bda004f4960ae3388bf3fb8c5a17f7d97d421bf
7
- data.tar.gz: 57906d8941469d5d3ea86c5a789e04fd4466317a8fee399916d5f8f21cef709e7f9ed7133dd0fa367f8f045e22d64a86e16bbe1b234559ba46ffb540ff9ffeae
6
+ metadata.gz: 3612d7ea6911dd1d38fb3e868f6fb9d753d3d0cd494c7fb770543c0263fa150fca4e09e2cb165f6ebc159274f92a25e8f27bc4dd46ebabc0f511e00da060b4a5
7
+ data.tar.gz: f9bb466fabbb9be45e1353d751299a45476a64beb32343c5d5351ae5cda9a7e3c74c5d2efee753f8037e466527dddd505239fcf6a096727a1bcc09dc3a0c563c
@@ -257,7 +257,7 @@ TingYun::Support::LibraryDetection.defer do
257
257
  @oprot.write_string(data)
258
258
  @oprot.write_field_end
259
259
  rescue => e
260
- TingYun::Agent.logger.error("Failed to thrift send_message_args_with_tingyun : ", e)
260
+ #TingYun::Agent.logger.error("Failed to thrift send_message_args_with_tingyun : ", e)
261
261
  ensure
262
262
  send_message_args_without_tingyun(args_class, args)
263
263
  end
@@ -279,7 +279,7 @@ TingYun::Support::LibraryDetection.defer do
279
279
  node = stack.push_frame(state,:thrift,t0)
280
280
  operations[tag][:node] = node
281
281
  rescue => e
282
- TingYun::Agent.logger.error("Failed to thrift send_message_with_tingyun : ", e)
282
+ #TingYun::Agent.logger.error("Failed to thrift send_message_with_tingyun : ", e)
283
283
  ensure
284
284
  send_message_without_tingyun(name, args_class, args)
285
285
  end
@@ -300,7 +300,7 @@ TingYun::Support::LibraryDetection.defer do
300
300
  TingYun::Agent.instance.stats_engine.tl_record_scoped_and_unscoped_metrics(base, other_metrics, duration)
301
301
  result
302
302
  rescue => e
303
- TingYun::Agent.logger.error("Failed to thrift send_oneway_message_with_tingyun : ", e)
303
+ #TingYun::Agent.logger.error("Failed to thrift send_oneway_message_with_tingyun : ", e)
304
304
  return send_oneway_message_without_tingyun(name, args_class, args)
305
305
  end
306
306
 
@@ -340,7 +340,7 @@ TingYun::Support::LibraryDetection.defer do
340
340
 
341
341
  result
342
342
  rescue => e
343
- TingYun::Agent.logger.error("Failed to thrift receive_message_with_tingyun : ", e)
343
+ #TingYun::Agent.logger.error("Failed to thrift receive_message_with_tingyun : ", e)
344
344
  return receive_message_without_tingyun(result_klass)
345
345
  end
346
346
  end
@@ -10,10 +10,10 @@ module TingYun
10
10
 
11
11
  TINY = 4
12
12
 
13
- TINY2 = 1
13
+ BETA = 2
14
14
 
15
15
 
16
- STRING = [MAJOR, MINOR, TINY, TINY2].compact.join('.')
16
+ STRING = [MAJOR, MINOR, TINY, BETA].compact.join('.')
17
17
 
18
18
  end
19
19
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tingyun_rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4.1
4
+ version: 1.1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - tingyun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-05 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake